Unit Test Results.

Designed for use with JUnit and Ant.

Class org.apache.cassandra.fuzz.topology.HarryTopologyMixupTest-_jdk11_x86_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
HarryTopologyMixupTest-_jdk11_x86_64101025.9432024-11-24T17:04:13a5c4adbdaf9e

Failures

NameStatusTypeTime(s)
test-_jdk11_x86_64FailureProperty error detected: Seed = 3443888726639793107 Examples = 1 Pure = true Error: Uncaught exceptions were thrown during test Steps: 20 Values: State: Yaml Config: --- commitlog_sync: batch commitlog_disk_access_mode: legacy memtable_allocation_type: offheap_buffers memtable: configurations: TrieMemtable_1: inherits: TrieMemtable_0 TrieMemtable_base: class_name: TrieMemtable parameters: shards: 59 TrieMemtable_0: inherits: TrieMemtable_base TrieMemtable_2: inherits: TrieMemtable_1 SkipListMemtable_0: inherits: SkipListMemtable_base SkipListMemtable_1: inherits: SkipListMemtable_0 SkipListMemtable_base: class_name: SkipListMemtable default: inherits: ShardedSkipListMemtable ShardedSkipListMemtable_base: class_name: ShardedSkipListMemtable parameters: serialize_writes: true ShardedSkipListMemtable: inherits: ShardedSkipListMemtable_0 TrieMemtable: inherits: TrieMemtable_2 ShardedSkipListMemtable_0: inherits: ShardedSkipListMemtable_base SkipListMemtable_2: inherits: SkipListMemtable_1 SkipListMemtable: inherits: SkipListMemtable_2 sstable: selected_format: bti disk_access_mode: mmap Topology: Node1: status=Up, tokens=[-2127851176] Node2: status=Up, tokens=[743515505] CMS Voting Group: [1, 2]: org.apache.cassandra.fuzz.topology.HarryTopologyMixupTest.HarryState History:

junit.framework.AssertionFailedError: Property error detected:
Seed = 3443888726639793107
Examples = 1
Pure = true
Error: Uncaught exceptions were thrown during test
Steps: 20
Values:
State: Yaml Config:
---
commitlog_sync: batch
commitlog_disk_access_mode: legacy
memtable_allocation_type: offheap_buffers
memtable:
configurations:
TrieMemtable_1:
inherits: TrieMemtable_0
TrieMemtable_base:
class_name: TrieMemtable
parameters:
shards: 59
TrieMemtable_0:
inherits: TrieMemtable_base
TrieMemtable_2:
inherits: TrieMemtable_1
SkipListMemtable_0:
inherits: SkipListMemtable_base
SkipListMemtable_1:
inherits: SkipListMemtable_0
SkipListMemtable_base:
class_name: SkipListMemtable
default:
inherits: ShardedSkipListMemtable
ShardedSkipListMemtable_base:
class_name: ShardedSkipListMemtable
parameters:
serialize_writes: true
ShardedSkipListMemtable:
inherits: ShardedSkipListMemtable_0
TrieMemtable:
inherits: TrieMemtable_2
ShardedSkipListMemtable_0:
inherits: ShardedSkipListMemtable_base
SkipListMemtable_2:
inherits: SkipListMemtable_1
SkipListMemtable:
inherits: SkipListMemtable_2
sstable:
selected_format: bti
disk_access_mode: mmap

Topology:

Node1: status=Up, tokens=[-2127851176]
Node2: status=Up, tokens=[743515505]
CMS Voting Group: [1, 2]: org.apache.cassandra.fuzz.topology.HarryTopologyMixupTest.HarryState
History:

at accord.utils.Property$StatefulBuilder.check(Property.java:487)
at org.apache.cassandra.fuzz.topology.TopologyMixupTestBase.test(TopologyMixupTestBase.java:288)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Caused by: org.apache.cassandra.distributed.shared.ShutdownException: Uncaught exceptions were thrown during test
at org.apache.cassandra.distributed.impl.AbstractCluster.checkAndResetUncaughtExceptions(AbstractCluster.java:1147)
at org.apache.cassandra.fuzz.topology.TopologyMixupTestBase$State.lambda$new$3(TopologyMixupTestBase.java:452)
at java.base/java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:807)
at org.apache.cassandra.fuzz.topology.TopologyMixupTestBase.lambda$test$16(TopologyMixupTestBase.java:289)
at accord.utils.Property$CommandsBuilder$2.commands(Property.java:886)
at accord.utils.Property$StatefulBuilder.check(Property.java:446)
Suppressed: java.lang.RuntimeException: java.io.EOFException
at org.apache.cassandra.tcm.log.LogReader.getLogState(LogReader.java:116)
at org.apache.cassandra.tcm.log.LogReader.getLogState(LogReader.java:64)
at org.apache.cassandra.tcm.FetchPeerLog$Handler.doVerb(FetchPeerLog.java:85)
at org.apache.cassandra.net.InboundSink.lambda$new$0(InboundSink.java:102)
at org.apache.cassandra.net.InboundSink$Filtered.accept(InboundSink.java:70)
at org.apache.cassandra.net.InboundSink$Filtered.accept(InboundSink.java:56)
at org.apache.cassandra.net.InboundSink.accept(InboundSink.java:122)
at org.apache.cassandra.net.InboundSink.accept(InboundSink.java:51)
at org.apache.cassandra.net.InboundMessageHandler$ProcessMessage.run(InboundMessageHandler.java:448)
at org.apache.cassandra.concurrent.ExecutionFailure$1.run(ExecutionFailure.java:133)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.io.EOFException
at org.apache.cassandra.io.util.RebufferingInputStream.readByte(RebufferingInputStream.java:180)
at org.apache.cassandra.io.util.RebufferingInputStream.readBoolean(RebufferingInputStream.java:170)
at org.apache.cassandra.tcm.transformations.cms.PreInitialize$Serializer.deserialize(PreInitialize.java:116)
at org.apache.cassandra.tcm.transformations.cms.PreInitialize$Serializer.deserialize(PreInitialize.java:102)
at org.apache.cassandra.tcm.serialization.VerboseMetadataSerializer.deserialize(VerboseMetadataSerializer.java:43)
at org.apache.cassandra.tcm.Transformation$Kind.fromVersionedBytes(Transformation.java:269)
at org.apache.cassandra.tcm.log.SystemKeyspaceStorage.toEntryHolder(SystemKeyspaceStorage.java:153)
at org.apache.cassandra.tcm.log.SystemKeyspaceStorage.getEntries(SystemKeyspaceStorage.java:130)
at org.apache.cassandra.tcm.log.LogReader.getLogState(LogReader.java:79)
25.331
Properties »
System.out »