rpuch commented on code in PR #5401:
URL: https://github.com/apache/ignite-3/pull/5401#discussion_r1993707946
##########
modules/table/src/integrationTest/java/org/apache/ignite/distributed/ItInternalTableReadWriteScanTest.java:
##########
@@ -38,6 +40,7 @@
/**
* Tests for {@link InternalTable#scan(int, InternalTransaction)}.
*/
+@WithSystemProperty(key = IgniteSystemProperties.COLOCATION_FEATURE_FLAG,
value = "false")
Review Comment:
There is a TODO on the subclass which refers to this class, so we'll not
miss this
##########
modules/client-handler/src/test/java/org/apache/ignite/client/handler/ClientPrimaryReplicaTrackerTest.java:
##########
@@ -52,7 +53,7 @@ class ClientPrimaryReplicaTrackerTest extends
BaseIgniteAbstractTest {
@BeforeEach
public void setUp() throws Exception {
driver = new FakePlacementDriver(PARTITIONS);
- driver.setReplicas(List.of("s1", "s2"), TABLE_ID, 1);
+ driver.setReplicas(List.of("s1", "s2"), TABLE_ID, ZONE_ID, 1);
Review Comment:
Yes
--
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]