-
Notifications
You must be signed in to change notification settings - Fork 42
test: deprecate aws lambda based integration tests because now we have e2e and the RIE based tests #826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
test: deprecate aws lambda based integration tests because now we have e2e and the RIE based tests #826
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
595f69a
test: retire the AWS-based integration suite (moved to local docker +…
joeyzhao2018 747b4e0
merge main
joeyzhao2018 0165122
docs: clarify AWS integration test deprecation
joeyzhao2018 fcfac45
ci: retry pipeline
joeyzhao2018 7809548
test: pin RIE tracer per runtime
joeyzhao2018 4e47cb3
Merge branch 'main' into joey/deprecate-aws-integration-tests
joeyzhao2018 3f93951
ci: retrigger pipeline
joeyzhao2018 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # integration_tests/ | ||
|
|
||
| This directory now hosts only the **fixtures shared with the local docker-based | ||
| integration suite** (`integration_tests_local/`): | ||
|
|
||
| - `input_events/` — the nine event payloads the local RIE-based suite invokes | ||
| with, | ||
| - `parse-json.js` — JSON-log line parser used by `integration_tests_local/normalize.sh`, | ||
| - `container/` — the container-image fixtures (`cjs`, `esm`) built by the local suite. | ||
|
|
||
| ## The real AWS Lambda resource-based suite was deprecated | ||
|
|
||
| The serverless-deployed suite that used to live here (`serverless.yml`, | ||
| `snapshots/`, per-handler files, `scripts/run_integration_tests.sh`) was removed. | ||
| The in-repo integration coverage now uses `integration_tests_local/`, a | ||
| docker/RIE-based suite that runs per PR without an AWS account. Its goldens are | ||
| strictly stronger for behavior: they preserve span `meta`/`metrics` keys, which | ||
| the deprecated suite's normalization stripped wholesale. | ||
|
|
||
| Cases that require real AWS Lambda resources are covered by the end-to-end test | ||
| suites. | ||
|
|
||
| Do not re-add serverless-deployed tests here. Add behavioral cases to the local | ||
| RIE-based suite, and rely on the end-to-end suites for real AWS Lambda resource | ||
| cases. |
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.