Testing: examples-aot-smoke 007 slice (EXAMPLES_AOT_SMOKE_ONLY=007) - #2154
Merged
Merged
Conversation
Add smoke_007_throwsweb mirroring 006 CGI multipart flow for caught invalid POST when THROWSWEB_AOT_SMOKE_GATE=1. Closes #2104. Co-authored-by: Cursor <cursoragent@cursor.com>
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
smoke_007_throwswebtoscript/examples-aot-smoke.shfor 007-ThrowsWeb AOT build + CGI POST probe (caught invalid email), gated byTHROWSWEB_AOT_SMOKE_GATE=1(opt-in, same asThrowsWebAotExecuteTest).EXAMPLES_AOT_SMOKE_ONLY=007slice entry point and document inMakefile/ExamplesAotSmokeScriptTest.Closes #2104.
Verify (Runforge / Docker)
Note: With
THROWSWEB_AOT_SMOKE_GATE=1, native execute currently exits 134 on harness (same asThrowsWebAotExecuteTest::testInvalidPostShowsCaughtError) until #2101 AOT try/catch is green. Link step succeeds; slice wiring is complete per acceptance.Test plan
ExamplesAotSmokeScriptTest::testExamplesAotSmokeScriptDocumentsMiniWebAppProbe(Docker)EXAMPLES_AOT_SMOKE_ONLY=007skips whenTHROWSWEB_AOT_SMOKE_GATE=0(Docker)THROWSWEB_AOT_SMOKE_GATE=1full execute green after Testing: THROWSWEB_AOT_LINK_GATE + THROWSWEB_AOT_SMOKE_GATE (007-ThrowsWeb) #2101Made with Cursor