tadayosi commented on issue #3211: URL: https://github.com/apache/camel-k/issues/3211#issuecomment-1107836102
Hi @haanhvu, > We need to test on both the dev mode and the remote dev mode, or just the dev mode? You should add a test to this existing e2e test. Since it is e2e test, it should be always a remote test (i.e. a test with an remote cluster). https://github.com/apache/camel-k/blob/main/e2e/common/cli/dev_mode_test.go > What can I use to show the start-up time? You can use Gomega's `Eventually` with timeout of 10s to test the start-up time. If the test can be really stable with a even shorter timeout such as 5s on CI, we can use the shorter timeout. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
