You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2020/02/05 17:17:27 UTC

[cassandra] branch trunk updated: Reduce example size to stabilize ChecksummingTransformerTest

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 <br...@apache.org>
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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org