scylladb / scylla-manager

The Scylla Manager
https://manager.docs.scylladb.com/stable/
Other
52 stars 34 forks source link

[Integration-tests] TestServiceRepairResumeAllRangesIntegration is flaky #3961

Open karol-kokoszka opened 3 months ago

karol-kokoszka commented 3 months ago

From the execution output:

2024-08-09T18:27:56.9443639Z === RUN   TestServiceRepairResumeAllRangesIntegration
2024-08-09T18:28:06.9955542Z     service_repair_integration_test.go:450: exec failed CREATE KEYSPACE test_repair_3 WITH replication = {'class': 'NetworkTopologyStrategy', 'dc1': 1, 'dc2': 1} Cannot add existing keyspace "test_repair_3"
2024-08-09T18:28:06.9958068Z --- FAIL: TestServiceRepairResumeAllRangesIntegration (10.05s)

https://github.com/scylladb/scylla-manager/actions/runs/10323903246/job/28582248705

karol-kokoszka commented 3 months ago

Consecutive run was ok https://github.com/scylladb/scylla-manager/actions/runs/10323903246/job/28583001943

Michal-Leszczynski commented 1 week ago

@karol-kokoszka We haven't encountered this flake for a long time. Maybe it was fixed on our side, maybe it was related to Scylla version. Can we close this issue?