Commit 8895728
Do not confuse background job failure with a planned stop #2323
Fixes #2323
The background payload has to be cancelled at the end of stress test.
This was achieved with `Job.cancel()` method. The cancellation status
from `subject.delete()` and `createInWorkspace()` was occasionally
propagated to the verification stage of the test and resulted in false
positive.1 parent 48beaac commit 8895728
File tree
1 file changed
+3
-0
lines changed- resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
| |||
0 commit comments