Closed Cerchie closed 6 days ago
The error logs might be misleading. The ClusterStrategyTest
and ConfluentCloudQueryResourceTest#shouldCacheClusterInfoOnGetKafkaClusters
are separate tests.
As for the shouldCacheClusterInfoOnGetKafkaClusters
failure, there's an annotation that marks it as @ExpectedToFail
because we've seen it be flaky in the past. See:
https://github.com/confluentinc/ide-sidecar/blob/0d355a0334e0d525968faf2960a512a9b73f9da1/src/test/java/io/confluent/idesidecar/restapi/resources/ConfluentCloudQueryResourceTest.java#L186-L188
Edit: Now that I read the comment, we're not actually retrying three times. That comment needs an update.
Thanks for the update, will close
To (possibly) reproduce, try cloning the repo and running
make quarkus-dev
Once, I got this.
Didn't change anything, re-ran the tests with quarkus, and everything passed.