camel-k icon indicating copy to clipboard operation
camel-k copied to clipboard

fix(#5362): Cannot run `make test-smoke` on arm64 out of the box

Open tdiesler opened this issue 1 year ago • 2 comments

I made a simple change to test_support that adds the the missing -t builder.platforms trait when on arm64 and not given already, as well as a simple wrapper script that sets the required CAMEL_K_TEST_* envars when on arm64

Create sub-shell

 ./script/e2e_env.sh shell
 $ go test -v -tags=integration ./e2e/common/languages/java_test.go

Run a command in this environment

 ./script/e2e_env.sh run go test -v -tags=integration ./e2e/common/languages/java_test.go

tdiesler avatar Apr 15 '24 12:04 tdiesler

Failed because of: https://github.com/apache/camel-k/issues/5315

tdiesler avatar Apr 15 '24 13:04 tdiesler

Ready to merge

tdiesler avatar Apr 17 '24 15:04 tdiesler

out-of-date https://github.com/apache/camel-k/issues/5362

tdiesler avatar May 08 '24 09:05 tdiesler