rpuch commented on code in PR #3085: URL: https://github.com/apache/ignite-3/pull/3085#discussion_r1464470812
########## modules/raft/src/integrationTest/java/org/apache/ignite/internal/raft/ItTruncateSuffixAndRestartTest.java: ########## @@ -60,7 +60,7 @@ import org.apache.ignite.internal.testframework.BaseIgniteAbstractTest; import org.apache.ignite.internal.testframework.WorkDirectory; import org.apache.ignite.internal.testframework.WorkDirectoryExtension; -import org.apache.ignite.internal.worker.NoOpCriticalWorkerRegistry; +import org.apache.ignite.internal.worker.fixtures.NoOpCriticalWorkerRegistry; Review Comment: It seems that, if JPMS comes at some point, without the subpackage we'll have a split package situation (as `org.apache.ignite.internal.worker` is both in `testFixtures` and `main` paths) -- 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]
