Commit 80b1f0a
Improve barrier synchronization in ParallelBuildChainTest with shared timeout
Refactors the job synchronization logic to use a shared timeout when waiting
for all jobs to reach running state, rather than waiting sequentially for each
barrier. Adds a non-blocking getStatus() method to TestBarrier2 to support
this more efficient synchronization approach.
Fixes #825
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent ea3b74f commit 80b1f0a
File tree
2 files changed
+10
-3
lines changed- resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders
- runtime/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/harness
2 files changed
+10
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
451 | | - | |
452 | | - | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
186 | 193 | | |
187 | 194 | | |
188 | 195 | | |
| |||
0 commit comments