xtern opened a new pull request, #7621: URL: https://github.com/apache/ignite-3/pull/7621
https://issues.apache.org/jira/browse/IGNITE-27897 The test sometimes fails because `prepareCallback` is sometimes executed inside the `main` thread, and since the lock is reentrant, the prepareCallback don't block execution, and the lock is not added to the waiting queue, which ultimately leads to a test described failure: `Lambda expression in org.apache.ignite.internal.sql.engine.exec.SqlOutdatedPlanTest$PrepareServiceSpy expected <1> but was <0> within 10 seconds` -- 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]
