The GitHub Actions job "CI" on kvrocks.git has succeeded. Run started by GitHub user enjoy-binbin (triggered by git-hulk).
Head commit for run: 14cdf796675e18223410718ce12efd5eed66b0d2 / Binbin <binloveplay1...@qq.com> Fix RESTORE to create a key without expire under the same ms I am unable to reproduce it, but if the ttl_ms (absttl) passed in happens to be in the same ms as GetTimeStampMS, the `ttl_ms < now` will be false and `ttl_ms -= now` will make ttl_ms become 0 and then we will create a key without any expire. It is off by one bug. Report URL: https://github.com/apache/kvrocks/actions/runs/5995546557 With regards, GitHub Actions via GitBox