dcapwell commented on code in PR #57:
URL: https://github.com/apache/cassandra-accord/pull/57#discussion_r1294879519
##########
accord-core/src/test/java/accord/burn/BurnTest.java:
##########
@@ -357,7 +376,8 @@ public static void main(String[] args)
@Test
public void testOne()
{
- run(ThreadLocalRandom.current().nextLong(), 1000);
+ run(-2862327792444379209L, 1000);
Review Comment:
this seed was showing the ack race condition where epoch=3 ack before
epoch=2; will revert
--
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]