xvrl commented on code in PR #14767:
URL: https://github.com/apache/druid/pull/14767#discussion_r1414306915


##########
server/src/test/java/org/apache/druid/metadata/SqlSegmentsMetadataManagerTest.java:
##########
@@ -265,7 +265,7 @@ public void testPollPeriodicallyAndOnDemandInterleave() 
throws Exception
     Assert.assertTrue(sqlSegmentsMetadataManager.getLatestDatabasePoll() 
instanceof SqlSegmentsMetadataManager.PeriodicDatabasePoll);
     dataSourcesSnapshot = sqlSegmentsMetadataManager.getDataSourcesSnapshot();
     Assert.assertEquals(
-        ImmutableList.of("wikipedia2", "wikipedia3", "wikipedia"),
+        ImmutableList.of("wikipedia3", "wikipedia", "wikipedia2"),

Review Comment:
   looks like the order changed again in 
https://github.com/apache/druid/pull/15482/files#r1414283468. Given that we are 
not order sensitive it might make more sense to compare sets.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to