Replies: 1 comment
-
Similarly, we can also run kvrocks' test cases on Redis. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Redis clients' test suites can always help us to verify Kvrocks' quality.
I'm starting the regression test with Redisson and this thread is for discussion and see if we can do any further work into our codebase or theirs.
For running test:
redisBinaryPath
to the kvrocks' bin path (see also Option -DredisBinary is no longer valid redisson/redisson#5456)mvn -Punit-test clean test -e
from Redisson's project base dir.Still, I get a lot of error reports, so it's not smooth to integrate with our CI workflows (this is why I created a discussion instead of a tracking issue). But the result can be a hint.
Beta Was this translation helpful? Give feedback.
All reactions