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
Attempting to run the integration tests produce many failures.
To Reproduce
Steps to reproduce the behavior:
Run mage TestIntegration
See error
Expected behavior
A clear and concise description of what you expected to happen.
Porter Command and Output
--- FAIL: TestBuildOptions_Validate (0.00s)
--- FAIL: TestBuildOptions_Validate/no_opts (0.00s)
build_integration_test.go:249:
Error Trace: ./pkg/porter/build_integration_test.go:249
Error: Received unexpected error:
could not find porter.yaml in the current directory /, make sure you are in the right directory or specify the porter manifest with --file
Test: TestBuildOptions_Validate/no_opts
--- FAIL: TestBuildOptions_Validate/valid_version_-_v_prefix (0.00s)
build_integration_test.go:249:
Error Trace: ./pkg/porter/build_integration_test.go:249
Error: Received unexpected error:
could not find porter.yaml in the current directory /, make sure you are in the right directory or specify the porter manifest with --file
Test: TestBuildOptions_Validate/valid_version_-_v_prefix
--- FAIL: TestBuildOptions_Validate/valid_version_-_with_hash (0.00s)
build_integration_test.go:249:
Error Trace: ./pkg/porter/build_integration_test.go:249
Error: Received unexpected error:
could not find porter.yaml in the current directory /, make sure you are in the right directory or specify the porter manifest with --file
Test: TestBuildOptions_Validate/valid_version_-_with_hash
--- FAIL: TestBuildOptions_Validate/valid_name_and_value_set (0.00s)
build_integration_test.go:249:
Error Trace: ./pkg/porter/build_integration_test.go:249
Error: Received unexpected error:
could not find porter.yaml in the current directory /, make sure you are in the right directory or specify the porter manifest with --file
Test: TestBuildOptions_Validate/valid_name_and_value_set
--- FAIL: TestBuildOptions_Validate/valid_driver:_buildkit (0.00s)
build_integration_test.go:249:
Error Trace: ./pkg/porter/build_integration_test.go:249
Error: Received unexpected error:
could not find porter.yaml in the current directory /, make sure you are in the right directory or specify the porter manifest with --file
Test: TestBuildOptions_Validate/valid_driver:_buildkit
--- FAIL: TestBuildOptions_Defaults (0.00s)
--- FAIL: TestBuildOptions_Defaults/default_driver (0.00s)
build_integration_test.go:266:
Error Trace: ./pkg/porter/build_integration_test.go:266
Error: Received unexpected error:
could not find porter.yaml in the current directory /, make sure you are in the right directory or specify the porter manifest with --file
Test: TestBuildOptions_Defaults/default_driver
Messages: Validate failed
FAIL
--- FAIL: TestArchive_WithNoCompression (238.84s)
archive_test.go:141:
Error Trace: /home/david/projects/kichristensen-porter/tests/integration/archive_test.go:141
Error: Received unexpected error:
Publish stopped because localhost:5000/archived-nocompression-whalegap:v0.2.0 already exists in the destination registry. To overwrite it, repeat the command with --force specified.
Test: TestArchive_WithNoCompression
Messages: publish of bundle from archive failed
--- FAIL: TestArchive_StableDigest (387.14s)
archive_test.go:78:
Error Trace: /home/david/projects/kichristensen-porter/tests/integration/archive_test.go:78
Error: Received unexpected error:
Publish stopped because localhost:5000/archived-whalegap:v0.2.0 already exists in the destination registry. To overwrite it, repeat the command with --force specified.
Test: TestArchive_StableDigest
Messages: publish of bundle from archive failed
FAIL
coverage: [no statements]
FAIL get.porter.sh/porter/tests/integration 933.751s
FAIL
Error: running "go test -timeout=30m -tags=integration ./... -coverprofile coverage-integration.out" failed with exit code 1
Describe the bug
Attempting to run the integration tests produce many failures.
To Reproduce
Steps to reproduce the behavior:
mage TestIntegration
Expected behavior
A clear and concise description of what you expected to happen.
Porter Command and Output
Version
porter v0.1.17-test-101-g759aa728 (759aa72)
The text was updated successfully, but these errors were encountered: