Skip to content

Commit 0b0863b

Browse files
JPeer264claude
andcommitted
fixup! fix(bun, node): Fix channel GC, http.server spans and fetch spans on Bun
Run graphql-tracing-channel on Bun, which the channel GC broke. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
1 parent 44fbdfa commit 0b0863b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • dev-packages/bun-integration-tests/node-suites

‎dev-packages/bun-integration-tests/node-suites/excludes.ts‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,9 @@ const NOT_TRIAGED = [
142142
'suites/modules/test.ts',
143143
'suites/proxy/test.ts',
144144
'suites/system-error/test.ts',
145-
'suites/tracing/graphql-tracing-channel/**',
146145
'suites/tracing/tracer-start-active-span-error/test.ts',
147146
];
148147

149-
// Bun garbage-collects a diagnostics channel that no code references, and its subscribers with it.
150-
// `graphql` 17 publishes its own tracing channels, so the integration only subscribes to them, and
151-
// no spans arrive.
152-
const CHANNEL_GARBAGE_COLLECTED = ['suites/tracing/graphql-tracing-channel/**'];
153-
154148
export const NODE_SUITES_EXCLUDE = [
155149
'**/node_modules/**',
156150
...NODE_ONLY,
@@ -159,5 +153,4 @@ export const NODE_SUITES_EXCLUDE = [
159153
...NO_OUTGOING_HTTP_INSTRUMENTATION,
160154
...NO_AUTO_INSTRUMENTATION,
161155
...NOT_TRIAGED,
162-
...CHANNEL_GARBAGE_COLLECTED,
163156
];

0 commit comments

Comments
 (0)