Commit f2262d0
authored
Assorted CI fixes (#1072)
* fix: remove redundant cloned() call in iterator
* fix: only run cleanup if stack name is set
* fix: only run rustdoc verification against workspace packages
* fix(test): avoid cross-test state pollution in streaming_send_data_error_is_ignored
- Use tokio_unstable with UnhandledPanic::ShutdownRuntime to detect panics
- Create isolated runtime per test to avoid global panic hook interference
- Test verifies spawned tasks handle send_data errors without panicking
- CI: enable tokio_unstable for lambda_runtime tests only1 parent c9f487f commit f2262d0
File tree
5 files changed
+29
-33
lines changed- .github
- actions/rust-build
- workflows
- lambda-http/src
- lambda-runtime/src
5 files changed
+29
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | | - | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
223 | 224 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | 225 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
240 | 231 | | |
241 | | - | |
242 | | - | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
243 | 237 | | |
244 | | - | |
| 238 | + | |
| 239 | + | |
245 | 240 | | |
246 | | - | |
| 241 | + | |
247 | 242 | | |
248 | | - | |
249 | | - | |
| 243 | + | |
250 | 244 | | |
251 | | - | |
252 | | - | |
| 245 | + | |
| 246 | + | |
253 | 247 | | |
254 | | - | |
255 | | - | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
256 | 252 | | |
257 | 253 | | |
258 | | - | |
259 | | - | |
| 254 | + | |
| 255 | + | |
260 | 256 | | |
261 | 257 | | |
262 | 258 | | |
0 commit comments