Unit Test Results.

Designed for use with JUnit and Ant.

Class org.apache.cassandra.db.commitlog.BatchCommitLogTest-latest_jdk11_x86_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
BatchCommitLogTest-latest_jdk11_x86_6419801120.5342024-10-15T10:57:280d773d8b7fdd

Tests

NameStatusTypeTime(s)
testFlushAndWaitingMetrics[0]-latest_jdk11_x86_64Success0.084
testBatchCLSyncImmediately[0]-latest_jdk11_x86_64Success0.059
testBatchCLShutDownImmediately[0]-latest_jdk11_x86_64Success0.044
testRecoveryWithEmptyFinalLog[0]-latest_jdk11_x86_64Success0.047
replaySimple[0]-latest_jdk11_x86_64Success0.089
testRecoveryWithEmptyLog[0]-latest_jdk11_x86_64Success0.033
testRecoveryWithZeroLog[0]-latest_jdk11_x86_64Success0.035
testRecoveryWithNegativeSizeArgument[0]-latest_jdk11_x86_64Success0.014
testOutOfOrderFlushRecoveryWithCompaction[0]-latest_jdk11_x86_64Success0.565
testRecoveryWithShortSize[0]-latest_jdk11_x86_64Success0.027
testExceedRecordLimit[0]-latest_jdk11_x86_64Success0.022
testRecoveryWithBadSizeChecksum[0]-latest_jdk11_x86_64Success0.018
testExceedRecordLimitWithMultiplePartitions[0]-latest_jdk11_x86_64Success0.035
testOutOfOrderFlushRecovery[0]-latest_jdk11_x86_64Success0.459
testRecoveryWithGarbageLog_ignoredByProperty[0]-latest_jdk11_x86_64Success0.020
testRecoveryWithIdMismatch[0]-latest_jdk11_x86_64Success0.018
testReplayListProperty[0]-latest_jdk11_x86_64Success0.353
testEqualRecordLimit[0]-latest_jdk11_x86_64Success0.016
testTruncateWithoutSnapshotNonDurable[0]-latest_jdk11_x86_64Success0.120
testDeleteIfNotDirty[0]-latest_jdk11_x86_64Success0.048
testRecoveryWithCollectionClusteringKeysStatic[0]-latest_jdk11_x86_64Success0.094
testOutOfOrderLogDiscard[0]-latest_jdk11_x86_64Success0.263
testRecoveryWithBadCompressor[0]-latest_jdk11_x86_64Success0.014
testRecoveryWithShortMutationSize[0]-latest_jdk11_x86_64Success0.009
testUnwriteableFlushRecovery[0]-latest_jdk11_x86_64Success0.244
testRecoveryWithShortLog[0]-latest_jdk11_x86_64Success0.011
testTruncateWithoutSnapshot[0]-latest_jdk11_x86_64Success0.151
testOutOfOrderLogDiscardWithCompaction[0]-latest_jdk11_x86_64Success0.321
testDontDeleteIfDirty[0]-latest_jdk11_x86_64Success0.031
testRecoveryWithGarbageLog_fail[0]-latest_jdk11_x86_64Success0.009
testHeaderOnlyFileFiltering[0]-latest_jdk11_x86_64Success0.022
replayWithBadSyncMarkerCRC[0]-latest_jdk11_x86_64Success0.012
replayWithDiscard[0]-latest_jdk11_x86_64Success0.476
testFlushAndWaitingMetrics[1]-latest_jdk11_x86_64Success0.011
testBatchCLSyncImmediately[1]-latest_jdk11_x86_64Success0.016
testBatchCLShutDownImmediately[1]-latest_jdk11_x86_64FailureExpect batch commitlog shutdown immediately, but took 1005

junit.framework.AssertionFailedError: Expect batch commitlog shutdown immediately, but took 1005
at org.apache.cassandra.db.commitlog.BatchCommitLogTest.testBatchCLShutDownImmediately(BatchCommitLogTest.java:78)
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)
1.025
testRecoveryWithEmptyFinalLog[1]-latest_jdk11_x86_64Success0.004
replaySimple[1]-latest_jdk11_x86_64Success0.022
testRecoveryWithEmptyLog[1]-latest_jdk11_x86_64Success0.005
testRecoveryWithZeroLog[1]-latest_jdk11_x86_64Success0.015
testRecoveryWithNegativeSizeArgument[1]-latest_jdk11_x86_64Success0.004
testOutOfOrderFlushRecoveryWithCompaction[1]-latest_jdk11_x86_64Success0.306
testRecoveryWithShortSize[1]-latest_jdk11_x86_64Success0.006
testExceedRecordLimit[1]-latest_jdk11_x86_64Success0.003
testRecoveryWithBadSizeChecksum[1]-latest_jdk11_x86_64Success0.005
testExceedRecordLimitWithMultiplePartitions[1]-latest_jdk11_x86_64Success0.006
testOutOfOrderFlushRecovery[1]-latest_jdk11_x86_64Success0.257
testRecoveryWithGarbageLog_ignoredByProperty[1]-latest_jdk11_x86_64Success0.005
testRecoveryWithIdMismatch[1]-latest_jdk11_x86_64Success0.004
testReplayListProperty[1]-latest_jdk11_x86_64Success0.101
testEqualRecordLimit[1]-latest_jdk11_x86_64Success0.011
testTruncateWithoutSnapshotNonDurable[1]-latest_jdk11_x86_64Success0.053
testDeleteIfNotDirty[1]-latest_jdk11_x86_64Success0.020
testRecoveryWithCollectionClusteringKeysStatic[1]-latest_jdk11_x86_64Success0.070
testOutOfOrderLogDiscard[1]-latest_jdk11_x86_64Success0.243
testRecoveryWithBadCompressor[1]-latest_jdk11_x86_64Success0.008
testRecoveryWithShortMutationSize[1]-latest_jdk11_x86_64Success0.004
testUnwriteableFlushRecovery[1]-latest_jdk11_x86_64Success0.267
testRecoveryWithShortLog[1]-latest_jdk11_x86_64Success0.006
testTruncateWithoutSnapshot[1]-latest_jdk11_x86_64Success0.186
testOutOfOrderLogDiscardWithCompaction[1]-latest_jdk11_x86_64Success0.420
testDontDeleteIfDirty[1]-latest_jdk11_x86_64Success0.020
testRecoveryWithGarbageLog_fail[1]-latest_jdk11_x86_64Success0.007
testHeaderOnlyFileFiltering[1]-latest_jdk11_x86_64Skippedgot: <false>, expected: is <true>

0.006
replayWithBadSyncMarkerCRC[1]-latest_jdk11_x86_64Success0.018
replayWithDiscard[1]-latest_jdk11_x86_64Success0.239
testFlushAndWaitingMetrics[2]-latest_jdk11_x86_64Success0.006
testBatchCLSyncImmediately[2]-latest_jdk11_x86_64Success0.002
testBatchCLShutDownImmediately[2]-latest_jdk11_x86_64Success0.003
testRecoveryWithEmptyFinalLog[2]-latest_jdk11_x86_64Success0.004
replaySimple[2]-latest_jdk11_x86_64Success0.005
testRecoveryWithEmptyLog[2]-latest_jdk11_x86_64Success0.006
testRecoveryWithZeroLog[2]-latest_jdk11_x86_64Success0.004
testRecoveryWithNegativeSizeArgument[2]-latest_jdk11_x86_64Success0.004
testOutOfOrderFlushRecoveryWithCompaction[2]-latest_jdk11_x86_64Success0.376
testRecoveryWithShortSize[2]-latest_jdk11_x86_64Success0.004
testExceedRecordLimit[2]-latest_jdk11_x86_64Success0.002
testRecoveryWithBadSizeChecksum[2]-latest_jdk11_x86_64Success0.005
testExceedRecordLimitWithMultiplePartitions[2]-latest_jdk11_x86_64Success0.006
testOutOfOrderFlushRecovery[2]-latest_jdk11_x86_64Success0.320
testRecoveryWithGarbageLog_ignoredByProperty[2]-latest_jdk11_x86_64Success0.003
testRecoveryWithIdMismatch[2]-latest_jdk11_x86_64Success0.005
testReplayListProperty[2]-latest_jdk11_x86_64Success0.032
testEqualRecordLimit[2]-latest_jdk11_x86_64Success0.006
testTruncateWithoutSnapshotNonDurable[2]-latest_jdk11_x86_64Success0.084
testDeleteIfNotDirty[2]-latest_jdk11_x86_64Success0.024
testRecoveryWithCollectionClusteringKeysStatic[2]-latest_jdk11_x86_64Success0.078
testOutOfOrderLogDiscard[2]-latest_jdk11_x86_64Success0.327
testRecoveryWithBadCompressor[2]-latest_jdk11_x86_64Success0.004
testRecoveryWithShortMutationSize[2]-latest_jdk11_x86_64Success0.004
testUnwriteableFlushRecovery[2]-latest_jdk11_x86_64Success0.301
testRecoveryWithShortLog[2]-latest_jdk11_x86_64Success0.005
testTruncateWithoutSnapshot[2]-latest_jdk11_x86_64Success0.141
testOutOfOrderLogDiscardWithCompaction[2]-latest_jdk11_x86_64Success0.449
testDontDeleteIfDirty[2]-latest_jdk11_x86_64Success0.008
testRecoveryWithGarbageLog_fail[2]-latest_jdk11_x86_64Success0.004
testHeaderOnlyFileFiltering[2]-latest_jdk11_x86_64Success0.008
replayWithBadSyncMarkerCRC[2]-latest_jdk11_x86_64Success0.007
replayWithDiscard[2]-latest_jdk11_x86_64Success0.158
testFlushAndWaitingMetrics[3]-latest_jdk11_x86_64Success0.027
testBatchCLSyncImmediately[3]-latest_jdk11_x86_64Success0.002
testBatchCLShutDownImmediately[3]-latest_jdk11_x86_64Success0.005
testRecoveryWithEmptyFinalLog[3]-latest_jdk11_x86_64Success0.007
replaySimple[3]-latest_jdk11_x86_64Success0.005
testRecoveryWithEmptyLog[3]-latest_jdk11_x86_64Success0.005
testRecoveryWithZeroLog[3]-latest_jdk11_x86_64Success0.005
testRecoveryWithNegativeSizeArgument[3]-latest_jdk11_x86_64Success0.005
testOutOfOrderFlushRecoveryWithCompaction[3]-latest_jdk11_x86_64Success0.420
testRecoveryWithShortSize[3]-latest_jdk11_x86_64Success0.004
testExceedRecordLimit[3]-latest_jdk11_x86_64Success0.002
testRecoveryWithBadSizeChecksum[3]-latest_jdk11_x86_64Success0.005
testExceedRecordLimitWithMultiplePartitions[3]-latest_jdk11_x86_64Success0.005
testOutOfOrderFlushRecovery[3]-latest_jdk11_x86_64Success0.313
testRecoveryWithGarbageLog_ignoredByProperty[3]-latest_jdk11_x86_64Success0.004
testRecoveryWithIdMismatch[3]-latest_jdk11_x86_64Success0.004
testReplayListProperty[3]-latest_jdk11_x86_64Success0.030
testEqualRecordLimit[3]-latest_jdk11_x86_64Success0.018
testTruncateWithoutSnapshotNonDurable[3]-latest_jdk11_x86_64Success0.100
testDeleteIfNotDirty[3]-latest_jdk11_x86_64Success0.018
testRecoveryWithCollectionClusteringKeysStatic[3]-latest_jdk11_x86_64Success0.067
testOutOfOrderLogDiscard[3]-latest_jdk11_x86_64Success0.343
testRecoveryWithBadCompressor[3]-latest_jdk11_x86_64Success0.005
testRecoveryWithShortMutationSize[3]-latest_jdk11_x86_64Success0.004
testUnwriteableFlushRecovery[3]-latest_jdk11_x86_64Success0.341
testRecoveryWithShortLog[3]-latest_jdk11_x86_64Success0.005
testTruncateWithoutSnapshot[3]-latest_jdk11_x86_64Success0.182
testOutOfOrderLogDiscardWithCompaction[3]-latest_jdk11_x86_64Success0.375
testDontDeleteIfDirty[3]-latest_jdk11_x86_64Success0.009
testRecoveryWithGarbageLog_fail[3]-latest_jdk11_x86_64Success0.004
testHeaderOnlyFileFiltering[3]-latest_jdk11_x86_64Success0.008
replayWithBadSyncMarkerCRC[3]-latest_jdk11_x86_64Success0.010
replayWithDiscard[3]-latest_jdk11_x86_64Success0.148
testFlushAndWaitingMetrics[4]-latest_jdk11_x86_64Success0.005
testBatchCLSyncImmediately[4]-latest_jdk11_x86_64Success0.008
testBatchCLShutDownImmediately[4]-latest_jdk11_x86_64Success0.003
testRecoveryWithEmptyFinalLog[4]-latest_jdk11_x86_64Success0.008
replaySimple[4]-latest_jdk11_x86_64Success0.005
testRecoveryWithEmptyLog[4]-latest_jdk11_x86_64Success0.004
testRecoveryWithZeroLog[4]-latest_jdk11_x86_64Success0.013
testRecoveryWithNegativeSizeArgument[4]-latest_jdk11_x86_64Success0.003
testOutOfOrderFlushRecoveryWithCompaction[4]-latest_jdk11_x86_64Success0.391
testRecoveryWithShortSize[4]-latest_jdk11_x86_64Success0.005
testExceedRecordLimit[4]-latest_jdk11_x86_64Success0.006
testRecoveryWithBadSizeChecksum[4]-latest_jdk11_x86_64Success0.004
testExceedRecordLimitWithMultiplePartitions[4]-latest_jdk11_x86_64Success0.007
testOutOfOrderFlushRecovery[4]-latest_jdk11_x86_64Success0.223
testRecoveryWithGarbageLog_ignoredByProperty[4]-latest_jdk11_x86_64Success0.003
testRecoveryWithIdMismatch[4]-latest_jdk11_x86_64Success0.004
testReplayListProperty[4]-latest_jdk11_x86_64Success0.048
testEqualRecordLimit[4]-latest_jdk11_x86_64Success0.030
testTruncateWithoutSnapshotNonDurable[4]-latest_jdk11_x86_64Success0.054
testDeleteIfNotDirty[4]-latest_jdk11_x86_64Success0.099
testRecoveryWithCollectionClusteringKeysStatic[4]-latest_jdk11_x86_64Success0.062
testOutOfOrderLogDiscard[4]-latest_jdk11_x86_64Success0.209
testRecoveryWithBadCompressor[4]-latest_jdk11_x86_64Success0.004
testRecoveryWithShortMutationSize[4]-latest_jdk11_x86_64Success0.003
testUnwriteableFlushRecovery[4]-latest_jdk11_x86_64Success0.220
testRecoveryWithShortLog[4]-latest_jdk11_x86_64Success0.004
testTruncateWithoutSnapshot[4]-latest_jdk11_x86_64Success0.175
testOutOfOrderLogDiscardWithCompaction[4]-latest_jdk11_x86_64Success0.261
testDontDeleteIfDirty[4]-latest_jdk11_x86_64Success0.071
testRecoveryWithGarbageLog_fail[4]-latest_jdk11_x86_64Success0.006
testHeaderOnlyFileFiltering[4]-latest_jdk11_x86_64Success0.008
replayWithBadSyncMarkerCRC[4]-latest_jdk11_x86_64Success0.010
replayWithDiscard[4]-latest_jdk11_x86_64Success0.148
testFlushAndWaitingMetrics[5]-latest_jdk11_x86_64Success0.021
testBatchCLSyncImmediately[5]-latest_jdk11_x86_64Success0.002
testBatchCLShutDownImmediately[5]-latest_jdk11_x86_64Success0.002
testRecoveryWithEmptyFinalLog[5]-latest_jdk11_x86_64Success0.003
replaySimple[5]-latest_jdk11_x86_64Success0.004
testRecoveryWithEmptyLog[5]-latest_jdk11_x86_64Success0.005
testRecoveryWithZeroLog[5]-latest_jdk11_x86_64Success0.003
testRecoveryWithNegativeSizeArgument[5]-latest_jdk11_x86_64Success0.003
testOutOfOrderFlushRecoveryWithCompaction[5]-latest_jdk11_x86_64Success0.250
testRecoveryWithShortSize[5]-latest_jdk11_x86_64Success0.005
testExceedRecordLimit[5]-latest_jdk11_x86_64Success0.002
testRecoveryWithBadSizeChecksum[5]-latest_jdk11_x86_64Success0.003
testExceedRecordLimitWithMultiplePartitions[5]-latest_jdk11_x86_64Success0.005
testOutOfOrderFlushRecovery[5]-latest_jdk11_x86_64Success0.196
testRecoveryWithGarbageLog_ignoredByProperty[5]-latest_jdk11_x86_64Success0.003
testRecoveryWithIdMismatch[5]-latest_jdk11_x86_64Success0.003
testReplayListProperty[5]-latest_jdk11_x86_64Success0.026
testEqualRecordLimit[5]-latest_jdk11_x86_64Success0.006
testTruncateWithoutSnapshotNonDurable[5]-latest_jdk11_x86_64Success0.048
testDeleteIfNotDirty[5]-latest_jdk11_x86_64Success0.014
testRecoveryWithCollectionClusteringKeysStatic[5]-latest_jdk11_x86_64Success0.055
testOutOfOrderLogDiscard[5]-latest_jdk11_x86_64Success0.194
testRecoveryWithBadCompressor[5]-latest_jdk11_x86_64Success0.004
testRecoveryWithShortMutationSize[5]-latest_jdk11_x86_64Success0.003
testUnwriteableFlushRecovery[5]-latest_jdk11_x86_64Success0.196
testRecoveryWithShortLog[5]-latest_jdk11_x86_64Success0.004
testTruncateWithoutSnapshot[5]-latest_jdk11_x86_64Success0.133
testOutOfOrderLogDiscardWithCompaction[5]-latest_jdk11_x86_64Success0.267
testDontDeleteIfDirty[5]-latest_jdk11_x86_64Success0.009
testRecoveryWithGarbageLog_fail[5]-latest_jdk11_x86_64Success0.004
testHeaderOnlyFileFiltering[5]-latest_jdk11_x86_64Success0.007
replayWithBadSyncMarkerCRC[5]-latest_jdk11_x86_64Success0.006
replayWithDiscard[5]-latest_jdk11_x86_64Success0.129
Properties »
System.out »