dcapwell commented on code in PR #3743:
URL: https://github.com/apache/cassandra/pull/3743#discussion_r1884694931


##########
test/unit/org/apache/cassandra/utils/CassandraGeneratorsTest.java:
##########
@@ -54,7 +54,7 @@ public void partitionerToToken()
     @Test
     public void partitionerKeys()
     {
-        qt().forAll(Gens.random(), toGen(CassandraGenerators.partitioners()))
+        qt().forAll(Gens.random(), 
toGen(CassandraGenerators.partitioners().map(CassandraGenerators::simplify)))

Review Comment:
   flakey test during my first CI run.  `LocalPartitioner` can have very 
complex type, which leads to tokens too large causing the test to be flakey



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