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
==== PASSED 5 tests ***** Running listener_test ==== Test EventListenerTest.OnSingleDBFlushTest ==== Test EventListenerTest.AddAndRemove ==== Test EventListenerTest.MultiDBMultiListeners ==== Test EventListenerTest.DisableBGCompaction db/listener_test.cc:338: failed: 155018933 == 6 #0 ./listener_test() [0x427945] Tester /home/wasa/github/rocksdb/./util/testharness.h:56 #1 ./listener_test() [0x4315db] ~_Test_DisableBGCompaction /home/wasa/github/rocksdb/db/listener_test.cc:314 #2 ./listener_test() [0x551fb3] rocksdb::test::RunAllTests() /home/wasa/github/rocksdb/util/testharness.cc:48 #3 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x2b80556b7ec5] ?? ??:0 #4 ./listener_test() [0x424bce] _start ??:?
make: *** [check] Error 1
The text was updated successfully, but these errors were encountered:
EventListenerTest is not in the master branch. Any particular reason why you're building compaction branch?
Sorry, something went wrong.
i was just testing
compaction branch is experimental, there might be test failures here and there :)
[SYS-7551] Don't use options file (facebook#322)
5699d8c
Summary: We seem to have lost https://github.com/rockset/rocksdb-cloud/pull/130/files when we pulled latest RocksDB. Test Plan: Internal test Reviewers:
No branches or pull requests
==== PASSED 5 tests
***** Running listener_test
==== Test EventListenerTest.OnSingleDBFlushTest
==== Test EventListenerTest.AddAndRemove
==== Test EventListenerTest.MultiDBMultiListeners
==== Test EventListenerTest.DisableBGCompaction
db/listener_test.cc:338: failed: 155018933 == 6
#0 ./listener_test() [0x427945] Tester /home/wasa/github/rocksdb/./util/testharness.h:56
#1 ./listener_test() [0x4315db] ~_Test_DisableBGCompaction /home/wasa/github/rocksdb/db/listener_test.cc:314
#2 ./listener_test() [0x551fb3] rocksdb::test::RunAllTests() /home/wasa/github/rocksdb/util/testharness.cc:48
#3 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x2b80556b7ec5] ?? ??:0
#4 ./listener_test() [0x424bce] _start ??:?
make: *** [check] Error 1
The text was updated successfully, but these errors were encountered: