-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_helper example module crashes valkey-server #14
Comments
I think this was fixed with valkey-io/valkey#608 Could you recheck it? |
@dmitrypol so I was poking into this for a bit and I realized two things:
Issue 1:
|
REPRO STEPS
Run integration test_helper_version test
Notice how
test_helper._version_rm_call
fails sporadicallyRun ./build.sh to compile all examples
Run
valkey-server
7.2.5 andloadmodule .../target/debug/examples/libtest_helper.dylib
Run
valkey-cli
and executetest_helper._version_rm_call
andtest_helper.err
RESULT
Exception has occurred.
test_helper.version
andtest_helper.name
work fine.Same issue happens with redismodule-rs and redis-server.
The text was updated successfully, but these errors were encountered: