Conversation
|
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
8e1ab94 to
2cd717e
Compare
2cd717e to
9b7909c
Compare
zmb3
left a comment
There was a problem hiding this comment.
Why exactly do we need this? It looks like we now have 3 or 4 levels of nested subtests which seems a bit much.
|
@zmb3 Without this refactor, the flaky test detector is timing out on my PRs trying to run all test subcases of As for the deeper sub cases, I could remove a couple layers if we think it's too confusing and not worth the shared code. |
Got it - that's the piece I was missing. Thanks for clarifying. |
|
/excludeflake * |
Refactor admin action tctl tests to use testify/suite for shared setup/teardown.
This should unblock my open PRs (ex: #35464) where the flaky test detector is timing out trying to diff all test cases.