Skip to content

Stabilize process cancellation tests - #12

Merged
mattfaltyn merged 1 commit into
mainfrom
codex/v2.0.3-ci-flake
Jul 27, 2026
Merged

Stabilize process cancellation tests#12
mattfaltyn merged 1 commit into
mainfrom
codex/v2.0.3-ci-flake

Conversation

@mattfaltyn

Copy link
Copy Markdown
Member

Summary

  • wait for PID marker files to contain a parseable PID instead of treating file creation as complete synchronization
  • apply the same synchronization to real-signal and fake-Git cancellation tests

Why

Protected-main dogfood run 30293089977 exposed a race where shell redirection created an empty marker momentarily. Product behavior passed; the test parsed the file before the shell wrote the PID.

Validation

  • go test -race -count=10 ./internal/app ./internal/repo ./internal/process
  • go test -race ./...
  • go vet ./...
  • go build -trimpath ./cmd/intentci
  • go run ./cmd/intentci --all

@cursor

cursor Bot commented Jul 27, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@mattfaltyn
mattfaltyn merged commit aaf8945 into main Jul 27, 2026
1 check passed
@mattfaltyn
mattfaltyn deleted the codex/v2.0.3-ci-flake branch July 27, 2026 18:21
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