Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iterate over steady-state cmd #252

Merged
merged 1 commit into from
Nov 23, 2022
Merged

Iterate over steady-state cmd #252

merged 1 commit into from
Nov 23, 2022

Conversation

ChrisKujawa
Copy link
Member

Rename command to instance-creation, because this is what it does or should do. Verifying whether instance creation works on a specific partition for a specific model.

Remove deployment from the command, and the processDefinitionKey usage. It is unlikely that we use this in our experiments it is easier to use the named process id and version (if not set we use the latest version). If we need it we can easily bring it back.

closes #249


Example

$ ./zbchaos verify instance-creation -v --bpmnProcessId multiVersion
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 -1 [variables: '', awaitResult: false]
Created process instance with key 4503599627370507 on partition 2, required partition 1.
Created process instance with key 6755399441055755 on partition 3, required partition 1.
Created process instance with key 2251799813685309 on partition 1, required partition 1.
The steady-state was successfully verified!

Rename command to instance-creation, because this it is what it does or should do.
Verifying whehter instance creation works on a specific partition for a specfic model.

Remove deployment from command, and the processDefinitionKey usage.
It is unlikely that we use this in our experiments it is easier to use the named
process id and version (if not set we use the latest version).
@ChrisKujawa ChrisKujawa changed the title Ierate over steady-state cmd Iterate over steady-state cmd Nov 23, 2022
@ChrisKujawa ChrisKujawa merged commit 38a8fcd into main Nov 23, 2022
@ChrisKujawa ChrisKujawa deleted the zell-verify-instance branch November 23, 2022 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Iterate over verifySteadyStateCmd
2 participants