Skip to content
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_cluster_migration_while_seeding #4578

Open
kostasrim opened this issue Feb 7, 2025 · 0 comments
Open

test_cluster_migration_while_seeding #4578

kostasrim opened this issue Feb 7, 2025 · 0 comments
Labels
bug Something isn't working failing-test iouring iouring backend

Comments

@kostasrim
Copy link
Contributor

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

@kostasrim kostasrim added bug Something isn't working failing-test iouring iouring backend labels Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working failing-test iouring iouring backend
Projects
None yet
Development

No branches or pull requests

1 participant