tadayosi commented on issue #3315: URL: https://github.com/apache/camel-k/issues/3315#issuecomment-1140867211
Where do you find this? I looked at the upgrade testing for `release-1.9.x` branch but it seems to be failing with the same error. https://github.com/apache/camel-k/runs/6647282436?check_suite_focus=true ``` === RUN TestOLMAutomaticUpgrade olm_upgrade_test.go:64: Testing cross-OLM channel upgrade stable-1.9 -> stable-dev-1.9 Using external kamel binary on path /tmp/kamel-1.9.1 OLM is available in the cluster Error: exit status 2 Usage: [flags] Flags: -h, --help help for this command olm_upgrade_test.go:80: Expected success, but got an error: <*exec.ExitError | 0xc00079b320>: { ProcessState: { pid: 50946, status: 512, rusage: { Utime: {Sec: 0, Usec: 240206}, Stime: {Sec: 0, Usec: 36641}, Maxrss: 67340, Ixrss: 0, Idrss: 0, Isrss: 0, Minflt: 4642, Majflt: 30, Nswap: 0, Inblock: 4768, Oublock: 0, Msgsnd: 0, Msgrcv: 0, Nsignals: 0, Nvcsw: 1099, Nivcsw: 659, }, }, Stderr: nil, } exit status 2 dump.go:44: -------------------- start dumping namespace test-65e61bbb-89ec-43e5-90bd-4fc693ebd592 -------------------- test_support.go:1752: Error while dumping namespace test-65e61bbb-89ec-43e5-90bd-4fc693ebd592: the server could not find the requested resource (get integrationplatforms.camel.apache.org) --- FAIL: TestOLMAutomaticUpgrade (39.77s) ``` Note the last log line just comes from `test_support.go` where it tries to run the final clean up of the test, which I think just fails because the main part of the test has failed and there's no resource to clean up. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org