Commit 483889b
Fix file settings service test on windows (elastic#115234)
Fix unit test on windows: it looks like the replace-existing flag is
necessary to avoid AccessDeniedExceptions like this [example
failure](https://gradle-enterprise.elastic.co/s/4tjgx5vzblv36/tests/task/:server:test/details/org.elasticsearch.reservedstate.service.FileSettingsServiceTests/testProcessFileChanges?top-execution=1).
Resolves: elastic#1152801 parent 7a86665 commit 483889b
File tree
1 file changed
+8
-2
lines changed- server/src/test/java/org/elasticsearch/reservedstate/service
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
359 | 365 | | |
360 | 366 | | |
0 commit comments