From 466b442fd99757dcc244cd3c9bcb9791f8025846 Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Wed, 31 Jul 2024 16:14:26 +0200 Subject: [PATCH 1/2] mark bridge cloud reconnect test as flaky Signed-off-by: Reuben Miller --- .config/nextest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nextest.toml b/.config/nextest.toml index 1c1eb801854..847a41abfc0 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -4,5 +4,5 @@ test-threads = "num-cpus" [[profile.default.overrides]] # Remove once https://github.com/thin-edge/thin-edge.io/issues/3021 is resolved -filter = 'test(bridge_reconnects_successfully_after_local_connection_interrupted)' +filter = 'test(bridge_reconnects_successfully_after_local_connection_interrupted) or test(bridge_reconnects_successfully_after_cloud_connection_interrupted)' retries = 4 From 9e1d78bc6c8264420ea9a2bfa199e47eebe5bd0d Mon Sep 17 00:00:00 2001 From: Reuben Miller Date: Wed, 31 Jul 2024 16:36:05 +0200 Subject: [PATCH 2/2] marking uploaded_file_can_be_downloaded_from_the_api as flaky Signed-off-by: Reuben Miller --- .config/nextest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/nextest.toml b/.config/nextest.toml index 847a41abfc0..9c0be25e5c3 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -6,3 +6,8 @@ test-threads = "num-cpus" # Remove once https://github.com/thin-edge/thin-edge.io/issues/3021 is resolved filter = 'test(bridge_reconnects_successfully_after_local_connection_interrupted) or test(bridge_reconnects_successfully_after_cloud_connection_interrupted)' retries = 4 + +[[profile.default.overrides]] +# Remove once https://github.com/thin-edge/thin-edge.io/issues/3030 is resolved +filter = 'test(uploaded_file_can_be_downloaded_from_the_api)' +retries = 4