scylladb / scylla-manager

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

TestClientDescribeRingIntegration is flaky #3859

Closed Michal-Leszczynski closed 1 month ago

Michal-Leszczynski commented 1 month ago

Example logs from failed run:

2024-05-16T09:51:35.2181052Z === RUN   TestClientDescribeRingIntegration
2024-05-16T09:51:35.2210409Z 09:51:35.220   DEBUG  HTTP    {"host": "192.168.200.11:10001", "method": "GET", "uri": "/agent/node_info", "duration": "2ms", "status": 200, "bytes": 538}
2024-05-16T09:51:35.2250509Z 09:51:35.224   DEBUG  HTTP    {"host": "192.168.200.12:10001", "method": "GET", "uri": "/agent/node_info", "duration": "3ms", "status": 200, "bytes": 538}
2024-05-16T09:51:35.2282279Z 09:51:35.227   DEBUG  HTTP    {"host": "192.168.200.13:10001", "method": "GET", "uri": "/agent/node_info", "duration": "3ms", "status": 200, "bytes": 538}
2024-05-16T09:51:35.2315308Z 09:51:35.231   DEBUG  HTTP    {"host": "192.168.200.21:10001", "method": "GET", "uri": "/agent/node_info", "duration": "3ms", "status": 200, "bytes": 538}
2024-05-16T09:51:35.2350255Z 09:51:35.234   DEBUG  HTTP    {"host": "192.168.200.22:10001", "method": "GET", "uri": "/agent/node_info", "duration": "3ms", "status": 200, "bytes": 538}
2024-05-16T09:51:35.2386256Z 09:51:35.238   DEBUG  HTTP    {"host": "192.168.200.23:10001", "method": "GET", "uri": "/agent/node_info", "duration": "3ms", "status": 200, "bytes": 538}
2024-05-16T09:51:35.2580013Z 09:51:35.257   DEBUG  HTTP    {"host": "192.168.200.11:10001", "method": "GET", "uri": "/storage_service/keyspaces?replication=tablets", "duration": "2ms", "status": 200, "bytes": 2}
2024-05-16T09:51:35.2586495Z 09:51:35.258   DEBUG  HTTP    {"host": "192.168.200.11:10001", "method": "GET", "uri": "/storage_service/keyspaces?replication=vnodes", "duration": "0ms", "status": 200, "bytes": 126}
2024-05-16T09:51:39.2982673Z 09:51:39.297   DEBUG  HTTP    {"host": "192.168.200.11:10001", "method": "GET", "uri": "/storage_service/keyspaces?replication=tablets", "duration": "0ms", "status": 200, "bytes": 2}
2024-05-16T09:51:39.2986397Z 09:51:39.298   DEBUG  HTTP    {"host": "192.168.200.11:10001", "method": "GET", "uri": "/storage_service/keyspaces?replication=vnodes", "duration": "0ms", "status": 200, "bytes": 136}
2024-05-16T09:51:39.3027204Z 09:51:39.302   DEBUG  HTTP    {"host": "192.168.200.11:10001", "method": "GET", "uri": "/storage_service/describe_ring/test_ks", "duration": "4ms", "status": 200, "bytes": -1}
2024-05-16T09:51:44.5917942Z 09:51:44.591   DEBUG  HTTP    {"host": "192.168.200.11:10001", "method": "GET", "uri": "/storage_service/keyspaces?replication=tablets", "duration": "1ms", "status": 200, "bytes": 11}
2024-05-16T09:51:44.5921698Z 09:51:44.591   DEBUG  HTTP    {"host": "192.168.200.11:10001", "method": "GET", "uri": "/storage_service/keyspaces?replication=vnodes", "duration": "0ms", "status": 200, "bytes": 126}
2024-05-16T09:51:44.5927376Z 09:51:44.592   DEBUG  HTTP    {"host": "192.168.200.11:10001", "method": "GET", "uri": "/storage_service/describe_ring/test_ks?table=test_tab", "duration": "0ms", "status": 200, "bytes": -1}
2024-05-16T09:51:47.4985513Z     client_scylla_integration_test.go:130: Cannot add already existing table "test_tab" to keyspace "test_ks"
2024-05-16T09:51:47.4990100Z --- FAIL: TestClientDescribeRingIntegration (12.28s)