Skip to content

Tests fail on 'develop' branch  #231

Description

  1. Checkout (platform OS-X) - current commit - #f6b6c42dbf19a2a8bebb75106fe8ce02bdd8d2bb
  2. Execute make test
  3. Code compiles and test suite is executed
  4. Failure on MemTableTest
==== 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions