Zakelly opened a new issue, #2149: URL: https://github.com/apache/kvrocks/issues/2149
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Version MacOSX 13.5 unstable commit id: 19d7bad87c0b147c96d94b79c1b1ed1e0d894e38 ### Minimal reproduce step 1. Build 2. Start kvrocks via `./build/kvrocks -c kvrocks.conf` 3. Start redis-server 4. Start kvrocks2redis via `./build/kvrocks2redis -c utils/kvrocks2redis/kvrocks2redis.conf` 5. Install dependency: `pip install git+https://github.com/andymccurdy/[email protected]` 6. Run test via `cd utils/kvrocks2redis/tests && python3 ./populate-kvrocks.py --password="" --flushdb=true` ### What did you expect to see? All case passed I guess? ### What did you see instead? ``` FAIL ('set', 'foo', 1):'OK' != True FAIL ('setex', 'foo_ex', 3600, 1):'OK' != True ******* Some case test fail ******* string FAIL ('set', 'foo', 2):'OK' != True FAIL ('set', 'foo2', 2):'OK' != True FAIL ('setex', 'foo_ex', 7200, 2):'OK' != True FAIL ('lset', 'lfoo', 0, 'a'):'OK' != 1 EXCP unsupported operand type(s) for |: 'str' and 'bool' ******* Some case test fail ******* string list ``` ### Anything Else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
