Skip to content

Speed up local Go test runs - #184

Merged
bigboateng merged 2 commits into
mainfrom
perf/local-test-sharding
Aug 10, 2026
Merged

Speed up local Go test runs#184
bigboateng merged 2 commits into
mainfrom
perf/local-test-sharding

Conversation

@bigboateng

@bigboateng bigboateng commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a CPU-aware local runner that verifies an exact test partition and runs isolated serial workers
  • make the faster runner the documented local default while keeping serial Unix CI unchanged
  • add the required release note

Test Plan

  • python3 -m unittest discover -s .github/tests -p "test_*.py" -v
  • python3 .github/scripts/test_ci_shard.py
  • python3 .github/scripts/run_go_tests.py — 743 tests passed in 80.1s with 10 workers
  • go -C boatstack vet ./...
  • go -C boatstack build ./...
  • release-note validation and git diff --check
  • exact-head serial macOS and Ubuntu CI plus all six Windows shards

@bigboateng
bigboateng merged commit 8973dd8 into main Aug 10, 2026
9 checks passed
@bigboateng
bigboateng deleted the perf/local-test-sharding branch August 10, 2026 18:03
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