We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/dragonflydb/dragonfly/actions/runs/13198374590/job/36844631873#step:12:890
capture = await seeder.capture_fake_redis() assert await seeder.compare(capture, instances[1].port) line = stop_and_get_restore_log(nodes[0].instance) assert extract_int_after_prefix("Keys skipped ", line) == 0 assert extract_int_after_prefix("buckets skipped ", line) > 0 assert extract_int_after_prefix("keys written ", line) >= 9_000 > assert extract_int_after_prefix("buckets on_db_update ", line) > 0 E AssertionError: assert 0 > 0 E + where 0 = extract_int_after_prefix('buckets on_db_update ', 'I20250207 11:07:42.041096 29736 streamer.cc:241] RestoreStreamer LSN of [0, 16383], shard 0 attempt 1 with 67485 commands. Buckets looped 897, buckets on_db_update 0, buckets skipped 1, buckets written 897. Keys skipped 0, keys written 9742\n') dragonfly/cluster_test.py:2156: AssertionError
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/dragonflydb/dragonfly/actions/runs/13198374590/job/36844631873#step:12:890
The text was updated successfully, but these errors were encountered: