You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#2091
JoverZhang
pushed a commit
to JoverZhang/kvrocks
that referenced
this issue
Feb 24, 2024
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 closesapache#2091
Search before asking
Version
master
Minimal reproduce step
See: https://github.com/apache/kvrocks/actions/runs/7813343348/job/21312734346
What did you expect to see?
CI passed
What did you see instead?
failed
Anything Else?
no
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: