facebook / rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.
http://rocksdb.org
GNU General Public License v2.0
27.9k stars 6.21k forks source link

`OptionsSettableTest.ColumnFamilyOptionsAllFieldsSettable` failing in rocksdb 9.2.1 #12700

Open intelfx opened 1 month ago

intelfx commented 1 month ago

Test log

[ RUN      ] OptionsSettableTest.ColumnFamilyOptionsAllFieldsSettable
options/options_settable_test.cc:573: Failure
Expected equality of these values:
  unset_bytes_base
    Which is: 89
  NumUnsetBytes(new_options_ptr, sizeof(ColumnFamilyOptions), kColumnFamilyOptionsExcluded)
    Which is: 118
terminate called after throwing an instance of 'testing::internal::GoogleTestFailureException'
  what():  options/options_settable_test.cc:573: Failure
Expected equality of these values:
  unset_bytes_base
    Which is: 89
  NumUnsetBytes(new_options_ptr, sizeof(ColumnFamilyOptions), kColumnFamilyOptionsExcluded)
    Which is: 118
Received signal 6 (Aborted)
Invoking GDB for stack trace...
GDB failed; falling back on backtrace+addr2line...
#0   /usr/lib/libc.so.6(+0x94e44) [0x7c48b80a8e44] ??   ??:0
#1   /usr/lib/libc.so.6(gsignal+0x20) [0x7c48b8050a30] ??       ??:0
#2   /usr/lib/libc.so.6(abort+0xdf) [0x7c48b80384c3] ?? ??:0
#3   /usr/lib/libstdc++.so.6(+0x97b0c) [0x7c48b8297b0c] ??      ??:0
#4   /usr/lib/libstdc++.so.6(+0xadf1a) [0x7c48b82adf1a] ??      ??:0
#5   /usr/lib/libstdc++.so.6(_ZSt10unexpectedv+0) [0x7c48b829750a] ??   ??:0
#6   /usr/lib/libstdc++.so.6(+0x97527) [0x7c48b8297527] ??      ??:0
#7   /build/rocksdb/src/rocksdb-check/librocksdb_test_debug.so(+0xce914) [0x7c48b9175914] ??    ??:0
#8   ./options_settable_test(+0x14d4c) [0x61e53ed02d4c] ??      ??:0
#9   /usr/lib/libc.so.6(+0x25c88) [0x7c48b8039c88] ??   ??:0
#10  /usr/lib/libc.so.6(__libc_start_main+0x8c) [0x7c48b8039d4c] ??     ??:0
#11  ./options_settable_test(+0x8e05) [0x61e53ecf6e05] ??       ??:0
t/run-options_settable_test-OptionsSettableTest.ColumnFamilyOptionsAllFieldsSettable: line 4: 2130561 Aborted                 (core dumped) TEST_TMPDIR=$d ./options_settable_test --gtest_filter=OptionsSettableTest.ColumnFamilyOptionsAllFieldsSettable
ETA: 52s Left: 4348 AVG: 0.01s  local:32/12651/100%/0.0s
ETA: 0s Left: 4 AVG: 0.01s  local:4/16995/100%/0.0s
ETA: 0s Left: 0 AVG: 0.01s  local:0/16999/100%/0.0s
Seq     Host    Starttime       JobRuntime      Send    Receive Exitval Signal  Command
11458   :       1716598175.315       0.256      0       0       134     0       t/run-options_settable_test-OptionsSettableTest.ColumnFamilyOptionsAllFieldsSettable >& t/log-run-options_settable_test-OptionsSettableTest.ColumnFamilyOptionsAllFieldsSettable || bash -c "cat t/log-run-options_settable_test-OptionsSettableTest.ColumnFamilyOptionsAllFieldsSettable; exit $?"
make[1]: *** [Makefile:1000: check_0] Error 1
make[1]: Leaving directory '/build/rocksdb/src/rocksdb-check'
make: *** [Makefile:1056: check] Error 2

Environment