From fa27bef5320e53bcd8e1f325bd99df2f9c4fbc15 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Sat, 11 Jul 2026 22:29:29 +0800 Subject: [PATCH] test: quarantine embedded delete flake (#4741) --- .config/nextest.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/nextest.toml b/.config/nextest.toml index 75fef2967..31447b670 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -101,6 +101,12 @@ retries = 2 filter = 'package(rustfs-ecstore) & test(walk_dir_does_not_charge_consumer_backpressure_to_the_stall_budget)' retries = 2 +# QUARANTINE: OPEN rustfs#4740 — the embedded S3 test intermittently observes +# BucketNotEmpty immediately after an acknowledged unversioned object delete. +[[profile.ci.overrides]] +filter = 'package(rustfs) & binary(embedded_test) & test(test_embedded_server_basic_s3_operations)' +retries = 2 + # Serialize the 4-disk reliability / degraded-read e2e tests under the ci # profile too (see the e2e-reliability test-group note near the top). Not a # quarantine: no retries, just single-threaded so several 4-disk servers never