alexei.dolgolyov
9aada75381
fix(tests): clear diagnostic_mode _bg_tasks between cases
...
test_fallback_task_retained_until_fire asserts len(_bg_tasks) == 1, but
the set carries pending tasks from earlier tests' fallback schedules, so
the assertion saw the accumulated count instead. Drop the references (no
.cancel() — the tasks belong to closed loops, cross-loop cancel raises
RuntimeError on the next test's setup).
2026-05-28 15:26:11 +03:00
..
2026-04-23 19:44:56 +03:00
2026-04-23 19:44:56 +03:00
2026-05-16 02:16:49 +03:00
2026-05-16 03:43:48 +03:00
2026-05-07 22:22:41 +03:00
2026-04-23 19:44:56 +03:00
2026-05-16 18:25:51 +03:00
2026-05-28 15:26:11 +03:00
2026-04-23 19:44:56 +03:00
2026-05-28 15:19:31 +03:00
2026-05-07 13:53:26 +03:00
2026-05-07 13:53:26 +03:00
2026-05-16 02:16:49 +03:00
2026-05-16 02:16:49 +03:00
2026-05-13 14:31:56 +03:00
2026-05-13 14:31:56 +03:00
2026-05-13 14:31:56 +03:00
2026-05-13 14:31:56 +03:00
2026-05-07 13:53:26 +03:00
2026-05-16 02:16:49 +03:00
2026-04-23 19:44:56 +03:00
2026-05-07 13:53:26 +03:00
2026-05-16 02:16:49 +03:00
2026-05-07 13:53:26 +03:00
2026-05-07 13:53:26 +03:00
2026-05-16 18:25:51 +03:00
2026-05-12 02:58:07 +03:00
2026-05-28 15:19:31 +03:00
2026-04-23 19:53:15 +03:00
2026-05-07 13:53:26 +03:00
2026-04-23 19:44:56 +03:00
2026-05-28 15:19:31 +03:00
2026-05-07 13:53:26 +03:00
2026-05-28 15:19:31 +03:00
2026-05-10 23:51:25 +03:00