[==========] Running 40 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 34 tests from CompositeIntKeysTest
[ RUN      ] CompositeIntKeysTest.TestSimplify
[       OK ] CompositeIntKeysTest.TestSimplify (2 ms)
[ RUN      ] CompositeIntKeysTest.TestPrefixEquality
[       OK ] CompositeIntKeysTest.TestPrefixEquality (0 ms)
[ RUN      ] CompositeIntKeysTest.TestPrefixUpperBound
[       OK ] CompositeIntKeysTest.TestPrefixUpperBound (0 ms)
[ RUN      ] CompositeIntKeysTest.TestPrefixLowerBound
[       OK ] CompositeIntKeysTest.TestPrefixLowerBound (0 ms)
[ RUN      ] CompositeIntKeysTest.TestConsecutiveLowerRangePredicates
[       OK ] CompositeIntKeysTest.TestConsecutiveLowerRangePredicates (0 ms)
[ RUN      ] CompositeIntKeysTest.TestConsecutiveUpperRangePredicates
[       OK ] CompositeIntKeysTest.TestConsecutiveUpperRangePredicates (0 ms)
[ RUN      ] CompositeIntKeysTest.TestEqualityAndConsecutiveLowerRangePredicates
[       OK ] CompositeIntKeysTest.TestEqualityAndConsecutiveLowerRangePredicates (0 ms)
[ RUN      ] CompositeIntKeysTest.TestEqualityAndConsecutiveRangePredicates
[       OK ] CompositeIntKeysTest.TestEqualityAndConsecutiveRangePredicates (0 ms)
[ RUN      ] CompositeIntKeysTest.TestNonPrefix
[       OK ] CompositeIntKeysTest.TestNonPrefix (0 ms)
[ RUN      ] CompositeIntKeysTest.TestRedundantUpperBound
[       OK ] CompositeIntKeysTest.TestRedundantUpperBound (0 ms)
[ RUN      ] CompositeIntKeysTest.TestRedundantUpperBound2
[       OK ] CompositeIntKeysTest.TestRedundantUpperBound2 (0 ms)
[ RUN      ] CompositeIntKeysTest.TestRedundantUpperBound3
[       OK ] CompositeIntKeysTest.TestRedundantUpperBound3 (0 ms)
[ RUN      ] CompositeIntKeysTest.TestNoErasePredicates
[       OK ] CompositeIntKeysTest.TestNoErasePredicates (0 ms)
[ RUN      ] CompositeIntKeysTest.TestNoErasePredicates2
[       OK ] CompositeIntKeysTest.TestNoErasePredicates2 (0 ms)
[ RUN      ] CompositeIntKeysTest.TestPredicateOrderDoesntMatter
[       OK ] CompositeIntKeysTest.TestPredicateOrderDoesntMatter (0 ms)
[ RUN      ] CompositeIntKeysTest.TestIsNotNullPushdown
[       OK ] CompositeIntKeysTest.TestIsNotNullPushdown (0 ms)
[ RUN      ] CompositeIntKeysTest.TestInListPushdown
[       OK ] CompositeIntKeysTest.TestInListPushdown (0 ms)
[ RUN      ] CompositeIntKeysTest.OneHashKeyInListHashPruning
[       OK ] CompositeIntKeysTest.OneHashKeyInListHashPruning (1 ms)
[ RUN      ] CompositeIntKeysTest.OneHashKeyOneRangeKeyInListHashPruning
[       OK ] CompositeIntKeysTest.OneHashKeyOneRangeKeyInListHashPruning (1 ms)
[ RUN      ] CompositeIntKeysTest.OneHashKeyMultiRangeKeyInListHashPruning
[       OK ] CompositeIntKeysTest.OneHashKeyMultiRangeKeyInListHashPruning (1 ms)
[ RUN      ] CompositeIntKeysTest.DifferentHashRangeKeyInListHashPruning
[       OK ] CompositeIntKeysTest.DifferentHashRangeKeyInListHashPruning (1 ms)
[ RUN      ] CompositeIntKeysTest.HashKeyInListHashPruningEmptyDetect
[       OK ] CompositeIntKeysTest.HashKeyInListHashPruningEmptyDetect (0 ms)
[ RUN      ] CompositeIntKeysTest.MultiHashKeyOneColumnInListHashPruning
[       OK ] CompositeIntKeysTest.MultiHashKeyOneColumnInListHashPruning (1 ms)
[ RUN      ] CompositeIntKeysTest.MultiHashColumnsInListHashPruning
[       OK ] CompositeIntKeysTest.MultiHashColumnsInListHashPruning (0 ms)
[ RUN      ] CompositeIntKeysTest.MultiHashKeyMultiHashInListHashPruning
[       OK ] CompositeIntKeysTest.MultiHashKeyMultiHashInListHashPruning (1 ms)
[ RUN      ] CompositeIntKeysTest.NonKeyValuesInListHashPruning
[       OK ] CompositeIntKeysTest.NonKeyValuesInListHashPruning (0 ms)
[ RUN      ] CompositeIntKeysTest.CustomRangePartitionInListPruning
[       OK ] CompositeIntKeysTest.CustomRangePartitionInListPruning (1 ms)
[ RUN      ] CompositeIntKeysTest.TestInListPushdownWithRange
[       OK ] CompositeIntKeysTest.TestInListPushdownWithRange (0 ms)
[ RUN      ] CompositeIntKeysTest.TestLiftPrimaryKeyBounds_NoBounds
[       OK ] CompositeIntKeysTest.TestLiftPrimaryKeyBounds_NoBounds (0 ms)
[ RUN      ] CompositeIntKeysTest.TestLiftPrimaryKeyBounds_LowerBound
[       OK ] CompositeIntKeysTest.TestLiftPrimaryKeyBounds_LowerBound (0 ms)
[ RUN      ] CompositeIntKeysTest.TestLiftPrimaryKeyBounds_UpperBound
[       OK ] CompositeIntKeysTest.TestLiftPrimaryKeyBounds_UpperBound (0 ms)
[ RUN      ] CompositeIntKeysTest.TestLiftPrimaryKeyBounds_BothBounds
[       OK ] CompositeIntKeysTest.TestLiftPrimaryKeyBounds_BothBounds (0 ms)
[ RUN      ] CompositeIntKeysTest.TestLiftPrimaryKeyBounds_WithPredicates
[       OK ] CompositeIntKeysTest.TestLiftPrimaryKeyBounds_WithPredicates (0 ms)
[ RUN      ] CompositeIntKeysTest.TestGetMissingColumns
[       OK ] CompositeIntKeysTest.TestGetMissingColumns (0 ms)
[----------] 34 tests from CompositeIntKeysTest (26 ms total)

[----------] 3 tests from CompositeIntStringKeysTest
[ RUN      ] CompositeIntStringKeysTest.TestPrefixEquality
[       OK ] CompositeIntStringKeysTest.TestPrefixEquality (0 ms)
[ RUN      ] CompositeIntStringKeysTest.TestPrefixEqualityWithString
[       OK ] CompositeIntStringKeysTest.TestPrefixEqualityWithString (0 ms)
[ RUN      ] CompositeIntStringKeysTest.TestDecreaseUpperBoundKey
[       OK ] CompositeIntStringKeysTest.TestDecreaseUpperBoundKey (0 ms)
[----------] 3 tests from CompositeIntStringKeysTest (1 ms total)

[----------] 3 tests from SingleIntKeyTest
[ RUN      ] SingleIntKeyTest.TestEquality
[       OK ] SingleIntKeyTest.TestEquality (0 ms)
[ RUN      ] SingleIntKeyTest.TestRedundantUpperBound
[       OK ] SingleIntKeyTest.TestRedundantUpperBound (0 ms)
[ RUN      ] SingleIntKeyTest.TestNoPredicates
[       OK ] SingleIntKeyTest.TestNoPredicates (0 ms)
[----------] 3 tests from SingleIntKeyTest (1 ms total)

[----------] Global test environment tear-down
[==========] 40 tests from 3 test suites ran. (29 ms total)
[  PASSED  ] 40 tests.
