-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support ProcessInstanceBatch records #746
Conversation
Adds the new ProcessInstanceBatch ValueType to the RecordLogger. There is no assertions over this record and no relevant context for users in it. Because of this we can leave the logging empty.
Implements the new whileEqualPrefix with startAtKey method. This was introduces in Zeebe for terminating child instances in batches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@remcowesterhoud I haven't asked Bors to merge the PR, as I just have a clarifying question.
filters/src/main/java/io/camunda/zeebe/process/test/filters/logger/RecordStreamLogger.java
Show resolved
Hide resolved
bors merge |
Build succeeded: |
Backport failed for Please cherry-pick the changes locally. git fetch origin stable/8.1
git worktree add -d .worktree/backport-746-to-stable/8.1 origin/stable/8.1
cd .worktree/backport-746-to-stable/8.1
git checkout -b backport-746-to-stable/8.1
ancref=$(git merge-base 15e4bfdb00b3f2b0995222d10f0239a89e4c07a8 bb98534a21c6ac7c01961759c2150a9e72bfd30d)
git cherry-pick -x $ancref..bb98534a21c6ac7c01961759c2150a9e72bfd30d |
Successfully created backport PR for |
Description
Fixes the ZPT snapshot tests by adding 2 fixes:
whileEqualPrefix
method with astartAtKey
ProcessInstanceBatch
value type to theRecordLogger
Related issues
closes #745
Definition of Done
Not all items need to be done depending on the issue and the pull request.
Code changes:
Testing:
Documentation: