[e2e] Backport: separate event-log-race-repro harness noise from real regressions#2194
Merged
VaguelySerious merged 1 commit intoJun 1, 2026
Conversation
(cherry picked from commit ae3c833)
Contributor
🦋 Changeset detectedLatest commit: c1d7bab The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
🧪 E2E Test Results❌ Some tests failed Summary
❌ Failed Tests▲ Vercel Production (3 failed)fastify (1 failed):
hono (2 failed):
🌍 Community Worlds (87 failed)mongodb (11 failed):
redis (9 failed):
turso-dev (1 failed):
turso (66 failed):
Details by Category❌ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
❌ 🌍 Community Worlds
✅ 📋 Other
❌ Some E2E test jobs failed:
Check the workflow run for details.
Check the workflow run for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #2190 to
stable.The
event-log-race-reprojob previously dumped harness/timing/transport non-completions (HOOK_RESUME_FAILED,NO_WAKE_BRANCH, cancellations, transport errors) into theotherbucket and gated the job on all of them — so a green SDK could still fail the run because the test harness lost a hook-resume timing race.This backport:
infrabucket; the--checkgate now fails only on real event-log regressions (CORRUPTED_EVENT_LOG/USER_ERROR/RUNTIME_ERROR/stuck/other).node:test, new CI Scripts Tests job).CI-only / test-only change; empty changeset.
🤖 Generated with Claude Code