Bug 410569 - Remove 'org.eclipse.releng.tools' from the list of not loaded plug-ins
Summary: Remove 'org.eclipse.releng.tools' from the list of not loaded plug-ins
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.3.1   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2013-06-12 05:10 EDT by Dani Megert CLA
Modified: 2013-08-05 10:14 EDT (History)
3 users (show)

See Also:
markus.kell.r: review+


Attachments
Fix (558 bytes, patch)
2013-06-12 05:11 EDT, Dani Megert CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2013-06-12 05:10:55 EDT
4.3 RC4.
Comment 1 Dani Megert CLA 2013-06-12 05:11:50 EDT
Created attachment 232272 [details]
Fix
Comment 3 Markus Keller CLA 2013-07-30 14:35:26 EDT
Cherry-picked to R4_3_maintenance: http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=bd795f54464e4a706b682152caf7cf38bc9d4781


When running PluginsNotLoadedTest locally,
- org.eclipse.jsch.core
is sometimes reported as loaded. The reason is a race condition with org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator, which loads that bundle in a background thread.

org.eclipse.jdt.text.tests.JdtTextTestSuite#suite() already adds that bundle as loaded, so this is never a problem when running tests at eclipse.org.
Comment 4 Dani Megert CLA 2013-08-02 07:51:40 EDT
The bundle version also needed to be adjusted.
Fixed with http://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/commit/?id=90928fd72108fbe903e8e236108a88a1b748c694
Comment 5 Martin Mathew CLA 2013-08-05 10:14:26 EDT
Verified in 4.4 using Build id: I20130804-2300 and in 4.3.1 using Build id: M20130731-0800. PluginsNotLoadedTest pass when 'org.eclipse.releng.tools' is imported in the workspace.