Skip to content
GitHub Actions / Test Results failed May 2, 2024 in 0s

1 fail, 81 pass in 43s

82 tests   81 ✅  43s ⏱️
11 suites   0 💤
11 files     1 ❌

Results for commit b66956f.

Annotations

Check warning on line 0 in io.camunda.operate.zeebeimport.v8_5.processors.UserTaskZeebeRecordProcessorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

updateShouldIgnoreMissingAttributes (io.camunda.operate.zeebeimport.v8_5.processors.UserTaskZeebeRecordProcessorTest) failed

operate/importer-8_5/target/surefire-reports/TEST-io.camunda.operate.zeebeimport.v8_5.processors.UserTaskZeebeRecordProcessorTest.xml [took 0s]
Raw output
Wanted but not invoked:
batchRequest.update(
    "user-task-index",
    "1",
    {"candidateGroups" = [string], "candidateUsers" = [string], "dueDate" = 2024-04-03T20:22:18.305Z, "action" = "update", "changedAttributes" = [candidateUsersList, candidateGroupsList, dueDate, followUpDate, attribute-not-exist], "followUpDate" = 2024-04-03T20:22:18.305Z}
);
-> at io.camunda.operate.zeebeimport.v8_5.processors.UserTaskZeebeRecordProcessorTest.updateShouldIgnoreMissingAttributes(UserTaskZeebeRecordProcessorTest.java:252)

However, there was exactly 1 interaction with this mock:
batchRequest.upsert(
    "user-task-index",
    "1",
    OperateEntity{id='1'},
    {"followUpDate" = 2024-04-03T20:22:18.305Z, "candidateUsers" = [string], "candidateGroups" = [string], "dueDate" = 2024-04-03T20:22:18.305Z, "action" = "update", "changedAttributes" = [candidateUsersList, candidateGroupsList, dueDate, followUpDate, attribute-not-exist]}
);
-> at io.camunda.operate.zeebeimport.v8_5.processors.UserTaskZeebeRecordProcessor.updateUserTask(UserTaskZeebeRecordProcessor.java:167)


	at io.camunda.operate.zeebeimport.v8_5.processors.UserTaskZeebeRecordProcessorTest.updateShouldIgnoreMissingAttributes(UserTaskZeebeRecordProcessorTest.java:252)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)