Skip to content

Conversation

@tangrufus
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings October 26, 2025 12:40
@tangrufus tangrufus added the test label Oct 26, 2025
Copy link

Copilot AI left a comment

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 adds test shuffling to Go test execution commands to help detect test dependencies and ordering issues. Test shuffling randomizes the order in which tests run, which can expose hidden dependencies between tests that may cause flaky behavior.

Key Changes:

  • Added -shuffle=on flag to all go test commands

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Makefile Added -shuffle=on flag to the test target's go test command
.github/workflows/test.yml Added -shuffle=on flag to the workflow's go test command

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

@tangrufus tangrufus enabled auto-merge (squash) October 26, 2025 12:41
@tangrufus tangrufus merged commit 9e86653 into main Oct 26, 2025
27 checks passed
@tangrufus tangrufus deleted the go-test-shuffle branch October 26, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants