Skip to content

Commit b8c8df5

Browse files
authored
Merge branch 'main' into feat/merge-train-fifo-gate
2 parents bf5cf2b + cd8adb4 commit b8c8df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/queue.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26543,7 +26543,7 @@ describe("review-evasion protection (#review-evasion-protection)", () => {
2654326543
expect(completed?.n).toBe(2);
2654426544
});
2654526545

26546-
it("retries (via a thrown lock-contended error) when a concurrent delivery already holds the per-PR actuation lock", async () => {
26546+
it("REGRESSION: the first conversion returns before the repeated-cycle lock so a retry cannot double-count it", async () => {
2654726547
const calls: Array<{ url: string; method: string }> = [];
2654826548
stubEvasionFetch(calls);
2654926549
const env = createTestEnv({ GITHUB_APP_PRIVATE_KEY: generateRsaPrivateKeyPem(), GITHUB_APP_SLUG: "gittensory" });

0 commit comments

Comments
 (0)