apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.47k stars 452 forks source link

Ci results are random, and the same code may succeed or fail #867

Closed tanruixiang closed 2 years ago

tanruixiang commented 2 years ago

Search before asking

Version

tison's pr and my pr both seem to have this problem.

Minimal reproduce step

You can view it through my PR history. If you have permission, you can reproduce it by restarting the CI.

What did you expect to see?

There was no randomness in CI results.

What did you see instead?

Ci results are random

Anything Else?

No response

Are you willing to submit a PR?

tisonkun commented 2 years ago

These failures seem all to scripting.tcl. Since we're migrating tests, we can revisit all those tests.

If you found failures for other test cases, please point in out.

tisonkun commented 2 years ago

Closed to be covered as https://github.com/apache/incubator-kvrocks/issues/872. This issue doesn't have a clear target in description.