Skip to content

chore: Remove go test serialization from CI#1546

Merged
bflad merged 6 commits into
mainfrom
bflad/remove-ci-serialization
Jan 20, 2026
Merged

chore: Remove go test serialization from CI#1546
bflad merged 6 commits into
mainfrom
bflad/remove-ci-serialization

Conversation

@bflad

@bflad bflad commented Aug 6, 2025

Copy link
Copy Markdown
Member

Trying to reduce CI runtime. If there happens to be testing that requires serialization, can sort out local to those tests.

bflad added 3 commits January 20, 2026 10:01
Trying to reduce CI runtime. If there happens to be testing that requires serialization, can sort out local to those tests.
@bflad
bflad force-pushed the bflad/remove-ci-serialization branch from bb1c47e to b0aa318 Compare January 20, 2026 15:08
bflad and others added 3 commits January 20, 2026 10:19
The test was flaky because it used the same source name "test-source"
as other parallel tests (TestStability, TestRegistryFlow, etc.). When
running concurrently, tests would race to publish specs to the same
registry namespace, causing one test to read another's revision.

Use unique "frozen-lock-source" name to avoid conflicts.
@bflad
bflad merged commit ff059a2 into main Jan 20, 2026
3 of 4 checks passed
@bflad
bflad deleted the bflad/remove-ci-serialization branch January 20, 2026 16:55
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