Commit e736b65
feat(logger): add e2e tests for logger (#529)
* doc(all): Clarify selecting REGION for e2 tests
* build(logger): add e2e tests
The tests spin up actual infrastructure on AWS, invoke Lambda function, verify that the logs are printed correctly, and destroy the stack afterward.
* chore(logger): remove unused code and dependencies
* chore(logger): add note about flaky case that not some logs are missing
* chore(logger): remove unused code
* chore(logger): fix eslint formatting in e2e tests and return request id from function
* chore(logger): fix typescript errors when running e2e tests
* Update CONTRIBUTING.md
Co-authored-by: Florian Chazal <florianchazal@gmail.com>
* Make doc use the same request id as in doc + Remove unrelevant comment
Co-authored-by: Florian Chazal <florianchazal@gmail.com>1 parent 8180be1 commit e736b65
File tree
11 files changed
+11448
-6106
lines changed- packages/logger
- tests
- e2e
- helpers
11 files changed
+11448
-6106
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
185 | 188 | | |
186 | 189 | | |
187 | 190 | | |
| |||
207 | 210 | | |
208 | 211 | | |
209 | 212 | | |
| 213 | + | |
210 | 214 | | |
211 | 215 | | |
212 | | - | |
| 216 | + | |
213 | 217 | | |
214 | 218 | | |
215 | 219 | | |
| |||
0 commit comments