Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate Deployment distribution experiment (#268)
Based on #267 (blocked by) related to #237 ------- **Fixed some smaller issues, like:** * rm one-direction from mutex * make possible to run workers against self-managed clusters * return correct errors on connect **Migrate the Deployment distribution experiment, as the first experiment, to zbchaos.** The experiment was executed and verified via the integration test against a self-managed cluster. I moved the experiment into the `chaos-experiments/camunda-cloud/test/` folder and migrated it, with that approach I was able to execute the experiment with `eze` and running against my self-managed `zell-chaos` zeebe cluster. Log output: ``` Deploy file bpmn/chaos/actionRunner.bpmn (size: 8788 bytes). Deployed process model bpmn/chaos/actionRunner.bpmn successful with key 2251799813685249. Deploy file bpmn/chaos/chaosExperiment.bpmn (size: 21403 bytes). Deployed process model bpmn/chaos/chaosExperiment.bpmn successful with key 2251799813685251. Deploy file bpmn/chaos/chaosToolkit.bpmn (size: 11031 bytes). Deployed process model bpmn/chaos/chaosToolkit.bpmn successful with key 2251799813685253. Create ChaosToolkit instance Open workers: [zbchaos, readExperiments]. Handle read experiments job [key: 2251799813685265] Read experiments successful, complete job with: {"experiments":[{"contributions":{"availability":"high","reliability":"high"},"description":"Zeebe deployment distribution should be fault-tolerant. Zeebe should be able to handle network outages and fail-overs and distribute the deployments after partitions are available again.","method":[{"name":"Create network partition between leaders","provider":{"arguments":["disconnect","brokers","--broker1PartitionId","1","--broker2PartitionId","3","--one-direction"],"path":"zbchaos","timeout":900,"type":"process"},"type":"action"},{"name":"Deploy different deployment versions.","provider":{"arguments":["deploy","process","--multipleVersions","10"],"path":"zbchaos","timeout":900,"type":"process"},"type":"action"},{"name":"Connect leaders again","provider":{"arguments":["connect","brokers"],"path":"zbchaos","timeout":900,"type":"process"},"type":"action"},{"name":"Create process instance of latest version on partition one","provider":{"arguments":["verify","instance-creation","--bpmnProcessId","multiVersion","--version","10","--partitionId","1"],"path":"zbchaos","timeout":900,"type":"process"},"tolerance":0,"type":"probe"},{"name":"Create process instance of latest version on partition two","provider":{"arguments":["verify","instance-creation","--bpmnProcessId","multiVersion","--version","10","--partitionId","2"],"path":"zbchaos","timeout":900,"type":"process"},"tolerance":0,"type":"probe"},{"name":"Create process instance of latest version on partition three","provider":{"arguments":["verify","instance-creation","--bpmnProcessId","multiVersion","--version","10","--partitionId","3"],"path":"zbchaos","timeout":900,"type":"process"},"tolerance":0,"type":"probe"}],"rollbacks":[],"steady-state-hypothesis":{"probes":[{"name":"All pods should be ready","provider":{"arguments":["verify","readiness"],"path":"zbchaos","timeout":900,"type":"process"},"tolerance":0,"type":"probe"}],"title":"Zeebe is alive"},"title":"Zeebe deployment distribution","version":"0.1.0"},{"contributions":{"availability":"high","reliability":"high"},"description":"This fake experiment is just to test the integration with Zeebe and zbchaos workers","method":[{"name":"Show again the version","pauses":{"after":5},"provider":{"arguments":["version"],"path":"zbchaos","timeout":900,"type":"process"},"tolerance":0,"type":"action"}],"rollbacks":[],"steady-state-hypothesis":{"probes":[{"name":"Show version","provider":{"arguments":["version"],"path":"zbchaos","timeout":900,"type":"process"},"tolerance":0,"type":"probe"}],"title":"Zeebe is alive"},"title":"This is a fake experiment","version":"0.1.0"}]}. Handle zbchaos job [key: 2251799813685328] Running command with args: [verify readiness] Connecting to zell-chaos Running experiment in self-managed environment. All Zeebe nodes are running. Handle zbchaos job [key: 2251799813685376] Running command with args: [disconnect brokers --broker1PartitionId 1 --broker2PartitionId 3 --one-direction] Connecting to zell-chaos Running experiment in self-managed environment. Did not find zeebe cluster to pause reconciliation, ignoring. Patched statefulset Successfully created port forwarding tunnel Found Broker zell-chaos-zeebe-1 as LEADER for partition 1. Found Broker zell-chaos-zeebe-2 as LEADER for partition 3. Execute ["apt" "-qq" "update"] on pod zell-chaos-zeebe-1 Execute ["apt" "-qq" "install" "-y" "iproute2"] on pod zell-chaos-zeebe-1 Execute ["ip" "route" "replace" "unreachable" "10.0.4.223"] on pod zell-chaos-zeebe-1 Disconnect zell-chaos-zeebe-1 from zell-chaos-zeebe-2 Handle zbchaos job [key: 2251799813685585] Running command with args: [deploy process --multipleVersions 10] Connecting to zell-chaos Running experiment in self-managed environment. Successfully created port forwarding tunnel Deploy 10 versions of different type of models. Deployed [2/10] versions. Deployed [4/10] versions. Deployed [6/10] versions. Deployed [8/10] versions. Deployed [10/10] versions. Deployed different process models of different types and versions to zeebe! Handle zbchaos job [key: 2251799813685677] Running command with args: [connect brokers] Connecting to zell-chaos Running experiment in self-managed environment. Execute ["sh" "-c" "command -v ip"] on pod zell-chaos-zeebe-0 Error on connection Broker: zell-chaos-zeebe-0. Error: Execution exited with exit code 127 (Command not found). It is likely that the broker was not disconnected or restarted in between. Execute ["sh" "-c" "command -v ip"] on pod zell-chaos-zeebe-1 Execute ["sh" "-c" "ip route | grep -m 1 unreachable"] on pod zell-chaos-zeebe-1 Execute ["sh" "-c" "ip route del "] on pod zell-chaos-zeebe-1 Error on connection Broker: zell-chaos-zeebe-1. Error: command terminated with exit code 255 Execute ["sh" "-c" "command -v ip"] on pod zell-chaos-zeebe-2 Error on connection Broker: zell-chaos-zeebe-2. Error: Execution exited with exit code 127 (Command not found). It is likely that the broker was not disconnected or restarted in between. Handle zbchaos job [key: 2251799813685732] Running command with args: [verify instance-creation --bpmnProcessId multiVersion --version 10 --partitionId 1] Connecting to zell-chaos Running experiment in self-managed environment. Successfully created port forwarding tunnel Create process instance with BPMN process ID multiVersion and version 10 [variables: '', awaitResult: false] Created process instance with key 2251799815354503 on partition 1, required partition 1. The steady-state was successfully verified! Handle zbchaos job [key: 2251799813685779] Running command with args: [verify instance-creation --bpmnProcessId multiVersion --version 10 --partitionId 2] Connecting to zell-chaos Running experiment in self-managed environment. Successfully created port forwarding tunnel Create process instance with BPMN process ID multiVersion and version 10 [variables: '', awaitResult: false] Created process instance with key 4503599628043172 on partition 2, required partition 2. The steady-state was successfully verified! Handle zbchaos job [key: 2251799813685825] Running command with args: [verify instance-creation --bpmnProcessId multiVersion --version 10 --partitionId 3] Connecting to zell-chaos Running experiment in self-managed environment. Successfully created port forwarding tunnel Create process instance with BPMN process ID multiVersion and version 10 [variables: '', awaitResult: false] Created process instance with key 2251799815355181 on partition 1, required partition 3. Created process instance with key 2251799815355311 on partition 1, required partition 3. Created process instance with key 6755399441722396 on partition 3, required partition 3. The steady-state was successfully verified! Handle zbchaos job [key: 2251799813685877] Running command with args: [verify readiness] Connecting to zell-chaos Running experiment in self-managed environment. All Zeebe nodes are running. Handle zbchaos job [key: 2251799813685969] Running command with args: [version] zbchaos development (commit: HEAD) Handle zbchaos job [key: 2251799813686012] Running command with args: [version] zbchaos development (commit: HEAD) Handle zbchaos job [key: 2251799813686157] Running command with args: [version] zbchaos development (commit: HEAD) Instance 2251799813685255 [definition 2251799813685253 ] completed --- PASS: Test_ShouldBeAbleToRunExperiments (36.97s) PASS Process finished with the exit code 0 ```
- Loading branch information