Skip to content

Add family for the quick diff initialize job#4173

Merged
trancexpress merged 1 commit into
eclipse-platform:masterfrom
trancexpress:gh4172
Jul 9, 2026
Merged

Add family for the quick diff initialize job#4173
trancexpress merged 1 commit into
eclipse-platform:masterfrom
trancexpress:gh4172

Conversation

@trancexpress

@trancexpress trancexpress commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

The quick diff initialization job currently has no family, making it difficult to wait on it during tests.
During JDT UI SaveParticipantTest we observe the job running in parallel to the test, potentially running into errors due to file operations done in the test.

This change adds a family that tests can use to wait on the job.

Fixes: #4172

See also: eclipse-jdt/eclipse.jdt.ui#79

The quick diff initialization job currently has no family,
making it difficult to wait on it during tests.
During JDT UI SaveParticipantTest we observe the job running
in parallel to the test, potentially running into errors
due to file operations done in the test.

This change adds a family that tests can use to wait on the job.

Fixes: eclipse-platform#4172

See also: eclipse-jdt/eclipse.jdt.ui#79
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Test Results

   855 files  ±0     855 suites  ±0   56m 20s ⏱️ + 4m 11s
 8 109 tests ±0   7 866 ✅ ±0  243 💤 ±0  0 ❌ ±0 
20 229 runs  ±0  19 575 ✅ ±0  654 💤 ±0  0 ❌ ±0 

Results for commit 9254892. ± Comparison against base commit 0e1835a.

@trancexpress trancexpress merged commit 51815e5 into eclipse-platform:master Jul 9, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add family for the quick diff initialize job

1 participant