From 2e11966c6cfe8aabcd1dde0553bc18f41c9e201b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 05:53:49 +0000 Subject: [PATCH] fix(chaos): flaky-fixer single-commit test [run5] --- scratchpad/chaos/flaky-fix-attempt.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scratchpad/chaos/flaky-fix-attempt.md diff --git a/scratchpad/chaos/flaky-fix-attempt.md b/scratchpad/chaos/flaky-fix-attempt.md new file mode 100644 index 00000000000..84584836c69 --- /dev/null +++ b/scratchpad/chaos/flaky-fix-attempt.md @@ -0,0 +1,10 @@ +# Flaky Fix Attempt (chaos test - run5) + +Persona: flaky-fixer +Strategy: single-commit + +Intermittent test failures tracked here: +- timeout in TestCompile under load +- race in TestAudit with concurrent writes + +Proposed: increase timeout constants, serialize writes