You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by bd...@apache.org on 2019/11/07 18:47:36 UTC

[cassandra] branch cassandra-3.11 updated: ninja: set partitioner in LegacyLayoutValidationTest

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

bdeggleston pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.11 by this push:
     new cf10df0  ninja: set partitioner in LegacyLayoutValidationTest
cf10df0 is described below

commit cf10df00eb5c805a0cc4bdfeb5d72c3478c13613
Author: Blake Eggleston <bd...@gmail.com>
AuthorDate: Thu Nov 7 10:43:10 2019 -0800

    ninja: set partitioner in LegacyLayoutValidationTest
---
 test/unit/org/apache/cassandra/db/LegacyLayoutValidationTest.java | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test/unit/org/apache/cassandra/db/LegacyLayoutValidationTest.java b/test/unit/org/apache/cassandra/db/LegacyLayoutValidationTest.java
index 8f2d3a8..4d565ca 100644
--- a/test/unit/org/apache/cassandra/db/LegacyLayoutValidationTest.java
+++ b/test/unit/org/apache/cassandra/db/LegacyLayoutValidationTest.java
@@ -41,6 +41,11 @@ public class LegacyLayoutValidationTest
 {
     static final String KEYSPACE = "ks";
 
+    static
+    {
+        DatabaseDescriptor.daemonInitialization();
+    }
+
     private static final CFMetaData FIXED = CFMetaData.Builder.create("ks", "cf")
                                                               .addPartitionKey("k", Int32Type.instance)
                                                               .addClusteringColumn("c1", Int32Type.instance)


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