Skip to content

test: verify finite Docker telemetry collection - #247

Open
Joncallim wants to merge 6 commits into
codex/70-stats-one-shot-finitefrom
codex/70-telemetry-live-integration
Open

test: verify finite Docker telemetry collection#247
Joncallim wants to merge 6 commits into
codex/70-stats-one-shot-finitefrom
codex/70-telemetry-live-integration

Conversation

@Joncallim

Copy link
Copy Markdown
Owner

Summary

Evidence

  • npm run typecheck passed.
  • Default focused telemetry spec skipped without both exact opt-ins.
  • DOCKERMAP_E2E_LIVE_DOCKER=1 DOCKERMAP_E2E_UNFILTERED_TELEMETRY=1 npx playwright test --config tests/e2e/playwright.config.ts resource-telemetry-live-docker.spec.ts passed. The owned fixture was cleaned up.
  • npm run test:live-docker was attempted but remains red in the existing GUI live test at tests/e2e/dockermap.spec.ts:521 (Service Detail did not render after navigation). This PR does not claim that full suite is green.

No merge or issue closure requested.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-02T18:01:17.741566Z 048e9d5 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 048e9d563a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 130 to +132
expect(/^docker_container_[0-9a-f]{64}$/.test(sample.containerId)).toBe(true);
expect(sampleIds.has(sample.containerId)).toBe(false);
sampleIds.add(sample.containerId);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore the current-model membership check

If telemetry regresses by retaining a stale or otherwise unrelated opaque container ID, these assertions still pass because they verify only ID syntax and uniqueness; currentModelRevision is likewise checked only for shape. The deleted /api/runtime/map comparison was the only live assertion that samples belong to the current model, which is part of the evidence required by docs/release/RELEASE_CHECKLIST.md:80-83. Restore a coherence check by polling telemetry and the runtime map until their model revisions match, then verify every sample ID exists in that map.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant