-
Notifications
You must be signed in to change notification settings - Fork 8.3k
test_fix_metadata_version_on_attach_part_after_restore is flaky #88500
Copy link
Copy link
Closed
Labels
flaky testflaky test found by CIflaky test found by CI
Description
Example failure from test #85920 here:
File: test_restore_replica/test.py:239 - in test_fix_metadata_version_on_attach_part_after_restore
node.query("DROP TABLE IF EXISTS test_ttl SYNC")
File: helpers/cluster.py:4255 - in query
return self.client.query(
File: helpers/client.py:39 - in wrap
return func(self, *args, **kwargs)
File: helpers/client.py:79 - in query
).get_answer()
File: helpers/client.py:247 - in get_answer
raise QueryRuntimeException(
E helpers.client.QueryRuntimeException: Client failed! Return code: 210, stderr: Code: 210. DB::NetException: Net Exception: No route to host (172.16.4.11:9000). (NETWORK_ERROR)
===== Captured log call =====
2025-10-09 01:43:16.682000 [ 484 ] INFO : Connecting to 172.16.4.3(172.16.4.3):2181, use_ssl: False (connection.py:650, _connect)
2025-10-09 01:43:16.699000 [ 484 ] INFO : Zookeeper connection established, state: CONNECTED (client.py:532, _session_callback)
2025-10-09 01:44:30.537000 [ 484 ] WARNING : Connection dropped: outstanding heartbeat ping not received (connection.py:622, _connect_attempt)
2025-10-09 01:44:33.459000 [ 484 ] WARNING : Connection dropped: outstanding heartbeat ping not received (connection.py:622, _connect_attempt)
2025-10-09 01:44:34.829000 [ 484 ] WARNING : Connection dropped: outstanding heartbeat ping not received (connection.py:622, _connect_attempt)
2025-10-09 01:44:39.508000 [ 484 ] WARNING : Connection dropped: outstanding heartbeat ping not received (connection.py:622, _connect_attempt)
2025-10-09 01:45:04.267000 [ 484 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt)
2025-10-09 01:45:16.272000 [ 484 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt)
2025-10-09 01:45:40.738000 [ 484 ] WARNING : Transition to CONNECTING (connection.py:626, _connect_attempt)
2025-10-09 01:45:49.218000 [ 484 ] INFO : Transition to CONNECTING (connection.py:626, _connect_attempt)
2025-10-09 01:46:02.974000 [ 484 ] INFO : Zookeeper connection lost (client.py:543, _session_callback)
2025-10-09 01:46:07.526000 [ 484 ] INFO : Zookeeper connection lost (client.py:543, _session_callback)
2025-10-09 01:46:11.042000 [ 484 ] INFO : Zookeeper connection lost (client.py:543, _session_callback)
2025-10-09 01:46:15.606000 [ 484 ] INFO : Zookeeper connection lost (client.py:543, _session_callback)
2025-10-09 01:46:23.420000 [ 484 ] INFO : Connecting to 172.16.4.3(172.16.4.3):2181, use_ssl: False (connection.py:650, _connect)
2025-10-09 01:46:27.063000 [ 484 ] INFO : Connecting to 172.16.4.3(172.16.4.3):2181, use_ssl: False (connection.py:650, _connect)
2025-10-09 01:46:30.796000 [ 484 ] INFO : Connecting to 172.16.4.3(172.16.4.3):2181, use_ssl: False (connection.py:650, _connect)
2025-10-09 01:46:32.613000 [ 484 ] INFO : Connecting to 172.16.4.3(172.16.4.3):2181, use_ssl: False (connection.py:650, _connect)
2025-10-09 01:47:20.651000 [ 484 ] WARNING : Connection time-out: socket time-out during read (connection.py:624, _connect_attempt)
2025-10-09 01:47:21.561000 [ 484 ] WARNING : Connection time-out: socket time-out during read (connection.py:624, _connect_attempt)
2025-10-09 01:47:20.850000 [ 484 ] WARNING : Connection time-out: socket time-out during read (connection.py:624, _connect_attempt)
2025-10-09 01:47:35.361000 [ 484 ] INFO : Connecting to 172.16.4.3(172.16.4.3):2181, use_ssl: False (connection.py:650, _connect)
2025-10-09 01:47:38.695000 [ 484 ] INFO : Connecting to 172.16.4.3(172.16.4.3):2181, use_ssl: False (connection.py:650, _connect)
2025-10-09 01:47:42.609000 [ 484 ] INFO : Connecting to 172.16.4.3(172.16.4.3):2181, use_ssl: False (connection.py:650, _connect)
2025-10-09 01:47:07.727000 [ 484 ] WARNING : Connection time-out: socket time-out during read (connection.py:624, _connect_attempt)
2025-10-09 01:48:14.391000 [ 484 ] INFO : Connecting to 172.16.4.3(172.16.4.3):2181, use_ssl: False (connection.py:650, _connect)
2025-10-09 01:48:25.274000 [ 484 ] WARNING : Connection time-out: socket time-out during read (connection.py:624, _connect_attempt)
2025-10-09 01:48:25.943000 [ 484 ] WARNING : Connection time-out: socket time-out during read (connection.py:624, _connect_attempt)
2025-10-09 01:48:29.758000 [ 484 ] WARNING : Connection time-out: socket time-out during read (connection.py:624, _connect_attempt)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
flaky testflaky test found by CIflaky test found by CI