[==========] Running 20 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 20 tests from PartitionTest
[ RUN      ] PartitionTest.TestCompoundRangeKeyEncoding
[       OK ] PartitionTest.TestCompoundRangeKeyEncoding (2 ms)
[ RUN      ] PartitionTest.PartitionKeyEncoding
[       OK ] PartitionTest.PartitionKeyEncoding (0 ms)
[ RUN      ] PartitionTest.TestCreateRangePartitions
[       OK ] PartitionTest.TestCreateRangePartitions (0 ms)
[ RUN      ] PartitionTest.TestCreateHashPartitions
[       OK ] PartitionTest.TestCreateHashPartitions (0 ms)
[ RUN      ] PartitionTest.TestCreatePartitions
[       OK ] PartitionTest.TestCreatePartitions (1 ms)
[ RUN      ] PartitionTest.TestIncrementRangePartitionBounds
[       OK ] PartitionTest.TestIncrementRangePartitionBounds (1 ms)
[ RUN      ] PartitionTest.TestIncrementRangePartitionStringBounds
[       OK ] PartitionTest.TestIncrementRangePartitionStringBounds (0 ms)
[ RUN      ] PartitionTest.TestVarcharRangePartitions
[       OK ] PartitionTest.TestVarcharRangePartitions (0 ms)
[ RUN      ] PartitionTest.VaryingHashSchemasPerRange
[       OK ] PartitionTest.VaryingHashSchemasPerRange (1 ms)
[ RUN      ] PartitionTest.CustomHashSchemasPerRangeOnly
[       OK ] PartitionTest.CustomHashSchemasPerRangeOnly (0 ms)
[ RUN      ] PartitionTest.VaryingHashSchemasPerUnboundedRanges
[       OK ] PartitionTest.VaryingHashSchemasPerUnboundedRanges (0 ms)
[ RUN      ] PartitionTest.NoHashSchemasForLastUnboundedRange
[       OK ] PartitionTest.NoHashSchemasForLastUnboundedRange (0 ms)
[ RUN      ] PartitionTest.CustomHashSchemaRangesToPB
[       OK ] PartitionTest.CustomHashSchemaRangesToPB (0 ms)
[ RUN      ] PartitionTest.TestPartitionSchemaPB
[       OK ] PartitionTest.TestPartitionSchemaPB (0 ms)
[ RUN      ] PartitionTest.TestMalformedPartitionSchemaPB
[       OK ] PartitionTest.TestMalformedPartitionSchemaPB (0 ms)
[ RUN      ] PartitionTest.TestOverloadedEqualsOperator
[       OK ] PartitionTest.TestOverloadedEqualsOperator (0 ms)
[ RUN      ] PartitionTest.HasCustomHashSchemasMethod
[       OK ] PartitionTest.HasCustomHashSchemasMethod (0 ms)
[ RUN      ] PartitionTest.DropRange
[       OK ] PartitionTest.DropRange (1 ms)
[ RUN      ] PartitionTest.HasCustomHashSchemasWhenAddingAndDroppingRanges
[       OK ] PartitionTest.HasCustomHashSchemasWhenAddingAndDroppingRanges (0 ms)
[ RUN      ] PartitionTest.PartitionKeyWithAutoIncrementingColumn
[       OK ] PartitionTest.PartitionKeyWithAutoIncrementingColumn (0 ms)
[----------] 20 tests from PartitionTest (19 ms total)

[----------] Global test environment tear-down
[==========] 20 tests from 1 test suite ran. (19 ms total)
[  PASSED  ] 20 tests.
