This is an automated email from the ASF dual-hosted git repository.
dcapwell pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-4.0 by this push:
new 418bf14 Fix test testNullClusteringValues -
org.apache.cassandra.distributed.upgrade.CompactStorage3to4UpgradeTest
418bf14 is described below
commit 418bf140167c7d156b446acc59e13aeee91d675d
Author: David Capwell <[email protected]>
AuthorDate: Tue Jun 22 15:15:55 2021 -0700
Fix test testNullClusteringValues -
org.apache.cassandra.distributed.upgrade.CompactStorage3to4UpgradeTest
patch by David Capwell; reviewed by Ekaterina Dimitrova for CASSANDRA-16756
---
.../cassandra/distributed/upgrade/CompactStorage3to4UpgradeTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/distributed/org/apache/cassandra/distributed/upgrade/CompactStorage3to4UpgradeTest.java
b/test/distributed/org/apache/cassandra/distributed/upgrade/CompactStorage3to4UpgradeTest.java
index 8d051d3..9d0f5af 100644
---
a/test/distributed/org/apache/cassandra/distributed/upgrade/CompactStorage3to4UpgradeTest.java
+++
b/test/distributed/org/apache/cassandra/distributed/upgrade/CompactStorage3to4UpgradeTest.java
@@ -36,7 +36,7 @@ public class CompactStorage3to4UpgradeTest extends
UpgradeTestBase
{
new TestCase().nodes(1)
.upgrade(Versions.Major.v30, Versions.Major.v4)
- .withConfig(config -> config.with(GOSSIP, NETWORK,
NATIVE_PROTOCOL))
+ .withConfig(config -> config.with(GOSSIP, NETWORK,
NATIVE_PROTOCOL).set("enable_drop_compact_storage", true))
.setup(cluster -> {
String create = "CREATE TABLE %s.%s(k int, c1 int,
c2 int, v int, PRIMARY KEY (k, c1, c2)) " +
"WITH compaction = {
'class':'LeveledCompactionStrategy', 'enabled':'false'} AND COMPACT STORAGE";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]