This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 1b0f192  Reduce example size to stabilize ChecksummingTransformerTest
1b0f192 is described below

commit 1b0f1925ca20928344809813b40b20eaa5e3b514
Author: Brandon Williams <[email protected]>
AuthorDate: Wed Feb 5 11:14:45 2020 -0600

    Reduce example size to stabilize ChecksummingTransformerTest
    
    Patch by brandonwilliams reviewed by Sam Tunnicliffe for CASSANDRA-15313
---
 .../transport/frame/checksum/ChecksummingTransformerTest.java         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/test/unit/org/apache/cassandra/transport/frame/checksum/ChecksummingTransformerTest.java
 
b/test/unit/org/apache/cassandra/transport/frame/checksum/ChecksummingTransformerTest.java
index 82401b0..b905d4b 100644
--- 
a/test/unit/org/apache/cassandra/transport/frame/checksum/ChecksummingTransformerTest.java
+++ 
b/test/unit/org/apache/cassandra/transport/frame/checksum/ChecksummingTransformerTest.java
@@ -57,7 +57,7 @@ public class ChecksummingTransformerTest
     @Test
     public void roundTripSafetyProperty()
     {
-        qt().withExamples(500)
+        qt().withExamples(35)
             .forAll(inputs(),
                     compressors(),
                     checksumTypes(),
@@ -79,7 +79,7 @@ public class ChecksummingTransformerTest
     @Test
     public void corruptionCausesFailure()
     {
-        qt().withExamples(500)
+        qt().withExamples(35)
             .forAll(inputWithCorruptablePosition(),
                     integers().between(0, 
Byte.MAX_VALUE).map(Integer::byteValue),
                     compressors(),


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

Reply via email to