-
Notifications
You must be signed in to change notification settings - Fork 120
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
"Problems encountered while deleting files" due "Thread limit exceeded replacing blocked worker" #1592
Comments
This was referenced Oct 21, 2024
See https://ci.eclipse.org/platform/job/eclipse.platform.ui/job/PR-2433/2/ with multiple test fails caused by this issue... |
iloveeclipse
added a commit
to eclipse-platform/eclipse.platform.ui
that referenced
this issue
Oct 21, 2024
See #2432 and eclipse-platform/eclipse.platform#1592 This change shouldn't affect any test at all, it is not a code change.
iloveeclipse
added a commit
to iloveeclipse/eclipse.platform
that referenced
this issue
Oct 22, 2024
If the tasks scheduled by ForkJoinPool are all busy and new task is added, the pool would throw RejectedExecutionException if the "saturate" Predicate is not specified. To avoid that, supply Predicate that is always true - with that, no exception will be thrown on busy pool and we would not reject new delete operations. Fixes eclipse-platform#1592
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Few test fails on Jenkins because of failing delete resources operation.
This is regression from 6d514be
Test Result (5 failures / +5)
UiTestSuite org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite org.eclipse.ui.tests.dialogs.ResourceSelectionFilteringDialogTest.testMatch
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite.testMultipleFilesWithSharedParentFolders
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite.testMultipleFilesWithNameCollisionAndEditorSplit
UiTestSuite org.eclipse.ui.tests.internal.InternalTestSuite.testMultipleFilesWithSharedParentFoldersButNotAllShareTheSameParentFolders
UiTestSuite org.eclipse.ui.tests.preferences.ViewerItemsLimitTest.testProjectExplorerLimitedProjects
https://ci.eclipse.org/platform/job/eclipse.platform.ui/job/PR-2431/2/testReport/junit/UiTestSuite%20org.eclipse.ui.tests.dialogs.FilteredResourcesSelectionDialogTestSuite%20org.eclipse.ui.tests.dialogs/ResourceSelectionFilteringDialogTest/testMatch/
@jukzi : please check.
The text was updated successfully, but these errors were encountered: