bf2fc6cc711aee1a0c2a / kas-fleetshard

The kas-fleetshard-operator is responsible for provisioning and managing instances of kafka on a cluster. The kas-fleetshard-synchronizer synchronizes the state of a fleet shard with the kas-fleet-manager.
Apache License 2.0
7 stars 20 forks source link

Use fabric8 wait functionality in tests when possible #876

Closed MikeEdgar closed 9 months ago

MikeEdgar commented 1 year ago

As noted in the comments in #873 , the fabric8 client has wait support for cases where tests may need to block until a pod is ready (waitUntilReady) or has a certain condition (waitUntilCondition).

Evaluate kas-fleetshard tests for opportunities to replace custom wait methods with the functionality provided by the client.