You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A measurement, not a stabilization. Deliverable is a reproduction attempt with a number attached, and — if it reproduces — the two artefacts triage asked for. No test is changed, quarantined, retried or deleted.
It exists because #6522's hold rests on a gap its own triage identified. From 5248527171:
Reproduction is measured, not unmeasured: 0/67 across four worker arms on an idle box (≤4.5%/run at 95% confidence) — weak evidence against a flake first seen under load, which is exactly why this stays held rather than closed.
and from the 08-11 maintainer-directed round (5254591185): 「frequency unmeasured, both-sides-green, cause unlocated; a stabilization card without a repro is a guess.」
So the blocking gap is not "has anyone tried" — it is that the load/contention arm was never exercised, and the original sighting happened during a full-package run. This card exercises that arm. It does not stabilize anything: if it reproduces, triage gets a repro and the cause becomes locatable; if it does not, the confidence bound tightens and the restart condition can be narrowed honestly.
Target
packages/drivers/driver-sql/src/sql-driver-overlay-index-drift.test.ts, the case "stays silent on the SECOND boot, when the runtime ledger starts empty again" (live at :154 as of the last triage verify; re-locate it, the file may have moved).
What to vary — the arm that was missed
The prior run was four worker arms on an idle box. Vary contention, not just worker count:
The suite run as part of a full-package / full-repo run rather than alone — the shape of the original sighting.
Worker counts at and above the machine's core count, so workers genuinely compete rather than each getting a core.
Background CPU load while the suite runs, if the box is otherwise idle — the point is to make scheduling non-deterministic, which is the condition the 0/67 run lacked by construction.
Any shared state the case depends on across boots. Triage already refuted one hypothesis by construction — 「the cross-boot ledger-reset hypothesis is refuted: runtimeCreatedIndexes is per-instance, sql-driver.ts:4625」 — so ⛔ do not re-derive that one; if you find the shared state is something else, that is the finding.
Run enough iterations that the number means something, and report the denominator. A "0/N" is only useful with N and a confidence bound; a "1/N" is worth more than a hundred green runs.
If it reproduces — capture these, they are the point
Triage named exactly what a recurrence must yield (5248527171):
on any recurrence, capture which assertion failed and what drift contained
So: the failing assertion verbatim, the full contents of drift at failure, and whatever distinguishes the failing run from its green neighbours (worker id, ordering, timing, what else was running). Without those a recurrence is just another sighting.
Deliverable
A report on this card and a copy of the outcome on #6522, since that is the card whose restart condition this informs. State plainly which of these you got:
reproduced — with the assertion, drift, and the conditions; this converts the hold's "cause unlocated" into something locatable.
not reproduced — with the denominator, the arms actually exercised, and the resulting bound; say what that does and does not rule out. Include this honestly even if it is the boring answer: a measured negative under contention is worth more than the untested assumption that contention is the cause.
Either way, propose (do not apply) what the restart condition should become given what you now know.
⛔ No production changes in driver-sql or anywhere else.
⛔ No new conformance cells, no DEBT/EXEMPT entries.check:driver-conformance reads 40 covered / 0 DEBT / 0 exempt and must still read that.
The diff should be empty or a throwaway harness you delete. If you believe something is worth landing, say why in the report rather than landing it.
Refs
#6522 (the finding, and both hold comments 5248527171 / 5254591185) · #7335 (the metadata-fs watcher flake's mechanism, a worked example of locating this class) · #5499 (freeze scope — driver-sql is not covered; this card is unaffected by it) · #7956 (the precedent for a measurement card dispatched against a held finding)
What this card is
A measurement, not a stabilization. Deliverable is a reproduction attempt with a number attached, and — if it reproduces — the two artefacts triage asked for. No test is changed, quarantined, retried or deleted.
It exists because #6522's hold rests on a gap its own triage identified. From
5248527171:and from the 08-11 maintainer-directed round (
5254591185): 「frequency unmeasured, both-sides-green, cause unlocated; a stabilization card without a repro is a guess.」So the blocking gap is not "has anyone tried" — it is that the load/contention arm was never exercised, and the original sighting happened during a full-package run. This card exercises that arm. It does not stabilize anything: if it reproduces, triage gets a repro and the cause becomes locatable; if it does not, the confidence bound tightens and the restart condition can be narrowed honestly.
Target
packages/drivers/driver-sql/src/sql-driver-overlay-index-drift.test.ts, the case "stays silent on the SECOND boot, when the runtime ledger starts empty again" (live at:154as of the last triage verify; re-locate it, the file may have moved).What to vary — the arm that was missed
The prior run was four worker arms on an idle box. Vary contention, not just worker count:
runtimeCreatedIndexesis per-instance,sql-driver.ts:4625」 — so ⛔ do not re-derive that one; if you find the shared state is something else, that is the finding.Run enough iterations that the number means something, and report the denominator. A "0/N" is only useful with N and a confidence bound; a "1/N" is worth more than a hundred green runs.
If it reproduces — capture these, they are the point
Triage named exactly what a recurrence must yield (
5248527171):So: the failing assertion verbatim, the full contents of
driftat failure, and whatever distinguishes the failing run from its green neighbours (worker id, ordering, timing, what else was running). Without those a recurrence is just another sighting.Deliverable
A report on this card and a copy of the outcome on #6522, since that is the card whose restart condition this informs. State plainly which of these you got:
drift, and the conditions; this converts the hold's "cause unlocated" into something locatable.Either way, propose (do not apply) what the restart condition should become given what you now know.
Explicitly out of scope
skip, or otherwise touch the test.flaky:sql-driver-overlay-index-drift.test.ts「stays silent on the SECOND boot, when the runtime ledger starts empty again」偶发判红 #6522 is held; this card feeds that hold, it does not lift it. A "fix" without a located cause is the guess triage refused.driver-sqlor anywhere else.check:driver-conformancereads 40 covered / 0 DEBT / 0 exempt and must still read that.Refs
#6522 (the finding, and both hold comments
5248527171/5254591185) · #7335 (the metadata-fs watcher flake's mechanism, a worked example of locating this class) · #5499 (freeze scope —driver-sqlis not covered; this card is unaffected by it) · #7956 (the precedent for a measurement card dispatched against a held finding)