Commit 7c773d8
cod1k
Add
This change integrates `signal` handling for all test runners, utilities, and server setups, allowing better management of abortable operations. It improves reliability and ensures proper cleanup during execution interruptions.signal handling to test runners and utilities1 parent e4b5bd1 commit 7c773d8
File tree
190 files changed
+1031
-873
lines changed- dev-packages
- cloudflare-integration-tests
- suites
- basic
- tracing
- anthropic-ai
- durableobject
- google-genai
- openai
- e2e-tests
- test-applications/aws-serverless/src
- node-core-integration-tests
- suites/tracing
- dsc-txn-name-update
- requests
- fetch-breadcrumbs
- fetch-no-tracing-no-spans
- fetch-no-tracing
- fetch-sampled-no-active-span
- fetch-unsampled
- http-breadcrumbs
- http-no-tracing-no-spans
- http-no-tracing
- http-sampled-no-active-span
- http-sampled
- http-unsampled
- tracePropagationTargets
- utils
- node-integration-tests
- suites
- anr
- aws-serverless
- aws-integration/s3
- graphql/useOperationNameForRootSpan
- breadcrumbs/process-thread
- child-process
- client-reports
- drop-reasons
- before-send
- event-processors
- periodic-send
- consola
- contextLines
- filename-with-spaces
- memory-leak
- cron
- cron
- node-cron
- node-schedule
- esm
- modules-integration
- warn-esm
- express
- handle-error-scope-data-loss
- handle-error-tracesSampleRate-0
- handle-error-tracesSampleRate-unset
- handle-error
- multiple-init
- multiple-routers
- common-infix-parameterized
- common-infix
- common-prefix-parameterized-reverse
- common-prefix-parameterized
- common-prefix-same-length-parameterized copy
- common-prefix-same-length-parameterized
- common-prefix
- complex-router
- middle-layer-parameterized
- requestUser
- sentry-trace
- baggage-header-assign
- baggage-header-out
- baggage-other-vendors-with-sentry-entries
- baggage-other-vendors
- baggage-transaction-name
- trace-header-assign
- trace-header-out
- setupExpressErrorHandler
- span-isolationScope
- tracing
- tracesSampler
- updateName
- withError
- with-http
- base
- maxIncomingRequestBodySize
- without-tracing
- featureFlags/featureFlagsIntegration
- onError
- basic
- withScope
- onSpan
- fs-instrumentation
- modules
- no-code
- pino
- proxy
- public-api
- LocalVariables
- OnUncaughtException
- addBreadcrumb
- empty-obj
- multiple_breadcrumbs
- simple_breadcrumb
- captureException
- catched-error
- empty-obj
- simple-error
- captureMessage
- parameterized_message
- simple_message_attachStackTrace
- simple_message
- with_level
- configureScope
- clear_scope
- set_properties
- onUnhandledRejectionIntegration
- scopes
- initialScopes
- isolationScope
- setContext
- multiple-contexts
- non-serializable-context
- simple-context
- setExtras
- consecutive-calls
- multiple-extras
- setExtra
- multiple-extras
- non-serializable-extra
- simple-extra
- setMeasurement
- setTags/with-primitives
- setTag/with-primitives
- setUser
- unset_user
- update_user
- startSpan
- basic-usage
- parallel-root-spans
- parallel-spans-in-scope-with-parentSpanId
- parallel-spans-in-scope
- updateName-method
- updateSpanName-function
- with-nested-spans
- withScope/nested-scopes
- sessions
- crashed-session-aggregate
- errored-session-aggregate
- exited-session-aggregate
- thread-blocked-native
- tracing
- amqplib
- anthropic
- apollo-graphql
- useOperationNameForRootSpan
- connect
- dataloader
- dsc-txn-name-update
- envelope-header
- error-active-span-unsampled
- error-active-span
- error
- sampleRate-propagation
- transaction-route
- transaction-url
- transaction
- genericPool
- google-genai
- hapi
- hono
- http-client-spans
- fetch-basic
- fetch-strip-query
- http-basic
- http-strip-query
- httpIntegration
- kafkajs
- knex
- mysql2
- pg
- linking
- lru-memoizer
- maxSpans
- meta-tags-twp-errors
- meta-tags-twp
- meta-tags
- mongodb
- mongoose
- mysql2
- mysql
- openai
- openai-tool-calls
- postgresjs
- postgres
- prisma-orm-v5
- prisma-orm-v6
- redis-cache
- redis
- requests
- fetch-breadcrumbs
- fetch-no-tracing-no-spans
- fetch-no-tracing
- fetch-sampled-no-active-span
- fetch-unsampled
- http-breadcrumbs
- http-no-tracing-no-spans
- http-no-tracing
- http-sampled-no-active-span
- http-sampled
- http-unsampled
- sample-rand-propagation
- sample-rate-propagation
- no-tracing-enabled
- tracesSampleRate-0
- tracesSampleRate
- tracesSampler
- tedious
- tracePropagationTargets
- baggage-org-id
- vercelai
- v5
- winston
- utils
- test-utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
190 files changed
+1031
-873
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
41 | | - | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
65 | 70 | | |
| |||
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
| 90 | + | |
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
68 | | - | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | | - | |
72 | | - | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
87 | | - | |
| 92 | + | |
88 | 93 | | |
89 | 94 | | |
90 | | - | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
| 100 | + | |
95 | 101 | | |
| 102 | + | |
96 | 103 | | |
97 | 104 | | |
98 | 105 | | |
| |||
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 125 | + | |
132 | 126 | | |
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments