Skip to content

fix: resolve test deadlock/timeout + recompile workflows#7337

Merged
lpcox merged 1 commit into
mainfrom
test/gh-aw-pre
Jun 10, 2026
Merged

fix: resolve test deadlock/timeout + recompile workflows#7337
lpcox merged 1 commit into
mainfrom
test/gh-aw-pre

Conversation

@lpcox

@lpcox lpcox commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Changes

Test fixes

  • TestGetOrLaunch_RaceConditionDoubleCheck: Replace localhost:9999 (no listener) with httptest server. Eliminates 600s deadlock caused by 3 transport fallbacks (30s each) under write lock.
  • TestFullDIFCConfigFromJSON: Replace Docker-dependent stdio backend and unreachable localhost:9999 with local HTTP test server. Gateway now starts in ~50ms.

Workflow recompilation

  • Recompiled all .lock.yml workflow files to latest gh-aw version
  • Removed stale .github/agents/agentic-workflows.agent.md

Copilot AI review requested due to automatic review settings June 10, 2026 22:49
@lpcox lpcox merged commit 529a262 into main Jun 10, 2026
33 checks passed
@lpcox lpcox deleted the test/gh-aw-pre branch June 10, 2026 22:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates GitHub Agentic Workflows (gh-aw) workflow sources and regenerated lock workflows, alongside maintenance bumps to pinned GitHub Actions versions, with the stated goal of improving CI reliability (test deadlock/timeout fix) and keeping compiled workflows current.

Changes:

  • Bump actions/checkout usage from v6.0.2 to v6.0.3 across relevant workflow sources and lock manifests.
  • Recompile multiple .lock.yml workflows to gh-aw v0.79.4, bringing in updated runtime behavior (guardrails/usage artifacts/toolcache mounting, etc.).
  • Remove the stale .github/agents/agentic-workflows.agent.md file.
Show a summary per file
File Description
.github/workflows/test-coverage-improver.md Updates checkout action version used by the workflow source.
.github/workflows/smoke-safeoutputs-reviews.lock.yml Regenerated compiled workflow with updated gh-aw version and runtime/guardrail enhancements.
.github/workflows/smoke-safeoutputs-labels.lock.yml Regenerated compiled workflow with updated gh-aw version and runtime/guardrail enhancements.
.github/workflows/smoke-safeoutputs-discussions.lock.yml Regenerated compiled workflow with updated gh-aw version and runtime/guardrail enhancements.
.github/workflows/smoke-otel-tracing.lock.yml Regenerated compiled workflow with updated gh-aw version and runtime/guardrail enhancements.
.github/workflows/release.md Updates checkout action version and bumps QEMU setup action version used by release flow.
.github/aw/actions-lock.json Updates pinned action versions/SHAs used by gh-aw compilation/locking.
.github/agents/agentic-workflows.agent.md Removes a stale agent descriptor file.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 22/37 changed files
  • Comments generated: 0

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.

2 participants