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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]