Import Telegram QA evidence RTT rows#15
Merged
vincentkoc merged 6 commits intoJun 14, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pnpm rttwrapper to the package Telegram live QA lane.scripts/import-result.mjsconsume OpenClawqa-evidence.jsondirectly for Telegram imports and continue writing the existingdata/channels/telegramrow shape used by the dashboard.result.timing.samples) before importing, so older/lagging harness output cannot silently record one-shot Telegram latency as release RTT data.result.jsonimporter path; historical rows stay in place, while future rows preserve aggregate timing from QA evidence.Pairs with openclaw/openclaw#92550. That OpenClaw PR provides the package Telegram live RTT controls and
qa-evidence.jsontiming this repo imports. Older beta/release packages can still be the system under test because the checked-out OpenClaw harness owns the QA evidence shape.Verification
npm testnpm run checkgit diff --checknode --check scripts/*.mjsnode scripts/validate.mjsnode scripts/update-readme.mjsReal behavior proof
Behavior addressed:
openclaw-rttno longer calls the removed OpenClawpnpm rttwrapper; Telegram main/release workflows import the standard QA evidence artifact instead.Real environment tested: Local
openclaw-rttworktree on macOS with Node test/check commands.Exact steps or command run after this patch: Ran the Node test suite, full repo check, whitespace check, script syntax check, data validation, and README generation.
Evidence after fix:
npm testpassed 39 tests;npm run checkpassed validation and README generation with a clean tree.Observed result after fix: A synthetic Telegram
qa-evidence.jsonimport writes the same dashboard-critical row fields: package/run/channel metadata, canary RTT, mention RTT, avg/p50/p95/max, failed sample count, resources, and copiedruns/telegram/<run>/result.jsonpath. A synthetic non-aggregateqa-evidence.jsonis rejected before import, preventing old-harness one-shot evidence from polluting RTT rows.What was not tested: No live Blacksmith/Telegram workflow was executed locally.