chore(db): purge run 29912027293 — accidental ingest#616
Merged
Conversation
Add GitHub Actions run 29912027293 (e2e Test - dsv4-fp4-mi355x-sglang-disagg-agentic-hicache, branch amd/agentx-v1.0-th-hicon-dpa) to PURGED_RUNS. It was accidentally ingested while testing and is currently the sole run backing the DeepSeek-V4-Pro / MI355X / mori-sglang / FP4 / disagg / agentic_traces / offload=on line on the dashboard (conc 48/64/96/128, benchmark_results 436604-436607). On merge, apply-run-overrides.yml deletes the run's rows (benchmarks, agentic trace-replay sidecars, availability) from production, verifies the DB, and refreshes the cache. The entry also skips the run on any future re-ingest.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Purges an accidentally ingested GitHub Actions run from the DB by adding its run ID to the ETL override list, so production cleanup automation can delete the associated rows and prevent future re-ingest.
Changes:
- Add run
29912027293toPURGED_RUNSto trigger whole-run purge behavior and future ingest skipping.
Process note (blocking per repo guidelines):
- The PR title/body are English-only; this repo requires bilingual (English + Simplified Chinese) PR title and a
## 中文说明section in the description.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Oseltamivir
added a commit
that referenced
this pull request
Jul 23, 2026
* chore(db): purge e2e-test runs 29651998085 and 29819261957 — accidental ingest Both are workflow_dispatch runs of .github/workflows/e2e-tests.yml on AMD agentx feature branches that were accidentally ingested into production: - 29651998085 (2026-07-18, amd/agentx_dsv4_sgl_mtp_0717): e2e Test - dsv4-fp4-mi355x-sglang-agentic-mtp ... - 29819261957 (2026-07-21, amd/agentx-v1.0-th-hicon): e2e Test - dsv4-fp4-mi355x-sglang-disagg-agentic-hicache (earlier sibling of 29912027293, purged in #616) On merge, apply-run-overrides.yml deletes each run's rows (benchmarks, agentic trace-replay sidecars, availability) from production, verifies the DB, and refreshes the cache; the entries also skip the runs on any future re-ingest. * chore(db): purge 19 more accidentally-ingested e2e-test runs Extends the purge to every other ingested run of e2e-tests.yml found by sweeping workflow-info across all data-dates. All are workflow_dispatch runs on feature branches, none intended for production: - 5 dsv4 agentic (amd/agentx_dsv4_sgl_mtp_debug / _0717), 2026-07-16..18 - 14 GLM-5.2 AgentX (explore/glm52-* / feat/glm52-*), 2026-07-19..22, mostly labeled "unofficial" — same class as the 2026-07-20 GLM-5.2 leak Deliberately excluded: the 2 e2e runs that ran on `main` (29657732517 GLM-5.2 concurrency curve, 29765418393 MiniMax-M2.7 EAGLE smoke) — left intact pending confirmation they are not intentional data.
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
Adds GitHub Actions run 29912027293 (
e2e Test - dsv4-fp4-mi355x-sglang-disagg-agentic-hicache, branchamd/agentx-v1.0-th-hicon-dpa) toPURGED_RUNSinrun-overrides.ts.The run was accidentally ingested while testing. It is currently the sole run backing this line on the dashboard:
agentic_traces/ offload=on, concurrencies 48 / 64 / 96 / 128 (benchmark_results436604–436607).Effect on merge
.github/workflows/apply-run-overrides.ymltriggers on any change torun-overrides.tspushed tomasterand runspnpm admin:db:apply-overrides --yes, which transactionally deletes the run's rows (benchmarks, server logs, run stats, evals, changelogs,agentic_trace_replaysidecars, and orphanedavailabilityrows), verifies the DB, then invalidates and warms the production cache. The entry also causesisRunAttemptPurgedto skip the run on any future re-ingest.Whole-run purge (all attempts), consistent with the existing 2026-07-18 accidental-ingest entries (
29654139122,29660737166).Verification
/api/v1/benchmarks?...&exactRun=true&runId=29912027293) that the run produced 4agentic_tracespoints and is the winning/latest run for its line.pnpm lint/pnpm fmt/pnpm typecheckpass (pre-commit hook green).Note
Low Risk
Single run-ID addition to an existing purge list; operational data cleanup with no auth or core logic changes.
Overview
Adds GitHub Actions run 29912027293 to
PURGED_RUNSinrun-overrides.tsbecause it was accidentally ingested during testing (same pattern as the 2026-07-18 accidental-ingest entries).On merge, CI’s
apply-run-overridesflow will delete that run’s production benchmark data andisRunAttemptPurgedwill block any future re-ingest of the run.Reviewed by Cursor Bugbot for commit 9c608e9. Bugbot is set up for automated code reviews on this repo. Configure here.