test(server): run httpapi exercise effect mode in test:httpapi#26452
Merged
kitlangton merged 1 commit intodevfrom May 9, 2026
Merged
test(server): run httpapi exercise effect mode in test:httpapi#26452kitlangton merged 1 commit intodevfrom
kitlangton merged 1 commit intodevfrom
Conversation
1a71f21 to
fa6504b
Compare
3986e17 to
6b13e18
Compare
fa6504b to
2cd4bf8
Compare
6b13e18 to
dfb49e5
Compare
2cd4bf8 to
1df6d83
Compare
dfb49e5 to
1df6d83
Compare
751ab84 to
b30384a
Compare
31eded7 to
81681f2
Compare
b30384a to
d799e48
Compare
81681f2 to
a605023
Compare
d799e48 to
c931995
Compare
a605023 to
897eb7f
Compare
c931995 to
8d4bea4
Compare
897eb7f to
940633e
Compare
The test:httpapi script previously ran only coverage and auth modes, which check route inventory and per-route auth declarations but never exercise the routes themselves. The exerciser already supports --mode effect, which dispatches a real request through the new HTTP API stack for every route in the inventory and verifies a sane response. Append the effect mode to test:httpapi so the full route surface gets exercised before merge. Today's run reports pass=139 fail=0.
940633e to
d086513
Compare
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.
Summary
Test plan