Skip to content

Fix TargetDefinitionResolutionTests#1839

Merged
akurtakov merged 1 commit intoeclipse-pde:masterfrom
akurtakov:master
Jun 27, 2025
Merged

Fix TargetDefinitionResolutionTests#1839
akurtakov merged 1 commit intoeclipse-pde:masterfrom
akurtakov:master

Conversation

@akurtakov
Copy link
Copy Markdown
Member

Test is supposed to verify that the corresponding source bundles are there and this should be independent of whether it's coming from source feature or not.
Test has been extended to actually check that there are source bundles for every bundle in the feature as it was only checking that there are target bundles for all source bundles but if a source bundle was missing that could have easily be missed.
Side effect assertion about non-source bundle in source feature is being dropped as source features are on their way out.
Fixes #1838 .

Test is supposed to verify that the corresponding source bundles are
there and this should be independent of whether it's coming from source
feature or not.
Test has been extended to actually check that there are source bundles
for every bundle in the feature as it was only checking that there are
target bundles for all source bundles but if a source bundle was missing
that could have easily be missed.
Side effect assertion about non-source bundle in source feature is being
dropped as source features are on their way out.
Fixes eclipse-pde#1838 .
@merks
Copy link
Copy Markdown
Contributor

merks commented Jun 27, 2025

Yes I recall this test being a pending problem.

@github-actions
Copy link
Copy Markdown

Test Results

   765 files  ±0     765 suites  ±0   1h 1m 3s ⏱️ + 2m 28s
 3 611 tests ±0   3 535 ✅ ±0   76 💤 ±0  0 ❌ ±0 
10 833 runs  ±0  10 602 ✅ ±0  231 💤 ±0  0 ❌ ±0 

Results for commit d892333. ± Comparison against base commit 6fe40d8.

@akurtakov akurtakov merged commit ff2fa83 into eclipse-pde:master Jun 27, 2025
19 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.

TargetDefinitionResolutionTests.testSourceBundleRecognition fails since I20250627-0350

2 participants