chesnokoff commented on code in PR #12848:
URL: https://github.com/apache/ignite/pull/12848#discussion_r2893963700


##########
modules/core/src/test/java/org/apache/ignite/internal/processors/localtask/DurableBackgroundTasksProcessorSelfTest.java:
##########


Review Comment:
   Sometimes the line may fail because it does not have enough time to 
transform state: INIT -> PREPARED -> STARTED
   Because of that
   `assertEquals(expState, taskState.state())`
   May fail with `java.lang.AssertionError: expected:<STARTED> but was:<INIT>` 
or `java.lang.AssertionError: expected:<STARTED> but was:<PREPARE>`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to