Michał Jadwiszczak
74ab5addd3
test/cluster/test_view_building_coordinator: fix flakiness in test_file_streaming
...
The test generates a staging sstable on a node and verifies whether
the view is correctly populated.
However view updates generated by a staging sstable
(`view_update_generator::generate_and_propagate_view_updates()`) aren't
awaited by sstable consumer.
It's possible that the view building coordinator may see the task as finished
(so the staging sstable was processed) but not all view updates were
writted yet.
This patch fixes the flakiness by waiting until
`scylla_database_view_update_backlog` drops down to 0 on all shards.
Fixes scylladb/scylladb#26683
Closes scylladb/scylladb#27389
2025-12-17 17:29:15 +01:00
..
2025-12-14 18:46:06 +02:00
2025-12-16 06:55:42 +02:00
2025-11-10 08:42:11 +03:00
2025-12-08 14:24:25 +02:00
2025-12-03 16:32:54 +02:00
2025-10-28 14:17:14 +01:00
2025-08-11 10:10:07 +08:00
2025-12-07 17:37:25 +02:00
2025-09-29 12:39:53 +02:00
2025-03-30 19:23:40 +03:00
2025-12-15 10:36:57 +02:00
2025-10-28 17:55:20 +01:00
2025-04-25 12:25:15 +02:00
2025-12-02 14:21:26 +02:00
2025-07-10 10:56:53 +08:00
2025-10-09 13:22:06 +03:00
2025-06-09 12:59:04 +02:00
2025-07-25 17:16:14 +02:00
2025-05-30 08:35:56 +02:00
2025-11-13 17:00:08 +01:00
2025-10-28 15:06:21 +01:00
2025-05-10 16:30:18 +02:00
2025-09-09 19:01:12 +02:00
2025-05-10 16:30:18 +02:00
2025-12-15 18:19:37 +01:00
2025-03-30 19:23:40 +03:00
2025-03-30 19:23:40 +03:00
2025-06-23 17:56:26 +02:00
2025-05-10 16:30:18 +02:00
2025-12-04 11:06:20 +02:00
2025-11-03 16:04:37 +01:00
2025-12-17 14:00:28 +01:00
2025-09-09 19:01:12 +02:00
2025-05-10 16:30:18 +02:00
2025-09-09 19:01:12 +02:00
2025-07-01 12:58:02 +02:00
2025-11-18 08:17:17 +02:00
2025-10-22 14:06:30 +00:00
2025-11-03 16:04:37 +01:00
2025-05-10 16:30:18 +02:00
2025-09-08 11:38:31 +02:00
2025-04-06 18:39:24 +03:00
2025-09-08 11:38:30 +02:00
2025-03-30 19:23:40 +03:00
2025-10-29 23:32:57 +01:00
2025-10-22 01:13:43 +03:00
2025-12-11 14:25:21 +02:00
2025-08-22 09:51:24 +03:00
2025-12-09 09:25:42 +02:00
2025-10-29 23:32:58 +01:00
2025-09-08 17:14:37 +02:00
2025-10-22 01:13:43 +03:00
2025-11-13 11:07:45 +01:00
2025-10-29 19:22:07 +05:30
2025-08-22 09:51:24 +03:00
2025-10-29 23:32:59 +01:00
2025-03-30 19:23:40 +03:00
2025-11-25 09:15:46 +01:00
2025-04-17 16:22:58 +02:00
2025-08-22 09:51:24 +03:00
2025-11-24 17:12:13 +01:00
2025-08-10 10:16:00 +02:00
2025-10-31 09:03:20 +01:00
2025-09-23 00:30:37 +02:00
2025-10-28 17:32:15 +01:00
2025-12-04 11:06:20 +02:00
2025-10-07 17:48:55 +02:00
2025-10-24 21:23:41 +03:00
2025-11-19 05:54:12 +01:00
2025-10-07 17:48:55 +02:00
2025-08-22 09:51:24 +03:00
2025-03-30 19:23:40 +03:00
2025-06-27 16:23:08 +03:00
2025-05-29 16:12:09 +03:00
2025-05-10 16:30:18 +02:00
2025-12-05 10:41:25 +02:00
2025-03-30 19:23:40 +03:00
2025-05-19 11:50:55 +00:00
2025-11-03 16:04:37 +01:00
2025-12-03 15:35:59 +01:00
2025-05-10 16:30:18 +02:00
2025-05-10 16:30:18 +02:00
2025-05-10 16:30:18 +02:00
2025-07-10 10:46:55 +02:00
2025-09-11 08:55:10 +03:00
2025-10-30 15:53:54 +02:00
2025-05-10 16:30:18 +02:00
2025-10-29 20:13:08 +02:00
2025-09-15 12:34:45 +02:00
2025-04-29 15:47:33 -03:00
2025-09-19 12:50:20 +03:00
2025-04-23 14:29:28 +02:00
2025-12-11 12:18:11 +02:00
2025-07-31 14:31:55 +03:00
2025-12-08 14:13:26 +02:00
2025-12-03 12:12:24 +01:00
2025-10-29 23:32:58 +01:00
2025-10-22 11:33:20 +02:00
2025-09-29 15:30:13 +03:00
2025-12-03 16:19:17 +01:00
2025-05-10 16:30:49 +02:00
2025-12-16 13:31:24 +01:00
2025-05-10 16:30:18 +02:00
2025-10-22 16:40:11 +03:00
2025-09-09 19:01:12 +02:00
2025-09-09 19:01:12 +02:00
2025-09-01 14:16:29 +02:00
2025-08-22 09:51:24 +03:00
2025-03-30 19:23:40 +03:00
2025-11-07 10:07:49 +01:00
2025-03-30 19:23:40 +03:00
2025-05-10 16:30:18 +02:00
2025-10-22 01:13:43 +03:00
2025-08-05 13:54:14 +02:00
2025-09-03 07:25:34 +03:00
2025-06-11 11:29:33 +03:00
2025-07-22 15:03:30 +02:00
2025-12-05 09:26:26 +02:00
2025-08-27 10:23:04 +02:00
2025-12-17 17:29:15 +01:00
2025-07-28 10:08:06 +02:00
2025-10-29 23:32:58 +01:00
2025-08-22 09:51:24 +03:00
2025-05-10 16:30:34 +02:00
2025-11-17 15:21:28 +01:00