Commit 95f5637
Fix executor shutdown race in PII masking tests
Remove simulateInitializationComplete() from PII masking tests that
only verify queue contents. The call triggers processAll() ->
shutdownBackgroundExecutorAsync() which can race with the next test's
executor setup, causing testInitializeInBackground_WithConfig to fail.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7772106 commit 95f5637
1 file changed
Lines changed: 5 additions & 6 deletions
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1079 | 1079 | | |
1080 | 1080 | | |
1081 | 1081 | | |
1082 | | - | |
1083 | | - | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
1084 | 1085 | | |
1085 | 1086 | | |
1086 | 1087 | | |
| |||
1153 | 1154 | | |
1154 | 1155 | | |
1155 | 1156 | | |
1156 | | - | |
1157 | | - | |
| 1157 | + | |
1158 | 1158 | | |
1159 | 1159 | | |
1160 | 1160 | | |
| |||
1207 | 1207 | | |
1208 | 1208 | | |
1209 | 1209 | | |
1210 | | - | |
1211 | | - | |
| 1210 | + | |
1212 | 1211 | | |
1213 | 1212 | | |
1214 | 1213 | | |
| |||
0 commit comments