Uses of Class
io.camunda.zeebe.qa.util.cluster.TestCluster
Packages that use TestCluster
-
Uses of TestCluster in io.camunda.zeebe.qa.util.cluster
Methods in io.camunda.zeebe.qa.util.cluster that return TestClusterModifier and TypeMethodDescriptionTestCluster.await(TestHealthProbe probe) Convenience method forawait(TestHealthProbe, Duration)with a default timeout of 1 minute per node in the cluster.TestCluster.await(TestHealthProbe probe, Duration timeout) Waits until the given probe succeeds, or until the timeout expires.TestCluster.awaitCompleteTopology()Convenience alias forawaitCompleteTopology(Duration)with a default value of 1 minute per brokers.TestCluster.awaitCompleteTopology(int clusterSize, int partitionsCount, int replicationFactor, Duration timeout) Waits until every gateway in the cluster sees a complete and healthy topology, as defined by thereplicationFactor,partitionsCount, and count ofbrokersin this cluster.TestCluster.awaitCompleteTopology(Duration timeout) Waits until every gateway in the cluster sees a complete and healthy topology, as defined by thereplicationFactor,partitionsCount, and count ofbrokersin this cluster.TestCluster.awaitHealthyTopology()TestCluster.awaitHealthyTopology(Duration timeout) TestClusterBuilder.build()Builds a new Zeebe cluster.TestCluster.shutdown()Stops all containers in the cluster.TestCluster.start()Starts all applications in the cluster. -
Uses of TestCluster in io.camunda.zeebe.qa.util.topology
Methods in io.camunda.zeebe.qa.util.topology with parameters of type TestClusterModifier and TypeMethodDescriptionstatic ClusterActuatorAssertClusterActuatorAssert.assertThat(TestCluster actuator)