Commit 8a270c0
committed
Fixes a potential race condition with logging
This fixes a potential race condition where a test runs a thread in
the executor that does some logging. Without waiting for threads to
finish, another test can be run while that background thread is still
executing. This can cause flaky issues with tests that only think
that their test code is executing.1 parent 650603d commit 8a270c0
1 file changed
Lines changed: 6 additions & 1 deletion
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
196 | 201 | | |
197 | 202 | | |
198 | 203 | | |
| |||
0 commit comments