==== Test MemTableTest.Simple
key: 'k1d' -> 'v1'
key: 'k2e' -> 'v2'
key: 'k3f' -> 'v3'
key: 'largekeyg' -> 'vlarge'
==== Test TableTest.ApproximateOffsetOfPlain
==== Test TableTest.ApproximateOffsetOfCompressed
Value 3066 is not in range [2000, 3000]
table/table_test.cc:829: Assertion failure Between(c.ApproximateOffsetOf("k03"), 2000, 3000)
make: *** [test] Error 1
I was able to get the testes to pass by increasing the ApproximateOffset value to 3500, and it's subsequent value. I'll create a p/r in a couple of minutes.
make testI was able to get the testes to pass by increasing the ApproximateOffset value to 3500, and it's subsequent value. I'll create a p/r in a couple of minutes.