Skip to content

Conversation

rosstimothy
Copy link
Contributor

Closes #57144.

This is a buddy PR of #60203. The test was rewritten to be a standard Go test instead of relying on testify/suite. The suite only had a single test and is was determined in a discussion in 60203 that the flake stemmed from suite harness keeping the Auth server alive beyond the subtest of the suite. Now, all cleanup operations happen prior to the test exiting, which prevents writing to temporary test directories beyond the test execution.

@rosstimothy rosstimothy added no-changelog Indicates that a PR does not require a changelog entry backport/branch/v16 backport/branch/v17 backport/branch/v18 labels Oct 17, 2025
@rosstimothy rosstimothy marked this pull request as ready for review October 17, 2025 15:43
@rosstimothy rosstimothy requested a review from hugoShaka October 17, 2025 15:43
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from bernardjkim October 17, 2025 16:04
@rosstimothy rosstimothy added this pull request to the merge queue Oct 17, 2025
Merged via the queue into master with commit fd00866 Oct 17, 2025
50 checks passed
@rosstimothy rosstimothy deleted the tross/pr-buddy-60203 branch October 17, 2025 16:27
@backport-bot-workflows
Copy link
Contributor

@rosstimothy See the table below for backport results.

Branch Result
branch/v16 Failed
branch/v17 Create PR
branch/v18 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TestEventHandler flakiness

4 participants