rpuch commented on code in PR #5391:
URL: https://github.com/apache/ignite-3/pull/5391#discussion_r1990719946
##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/TableManagerTest.java:
##########
@@ -429,6 +431,8 @@ public void
testWriteTableAssignmentsToMetastoreExceptionally() throws Exception
* @throws Exception If failed.
*/
@Test
+ // TODO: https://issues.apache.org/jira/browse/IGNITE-24397 - remove
@WithSystemProperty.
Review Comment:
I don't think we need to do it. It is enough to search for `COLOCATION_FLAG`
when cleaning up code after switching to colocation, all places that need to be
addressed will be revealed.
--
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]