test: fold otel smoke into qa e2e (#93181) · openclaw/openclaw@fae4a01
RomneyDa
·
2026-06-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | | -// Qa Otel Smoke tests cover qa otel smoke script behavior. |
| 1 | +// QA OTEL Smoke tests cover QA Lab telemetry evidence. |
2 | 2 | import { spawn, spawnSync } from "node:child_process"; |
3 | 3 | import { EventEmitter } from "node:events"; |
4 | 4 | import { existsSync, mkdirSync, mkdtempSync, rmSync, statSync } from "node:fs"; |
@@ -8,7 +8,7 @@ import path from "node:path";
|
8 | 8 | import { setTimeout as delay } from "node:timers/promises"; |
9 | 9 | import { gzipSync } from "node:zlib"; |
10 | 10 | import { beforeAll, describe, expect, it, vi } from "vitest"; |
11 | | -import { testing } from "../../scripts/qa-otel-smoke.ts"; |
| 11 | +import { testing } from "./qa-otel-smoke-runtime.js"; |
12 | 12 | |
13 | 13 | describe("qa-otel-smoke receiver bounds", () => { |
14 | 14 | let configuredBodyLimitLoad: ReturnType<typeof spawnSync>; |
@@ -21,7 +21,7 @@ describe("qa-otel-smoke receiver bounds", () => {
|
21 | 21 | "tsx", |
22 | 22 | "--input-type=module", |
23 | 23 | "--eval", |
24 | | -'await import("./scripts/qa-otel-smoke.ts");', |
| 24 | +'await import("./test/e2e/qa-lab/runtime/qa-otel-smoke-runtime.ts");', |
25 | 25 | ], |
26 | 26 | { |
27 | 27 | encoding: "utf8", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。