You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jk...@apache.org on 2017/08/15 17:07:13 UTC

cassandra git commit: Add Config$RepairCommandPoolFullStrategy awareness to DatabaseDescriptorRefTest

Repository: cassandra
Updated Branches:
  refs/heads/trunk 99e5f7efc -> 256a74faa


Add Config$RepairCommandPoolFullStrategy awareness to DatabaseDescriptorRefTest

Patch by Joel Knighton; reviewed by Marcus Eriksson for CASSANDRA-13594


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/256a74fa
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/256a74fa
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/256a74fa

Branch: refs/heads/trunk
Commit: 256a74faa31fcf25bdae753c563fa2c69f7f355c
Parents: 99e5f7e
Author: Joel Knighton <jk...@apache.org>
Authored: Tue Aug 15 11:24:40 2017 -0500
Committer: Joel Knighton <jk...@apache.org>
Committed: Tue Aug 15 11:58:58 2017 -0500

----------------------------------------------------------------------
 .../unit/org/apache/cassandra/config/DatabaseDescriptorRefTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/256a74fa/test/unit/org/apache/cassandra/config/DatabaseDescriptorRefTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/config/DatabaseDescriptorRefTest.java b/test/unit/org/apache/cassandra/config/DatabaseDescriptorRefTest.java
index b915854..b50a050 100644
--- a/test/unit/org/apache/cassandra/config/DatabaseDescriptorRefTest.java
+++ b/test/unit/org/apache/cassandra/config/DatabaseDescriptorRefTest.java
@@ -70,6 +70,7 @@ public class DatabaseDescriptorRefTest
     "org.apache.cassandra.config.Config$DiskOptimizationStrategy",
     "org.apache.cassandra.config.Config$InternodeCompression",
     "org.apache.cassandra.config.Config$MemtableAllocationType",
+    "org.apache.cassandra.config.Config$RepairCommandPoolFullStrategy",
     "org.apache.cassandra.config.Config$UserFunctionTimeoutPolicy",
     "org.apache.cassandra.config.ParameterizedClass",
     "org.apache.cassandra.config.EncryptionOptions",


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