Intent of spanData.ts ×1
All 29 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/29 tests-
platform/29 tests-
otel/29 tests-
test/29 tests-
node/29 tests-
otlp/29 tests-
localOtlpReceiver.test|title=platform/11 tests-
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver accepts a valid OTLP-JSON payload and delivers decoded spans|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver binds to 127.0.0.1 on an ephemeral port|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver forwards raw body to onForward callback unchanged|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver rejects non-JSON content-type with 415|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver rejects non-identity content-encoding with 415|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver returns 400 for invalid JSON|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver returns 404 for unknown paths|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver returns 405 for non-POST|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver returns 413 when body exceeds maxBodyBytes|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver returns partial_success when some spans are rejected|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/localOtlpReceiver.test|title=platform/otel - localOtlpHttpReceiver still responds 200 even if onForward throws|occurrence=1
-
-
otlpJsonDecode.test|title=platform/9 tests-
otel - otlpJsonDecode falls back to JSON for mixed-type /1 test -
otel - otlpJsonDecode preserves parent span id; drops empty /1 test -
otel - otlpJsonDecode rejects spans with invalid trace_id /1 test -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/otlpJsonDecode.test|title=platform/otel - otlpJsonDecode decodes a complete chat span with all attribute types and resource merge|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/otlpJsonDecode.test|title=platform/otel - otlpJsonDecode handles an empty request|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/otlpJsonDecode.test|title=platform/otel - otlpJsonDecode maps status codes: ERROR → ERROR, missing → UNSET|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/otlpJsonDecode.test|title=platform/otel - otlpJsonDecode returns errors[] when an exception is thrown for a span|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/otlpJsonDecode.test|title=platform/otel - otlpJsonDecode span-level attribute overrides resource attribute on collision|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/otlpJsonDecode.test|title=platform/otel - otlpJsonDecode treats time stringified as decimal nanos and floors to ms|occurrence=1
-
-
outboundForwarder.test|title=platform/9 tests-
otel - outboundForwarder OtlpHttpForwarder auto-appends /1 test -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/outboundForwarder.test|title=platform/otel - outboundForwarder CompositeForwarder fans out forwardRaw and forwardSpans|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/outboundForwarder.test|title=platform/otel - outboundForwarder ConsoleForwarder logs one info per span|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/outboundForwarder.test|title=platform/otel - outboundForwarder FileForwarder appends one JSON line per span|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/outboundForwarder.test|title=platform/otel - outboundForwarder FileForwarder ignores empty result|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/outboundForwarder.test|title=platform/otel - outboundForwarder OtlpHttpForwarder logs warning on upstream 500 and does not throw|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/outboundForwarder.test|title=platform/otel - outboundForwarder OtlpHttpForwarder re-POSTs raw body with custom headers|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/outboundForwarder.test|title=platform/otel - outboundForwarder OtlpHttpForwarder uses supplied fetch with raw body and custom headers|occurrence=1 -
mocha:v1|namespace=vscode@05c208e9e28d8c1c723fa08f85e2b7a96092e8e5|file=vs/platform/otel/test/node/otlp/outboundForwarder.test|title=platform/otel - outboundForwarder resolveOtlpTracesEndpoint appends path on base URL, leaves explicit path alone|occurrence=1
-
-
-
-
-
-
-