We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make check should success
make check
make check failed
run make check, in another terminal, run match watch-log, failed:
match watch-log
15.787 FAIL t/run-options_settable_test-OptionsSettableTest.DBOptionsAllFieldsSettable 14.858 FAIL t/run-transaction_test-DBAsBaseDB-TransactionTest.MultiGetLargeBatchedTest-4 14.717 FAIL t/run-transaction_test-DBAsBaseDB-TransactionTest.MultiGetLargeBatchedTest-3 14.455 FAIL t/run-transaction_test-DBAsBaseDB-TransactionTest.MultiGetLargeBatchedTest-6 14.394 FAIL t/run-transaction_test-DBAsBaseDB-TransactionTest.MultiGetLargeBatchedTest-5 14.256 FAIL t/run-transaction_test-DBAsBaseDB-TransactionTest.MultiGetLargeBatchedTest-2 14.118 FAIL t/run-transaction_test-DBAsBaseDB-TransactionTest.MultiGetLargeBatchedTest-1 13.947 FAIL t/run-transaction_test-DBAsBaseDB-TransactionTest.MultiGetLargeBatchedTest-0 13.661 FAIL t/run-transaction_test-StackableDBAsBaseDB-TransactionTest.MultiGetLargeBatchedTest-2 13.336 FAIL t/run-transaction_test-StackableDBAsBaseDB-TransactionTest.MultiGetLargeBatchedTest-1 13.092 FAIL t/run-transaction_test-StackableDBAsBaseDB-TransactionTest.MultiGetLargeBatchedTest-0 19.222 FAIL t/run-db_test2-DistributedFS-RenameCurrentTest.Flush-0 19.062 FAIL t/run-perf_context_test-PerfContextTest.KeyComparisonCount 18.041 FAIL t/run-db_basic_test-DBBasicTest.MultiGetStats 17.914 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.DBIterLevelReadAheadWithAsyncIO-0 17.875 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.TraceReadAsyncWithCallbackWrapper-0 17.858 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.MultipleSeekWithPosixFS-0 17.837 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.ReadAsyncWithPosixFS-1 17.812 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.TraceReadAsyncWithCallbackWrapper-1 17.766 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.ReadAsyncWithPosixFS-0 17.666 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.DBIterLevelReadAheadWithAsyncIO-1 17.641 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.MultipleSeekWithPosixFS-1 17.478 FAIL t/run-db_test2-DBTest2.BestEffortsRecoveryWithSstUniqueIdVerification 17.424 FAIL t/run-db_basic_test-DeadlineIO-DBBasicTestMultiGetDeadline.MultiGetDeadlineExceeded-0 17.292 FAIL t/run-db_wal_test-DBWALTest.LockWal 17.246 FAIL t/run-db_wal_test-DBWALTest.FixSyncWalOnObseletedWalWithNewManifestCausingMissingWAL 16.990 FAIL t/run-db_basic_test-DBBasicTest.RecoverWithNoCurrentFile 16.863 FAIL t/run-prefetch_test-PrefetchTest1-PrefetchTest1.SeekParallelizationTest-0 16.781 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.SeekParallelizationTestWithPosix-0 16.669 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.PrefetchWithBlockLookupAutoTuneTest-1 16.634 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.PrefetchWithBlockLookupAutoTuneTest-3 16.562 FAIL t/run-prefetch_test-PrefetchTest-PrefetchTest.SeekParallelizationTestWithPosix-1 16.553 FAIL t/run-db_tailing_iter_test-DBTestTailingIterator-DBTestTailingIterator.TailingIteratorDeletes-1 16.489 FAIL t/run-table_test-FormatVersions-BlockBasedTableTest.TracingMultiGetTest-0 16.427 FAIL t/run-db_basic_test-DBBasicTest.LastSstFileNotInManifest 16.322 FAIL t/run-table_test-FormatVersions-BlockBasedTableTest.TracingGetTest-1 16.210 FAIL t/run-table_test-FormatVersions-BlockBasedTableTest.TracingGetTest-0 16.111 FAIL t/run-options_test-OptionsTest.GetOptionsFromMapTest 16.034 FAIL t/run-backup_engine_test-BackupEngineTest.GarbageCollectionBeforeBackup 15.653 FAIL t/run-table_test-FormatVersions-BlockBasedTableTest.TracingMultiGetTest-1 15.572 FAIL t/run-options_settable_test-OptionsSettableTest.ColumnFamilyOptionsAllFieldsSettable 14.989 FAIL t/run-db_tailing_iter_test-DBTestTailingIterator-DBTestTailingIterator.TailingIteratorUpperBound-1 12.462 FAIL t/run-block_cache_trace_analyzer_test-BlockCacheTracerTest.MultiGetWithNullReferenceKey 12.217 FAIL t/run-block_cache_tracer_test-BlockCacheTracerTest.MixedBlocks 5.102 FAIL c_test 0.444 FAIL t/run-cloud_scheduler_test-CloudSchedulerTest.TestMultipleSchedulers```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
make check
should successActual behavior
make check
failedSteps to reproduce the behavior
run
make check
, in another terminal, runmatch watch-log
, failed:The text was updated successfully, but these errors were encountered: