You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux fedora 6.1.15-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Mar 3 17:29:44 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Description:
The integration tests error after using the command go test -count=1 -timeout 0 ./integration/... -v -run Integration
Expected Behavior
Integration tests should run successfully
Current Behavior
Integration tests error with below error message
=== RUN TestIntegration
init_test.go:68:
Unexpected error:
<*errors.errorString | 0xc000441a90>:
failed to open cacheManager: EOF
{
s: "failed to open cacheManager: EOF",
}
occurred
--- FAIL: TestIntegration (0.00s)
FAIL
FAIL github.com/paketo-buildpacks/node-engine/integration 0.009s
FAIL
** GO Test Failed with index.docker.io/paketobuildpacks/builder:buildpackless-base**
Possible Solution
I have tried:
removing all docker images and containers
uninstall and install all go dependencies
uninstall and install go
Steps to Reproduce
Run the integration tests as usual with the command ./scripts/integration.sh
Run the tests with go test -count=1 -timeout 0 ./integration/... -v -run Integration, this command should produce an error
Run again the integration tests ./scripts/integration.sh this time they should produce an error
Motivations
I can not run the integration tests on my pc and as a result do further development.
The text was updated successfully, but these errors were encountered:
System info:
Linux fedora 6.1.15-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Mar 3 17:29:44 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Description:
The integration tests error after using the command
go test -count=1 -timeout 0 ./integration/... -v -run Integration
Expected Behavior
Integration tests should run successfully
Current Behavior
Integration tests error with below error message
Possible Solution
I have tried:
Steps to Reproduce
./scripts/integration.sh
go test -count=1 -timeout 0 ./integration/... -v -run Integration
, this command should produce an error./scripts/integration.sh
this time they should produce an errorMotivations
I can not run the integration tests on my pc and as a result do further development.
The text was updated successfully, but these errors were encountered: