Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TestBrokerWithConfig waits for Topic in Requirement phase (#941)
When running many tests in parallel, waiting for the Topic might start much earlier than creating the Broker/Topic and it can time out (see below). This change ensures that waiting for the topic starts later. ``` === CONT TestBrokerWithConfig/Broker_KafkaTopic_config_from_Broker_configmap/Setup/Topic_is_ready wait.go:136: kafka knative-broker-test-msvvevxa-broker-dtbsqwrn not found kafkatopics.kafka.strimzi.io "knative-broker-test-msvvevxa-broker-dtbsqwrn" not found topic.go:73: kafka.strimzi.io/v1beta2, Resource=kafkatopics did not become ready, timed out waiting for the condition ```
- Loading branch information