Perf and stability improve for lib/srv/regular - #64877
Merged
Merged
Conversation
zmb3
reviewed
Mar 20, 2026
rosstimothy
reviewed
Mar 20, 2026
Joerger
reviewed
Apr 2, 2026
russjones
force-pushed
the
rjones/improve-tests-1
branch
2 times, most recently
from
April 3, 2026 02:39
f074e4c to
74a64bf
Compare
rosstimothy
reviewed
Apr 10, 2026
russjones
force-pushed
the
rjones/improve-tests-1
branch
2 times, most recently
from
May 29, 2026 21:17
5b2972e to
03a3183
Compare
Contributor
E2E Test Results+ 48 passed
! 1 flaky
# 7 skipped
# 2m 57sFlaky
|
rosstimothy
reviewed
Jun 1, 2026
Joerger
reviewed
Jun 25, 2026
Joerger
reviewed
Jun 25, 2026
russjones
force-pushed
the
rjones/improve-tests-1
branch
from
July 30, 2026 00:24
981f54a to
efb731a
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f261697c21
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Contributor
Author
|
@rosstimothy @Joerger Applied all requested changes, do you guys mind doing another pass? |
Joerger
approved these changes
Aug 5, 2026
rosstimothy
approved these changes
Aug 5, 2026
public-teleport-github-review-bot
Bot
removed the request for review
from jimbishopp
August 5, 2026 22:58
russjones
force-pushed
the
rjones/improve-tests-1
branch
from
August 6, 2026 00:11
3607a11 to
b47e9c0
Compare
russjones
enabled auto-merge
August 6, 2026 00:11
russjones
disabled auto-merge
August 8, 2026 00:34
Parallelized and increased frequency of checks for many tests. Stabilized the following tests. * TestAllowedLabels * TestDirectTCPIP * TestLockInForce * TestTCPIPForward * TestAgentForward * TestX11Forward Original flaky behavior for the above tests can be reproduced using [stress](https://pkg.go.dev/golang.org/x/tools/cmd/stress) with the following command: ``` go test -o flaky.test ./... && \ stress -p 30 -failfast ./flaky.test -test.run="TestName" ``` The following tests still show up when running the full test suite for `lib/srv/regular` under `stress`. * TestMultipleExecCommands * TestSessionAuditLog
russjones
force-pushed
the
rjones/improve-tests-1
branch
from
August 8, 2026 00:41
f56a1d5 to
ebdb9ca
Compare
russjones
enabled auto-merge
August 8, 2026 00:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Parallelized and increased frequency of checks for many tests.
Stabilized the following tests.
Original flaky behavior for the above tests can be reproduced using stress with the following command:
The following tests still show up when running the full test suite for
lib/srv/regularunderstress.