git-hulk opened a new issue, #3153: URL: https://github.com/apache/kvrocks/issues/3153
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Version OS: Unknown Kvrocks version: unstable (commit 1745d503) ### Minimal reproduce step None ### What did you expect to see? Consistency check should pass and destination data should match source data for all keys. ### What did you see instead? Traceback (most recent call last): File "/home/runner/work/kvrocks/kvrocks/utils/kvrocks2redis/tests/check_consistency.py", line 137, in <module> redis_comparator.compare_redis_data(args.key_file) File "/home/runner/work/kvrocks/kvrocks/utils/kvrocks2redis/tests/check_consistency.py", line 91, in compare_redis_data self._import_and_compare(100) File "/home/runner/work/kvrocks/kvrocks/utils/kvrocks2redis/tests/check_consistency.py", line 122, in _import_and_compare raise AssertionError(f"Data mismatch for key '{key}': source data: '{src_data}' destination data: '{dst_data}'") AssertionError: Data mismatch for key 'key_49': source data: 'value_49' destination data: 'None' ### Anything Else? WARNING: No config file specified, default configuration applied. In order to specify a config file, use `kvrocks -c /path/to/kvrocks.conf`. Test data-dir: /home/runner/work/kvrocks/kvrocks/kvrocks2redis-ci-data daemonize: yes output-dir: ./ namespace.__namespace: 127.0.0.1 6379 All case passed (except for data mismatch). ### Are you willing to submit a PR? - [ ] 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]
