You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/06/11 16:31:51 UTC

[GitHub] [cassandra] maedhroz commented on a change in pull request #606: Cassandra 15752 trunk

maedhroz commented on a change in pull request #606:
URL: https://github.com/apache/cassandra/pull/606#discussion_r438918585



##########
File path: test/unit/org/apache/cassandra/db/PartitionRangeReadTest.java
##########
@@ -188,5 +201,94 @@ public void testRangeSliceInclusionExclusion() throws Throwable
         assertTrue(partitions.get(0).iterator().next().getCell(cDef).value().equals(ByteBufferUtil.bytes("2")));
         assertTrue(partitions.get(partitions.size() - 1).iterator().next().getCell(cDef).value().equals(ByteBufferUtil.bytes("6")));
     }
+
+    @Test
+    public void testComputeConcurrencyFactor()
+    {
+        int maxConccurrentRangeRequest = 32;

Review comment:
       ```suggestion
           int maxConcurrentRangeRequest = 32;
   ```




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org