-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random failure of SmartImportTests.testConfigurationIgnoreNestedProjects #1427
Labels
Comments
fedejeanne
added
bug
Something isn't working
help wanted
Extra attention is needed
test
junit test related things
and removed
bug
Something isn't working
labels
Dec 18, 2023
fedejeanne
added a commit
to fedejeanne/eclipse.platform.ui
that referenced
this issue
Apr 10, 2024
Remove calls to waitForJobs(...) in SmartImportTests and join the SmartImportJob instead. Fixes: eclipse-platform#1427 Fixes: eclipse-platform#1807
fedejeanne
added a commit
to fedejeanne/eclipse.platform
that referenced
this issue
Apr 11, 2024
This should help debugging cases were some jobs are not finished because they are waiting for other (more important) jobs to finish. Contributes to eclipse-platform/eclipse.platform.ui#1427 Contributes to eclipse-platform/eclipse.platform.ui#1807
fedejeanne
added a commit
to fedejeanne/eclipse.platform.ui
that referenced
this issue
Apr 11, 2024
- Rename "getImportJob" to "createOrGetConfiguredImportJob" to better express its behavior and also change its JavaDoc. - Add a new method "getCurrentImportJob" that merely retrieves the current job (without creating/configuring anything). - Extract private method in SmartImportTests - Remove calls to waitForJobs(...) in SmartImportTests and join the SmartImportJob instead. Fixes: eclipse-platform#1427 Fixes: eclipse-platform#1807
fedejeanne
added a commit
to fedejeanne/eclipse.platform.ui
that referenced
this issue
Apr 12, 2024
- Rename "getImportJob" to "createOrGetConfiguredImportJob" to better express its behavior and also change its JavaDoc. - Add a new method "getCurrentImportJob" that merely retrieves the current job (without creating/configuring anything). - Extract private method in SmartImportTests - Remove calls to waitForJobs(...) in SmartImportTests and join the SmartImportJob instead. Fixes: eclipse-platform#1427 Fixes: eclipse-platform#1807
fedejeanne
added a commit
to fedejeanne/eclipse.platform.ui
that referenced
this issue
Apr 12, 2024
- Rename "getImportJob" to "createOrGetConfiguredImportJob" to better express its behavior and also change its JavaDoc. - Add a new method "getCurrentImportJob" that merely retrieves the current job (without creating/configuring anything). - Extract private method in SmartImportTests - Remove calls to waitForJobs(...) in SmartImportTests and join the SmartImportJob instead. Fixes: eclipse-platform#1427 Fixes: eclipse-platform#1807
fedejeanne
added a commit
that referenced
this issue
Apr 12, 2024
- Rename "getImportJob" to "createOrGetConfiguredImportJob" to better express its behavior and also change its JavaDoc. - Add a new method "getCurrentImportJob" that merely retrieves the current job (without creating/configuring anything). - Extract private method in SmartImportTests - Remove calls to waitForJobs(...) in SmartImportTests and join the SmartImportJob instead. Fixes: #1427 Fixes: #1807
fedejeanne
added a commit
to eclipse-platform/eclipse.platform
that referenced
this issue
Apr 18, 2024
This should help debugging cases were some jobs are not finished because they are waiting for other (more important) jobs to finish. Contributes to eclipse-platform/eclipse.platform.ui#1427 Contributes to eclipse-platform/eclipse.platform.ui#1807
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Failed on this build of #1404
The text was updated successfully, but these errors were encountered: