Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky test cases in keyspace_test.go (apache#2104)
We expired a key with 1 second which is too short for testing the expiration time, because `Metadata::ExpireMsToS` function will use rounding to get a closer time value if METADATA_64BIT_ENCODING_MASK was disabled. This closes apache#2091
- Loading branch information