Skip to content

fix(e2e): match the renamed reload log line and guard every wait_log needle - #26

Merged
jaanisoe merged 1 commit into
mainfrom
fix/e2e-reload-needle-2026-09-15
Sep 15, 2026
Merged

jaanisoe merged 1 commit into
mainfrom
fix/e2e-reload-needle-2026-09-15

Conversation

@jaanisoe

Copy link
Copy Markdown
Collaborator

The SIGHUP add leg of run-full.sh waited for "config reload added this bucket", but the node now logs "config reload added this channel; starting its monitor", so the first GitHub e2e-full run timed out there against a working node.

test_run_full_needles.py binds every wait_log needle in run-full.sh to a string literal of a tracing event (or, for a JSON-field needle, a declared field) in crates/*/src, so a reworded message fails script-tests instead of e2e-full.

…needle

The SIGHUP add leg of run-full.sh waited for "config reload added this bucket",
but the node now logs "config reload added this channel; starting its monitor",
so the first GitHub e2e-full run timed out there against a working node.

test_run_full_needles.py binds every wait_log needle in run-full.sh to a string
literal of a tracing event (or, for a JSON-field needle, a declared field) in
crates/*/src, so a reworded message fails script-tests instead of e2e-full.
@jaanisoe jaanisoe added the full-e2e Run the full end-to-end suite on this pull request label Sep 15, 2026
@jaanisoe
jaanisoe merged commit 56c7f55 into main Sep 15, 2026
28 of 31 checks passed
@jaanisoe
jaanisoe deleted the fix/e2e-reload-needle-2026-09-15 branch September 15, 2026 12:03
@jaanisoe jaanisoe linked an issue Sep 15, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

full-e2e Run the full end-to-end suite on this pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

e2e-full-failure: weekly full-stack e2e run failed

1 participant