kyma icon indicating copy to clipboard operation
kyma copied to clipboard

`pre-main-kyma-gardener-gcp-eventing-upgrade` is flaky

Open friedrichwilken opened this issue 2 years ago • 3 comments

pre-main-kyma-gardener-gcp-eventing-upgrade is flaky and regularly fails with:

1) Eventing tests
       with Nats backend
         In-cluster event should have correct tracing spans:
     Error: cannot get jaeger trace
404: Not Found: {"data":null,"total":0,"limit":0,"offset":0,"errors":[{"code":404,"msg":"trace not found"}]}
      at convertAxiosError (utils/index.js:116:10)
      at getJaegerTrace (tracing/client.js:23:11)
      at processTicksAndRejections (internal/process/task_queues.js:95:5)
      at async checkTrace (test/fixtures/commerce-mock/index.js:323:20)
      at async checkInClusterEventTracing (test/fixtures/commerce-mock/index.js:319:3)
      at async Context.<anonymous> (eventing-test/eventing-test.js:200:7)

friedrichwilken avatar Oct 05 '22 12:10 friedrichwilken

Would be nice if the test would print out the URL which is giving the 404. Any other information which might have helped to debug this by solely looking at the logs are appreciated :)

nachtmaar avatar Oct 06 '22 11:10 nachtmaar

we found that there is an issue with the lastorder function due to changes in kyma internals during the upgrade. This can be resolved by rebuilding the function after the upgrade.

friedrichwilken avatar Oct 14 '22 07:10 friedrichwilken

This PR is going to resolve this issue: https://github.com/kyma-project/kyma/pull/15792

friedrichwilken avatar Oct 14 '22 07:10 friedrichwilken

This PR will rise the test's reliability further: #15769

friedrichwilken avatar Oct 18 '22 10:10 friedrichwilken