overtrue
3f6cd10946
cleanup: remove #[serial] annotations from e2e_test, scanner, lifecycle, and object-capacity crates
Remove no-op #[serial] attributes (nextest ignores serial_test) and the
serial_test dependency from four crates. All tests already use temp_env
for env-var isolation, making #[serial] purely redundant.
Crates cleaned:
- e2e_test (37 annotations, 9 imports, removed serial_test dep)
- rustfs-scanner (115 annotations across 7 files, removed serial_test dep)
- rustfs-lifecycle (46 annotations, removed serial_test dep)
- rustfs-object-capacity (38 annotations, removed serial_test dep)
Also converted scanner/tests/lifecycle_integration_test.rs
with_forced_immediate_enqueue_timeout helper from unsafe raw
env::set_var/remove_var to temp_env::async_with_vars for proper
isolation, and added async_closure feature to scanner's temp-env dep.
2026-08-22 00:28:25 +08:00
..
2026-08-19 12:20:54 +08:00
2026-08-17 11:34:47 +08:00
2026-08-21 06:39:29 +08:00
2026-08-18 12:51:44 +08:00
2026-08-21 01:18:53 +00:00
2026-08-19 10:59:54 +08:00
2026-08-19 02:34:30 +00:00
2026-08-22 00:28:25 +08:00
2026-08-21 17:32:59 +08:00
2026-08-18 21:45:38 +08:00
2026-08-21 06:39:29 +08:00
2026-08-21 15:34:25 +08:00
2026-08-19 11:01:20 +08:00
2026-08-21 01:18:53 +00:00
2026-08-17 11:34:47 +08:00
2026-08-19 21:58:22 +08:00
2026-08-22 00:28:25 +08:00
2026-08-19 14:47:33 +08:00
2026-08-19 17:55:58 +00:00
2026-08-20 12:23:53 +08:00
2026-08-22 00:28:25 +08:00
2026-08-19 21:58:22 +08:00
2026-08-22 00:04:12 +08:00
2026-08-21 06:39:29 +08:00
2026-08-21 00:15:33 +08:00
2026-08-19 21:58:22 +08:00
2026-08-18 21:45:38 +08:00
2026-08-18 14:49:19 +08:00
2026-08-19 11:01:20 +08:00
2026-08-21 01:18:53 +00:00
2026-08-22 00:28:25 +08:00
2026-08-19 17:55:58 +00:00
2026-08-18 12:45:42 +08:00
2026-08-18 18:28:46 +08:00
2026-08-17 11:34:47 +08:00
2026-08-17 11:34:47 +08:00
2026-08-18 18:27:01 +08:00