camunda / camunda

Distributed Workflow Engine for Microservices Orchestration
https://camunda.com/platform/
3.09k stars 562 forks source link

[Backport stable/8.2] test: intercept request for deterministic test #19468

Closed backport-action closed 1 week ago

backport-action commented 1 week ago

Description

Backport of #17225 to stable/8.2.

relates to #17029 original author: @deepthidevaki

backport-action commented 1 week ago

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-17225-to-stable/8.2
git worktree add --checkout .worktree/backport-17225-to-stable/8.2 backport-17225-to-stable/8.2
cd .worktree/backport-17225-to-stable/8.2
git reset --hard HEAD^
git cherry-pick -x 6dd2e604cce59449b2a6ebeeaa5e9c54e13ffd42 7ced5fdea3c427968823739d74c1f824b49652a3 8165ca7b2fb1975470cd7cd6f1d71c8567bb6e54
git push --force-with-lease
deepthidevaki commented 1 week ago

closed in favor of #19475