-
Notifications
You must be signed in to change notification settings - Fork 213
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
[kie-issues-249] Data Index Events changes for allowing historical data #3231
Conversation
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.
file headers should be updated to Apache
cbd7988
to
60a1312
Compare
c6a354d
to
039edf0
Compare
c3ea924
to
ca4dbfb
Compare
assertThat(body.getNodeInstances()).extractingResultOf("getTriggerTime").allMatch(v -> v != null); | ||
assertThat(body.getNodeInstances()).extractingResultOf("getLeaveTime").allMatch(v -> v != null); | ||
|
||
assertProcessInstanceEvent(events.get(3), "UserTasksProcess", "UserTasksProcess", 2); |
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.
@elguardian this test is failing here... I can fix it with this:
assertProcessInstanceEvent(events.get(3), "UserTasksProcess", "UserTasksProcess", 2); | |
assertNodeInstanceEvent(events.get(3), processInstance.id(), "End Event 1", 1); |
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.
+1 as soon as we have some greens :D
build now |
ca4dbfb
to
19e8f03
Compare
19e8f03
to
7eb486a
Compare
build now |
Issue: apache/incubator-kie-issues#249
depends on apache/incubator-kie-drools#5529