rpuch commented on code in PR #2055:
URL: https://github.com/apache/ignite-3/pull/2055#discussion_r1191309331
##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/replication/PartitionReplicaListenerTest.java:
##########
@@ -290,6 +314,8 @@ public void beforeTest(@InjectConfiguration
DataStorageConfiguration dsCfg) {
lenient().when(safeTimeClock.waitFor(any())).thenReturn(completedFuture(null));
+
lenient().when(schemas.waitForSchemasAvailability(any())).thenReturn(completedFuture(null));
Review Comment:
I'm not sure it's a good thing to just make all stubbings lenient. I would
prefer to be explicit.
--
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]