You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to snappy version 1.1.4 on my system, this test consistently fails:
Note: Google Test filter = GeneralTableTest.ApproximateOffsetOfCompressed
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from GeneralTableTest
[ RUN ] GeneralTableTest.ApproximateOffsetOfCompressed
skipping xpress and xpress compression tests
Value 3090 is not in range [2000, 3000]
table/table_test.cc:2331: Failure
Value of: Between(c.ApproximateOffsetOf("k03"), 2000, 3000)
Actual: false
Expected: true
pure virtual method called
terminate called without an active exception
t/run-table_test-GeneralTableTest.ApproximateOffsetOfCompressed: line 4: 9133 Aborted TEST_TMPDIR=$d ./table_test --gtest_filter=GeneralTableTest.ApproximateOffsetOfCompressed
Update: There are many others with similar problems :)
The text was updated successfully, but these errors were encountered:
Hello,
After updating to snappy version 1.1.4 on my system, this test consistently fails:
Update: There are many others with similar problems :)
The text was updated successfully, but these errors were encountered: