[test-qa-hourly] test: cover waitlist signup pagination boundary - #427
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
vercel
Bot
temporarily deployed
to
Preview – zap-engine-control-center
September 9, 2026 03:33
Inactive
vercel
Bot
temporarily deployed
to
Preview – zap-engine-control-center
September 9, 2026 03:33
Inactive
vercel
Bot
temporarily deployed
to
Preview – zap-engine-control-center
September 9, 2026 03:33
Inactive
vercel
Bot
temporarily deployed
to
Preview – zap-engine-control-center
September 9, 2026 03:34
Inactive
Collaborator
Author
QA run update — 2026-09-09CI-first run. No new regression test added because the previous head failed CI. Inspection
ActionApplied only the canonical Prettier output required to clear the failing gate:
No behavior, thresholds, workflow, docs, ignore rules, or product implementation changed. Existing pagination regression remains unchanged. Commands / results
Auto-mergeNot enabled yet: updated-head CI must be green first. Next QA targetOnce CI is green, cover the 500-row |
vercel
Bot
temporarily deployed
to
Preview – zap-engine-control-center
September 9, 2026 04:33
Inactive
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.
Intent
Continue continuous QA on the reusable
test-qa/ongoing-coverage-20260909branch with one small regression-focused test around Control Center waitlist attribution pagination.Inspection
b8a6d5be320f5cdcc637f401970242edc4123582passed CI run #2426 (34307650078).mainadvanced tob2e3dec2348e382f750c5d748f9df716283a30f1via the daily track-record snapshot; the QA branch was safely synced with that commit before this run's test change.test-qalabel.apps/control-center/src/server/services/waitlist-growth.tsusesPAGE_SIZE = 500for signups, canonical jobs, andsocial_post_metrics; metric rows are ordered ascending bycaptured_at/idand later rows overwrite earlier rows in the views map..github/workflows/ci.ymlstill runs quick gates (format repo contracts), code-quality (type-check lint deadcode dup), tests (test analytics), E2E, security, and deploy gates.scripts/coverage.sh summary->turbo run test:coverage+scripts/coverage-summary.ts.QA changes
Existing change in this PR:
This run:
waitlist-growth-metrics-pagination.test.tswith 501 collected 24h metric snapshots for one social post.views24h = 999,signupRate = 1 / 999).0..499,500..999, then completion probe from501..1000.No implementation, workflow, docs, ignore, threshold, or agent-instruction changes were made in this run.
Validation / commands and results
waitlist-growth.ts— PASS: metric pagination isPAGE_SIZE = 500, ascendingcaptured_atordering, map overwrite semantics preserve newest snapshot..github/workflows/ci.ymlinspection — PASS: existing gates unchanged.scripts/coverage.shinspection — PASS: coverage aggregation path remains available.git clone --depth 1 --branch test-qa/ongoing-coverage-20260909 https://github.com/zapPilot/zapEngine.git /tmp/zapengine-qa && corepack enable && pnpm --version && pnpm install --frozen-lockfile --prefer-offline— BLOCKED before install because the execution container cannot resolvegithub.com(Could not resolve host: github.com). No local test command could be run from that container.34311458624) — QUEUED. This will execute the repository-authoritative quick gates, typecheck/lint/deadcode/dup, tests, E2E, security, deploy gates, and coverage-related test paths configured by CI.Scope guard
Current PR files:
apps/app/tests/useInvestExecution.contract.test.tsx— prior formatting-only CI fixapps/app/vitest.config.ts— prior formatting-only CI fixapps/control-center/src/server/services/waitlist-growth-batching.test.ts— QA regression testsapps/control-center/src/server/services/waitlist-growth-metrics-pagination.test.ts— this run's QA regression testapps/control-center/vitest.config.ts— prior formatting-only CI fixapps/landing-page/vitest.config.ts— prior formatting-only CI fixpackages/app-core/vitest.config.ts— prior formatting-only CI fixAuto-merge
Not enabled yet. PR is open, non-draft, mergeable, correctly titled/labeled/branched, and scope is QA-safe; blocker is updated-head CI #2428 not yet green.
Next QA target
After this PR is green, inspect concurrent snapshot mutation around metric pagination: page 1/page 2 duplication or disappearance should not silently produce a plausible but stale conversion rate.