Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to stabilize TestIncludesExcludes (#22514)
- Setup files/environment before running the test - reduce chance of races, especially with very slow/overloaded CI workers - fix t.Fatal being called from spawned go-routine (big NO NO) - collect all found paths into a dictionary and assert wanted vs. found paths after - now checks for expected files that have not been found (semantic change) - assert will now print a 'diff' with missing/unknown paths on error
- Loading branch information