-
Notifications
You must be signed in to change notification settings - Fork 115
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
3 PlatformURLSessionTest fails since I20240920-1800 on all platforms #1564
Comments
Since the configuration session tests do actually not need the |
I can confirm this will fix PlatformURLSessionTest and 100 osgi test fails. However, there are dependencies in various tests across SDK to What I see in my workspace are these:
Should be doable to fix the dependencies by adding |
@akurtakov : could you please look at that tomorrow, I have to finish my work day now? |
Needed for content moved from o.e.test.performance in eclipse-platform/eclipse.platform.releng.aggregator@6e6a136 . Work towards fixing eclipse-platform/eclipse.platform#1564
Needed for content moved from o.e.test.performance in eclipse-platform/eclipse.platform.releng.aggregator@6e6a136 . Work towards fixing eclipse-platform/eclipse.platform#1564
After pulling in these changes I have these errors:
Working with @jarthana to figure out how to unblock myself. |
org.eclipse.test project should be imported into workspace. |
PlatformURLSessionTest completed normally in https://download.eclipse.org/eclipse/downloads/drops4/I20240923-1800/testResults.php thus closing. |
That addresses those 3 errors, but I have a few more new ones now:
Is there a list of projects that are needed from platform.releng.aggregator somewhere ? Sorry a bit clueless (a lot clueless actually :) ) |
I generally download the eclipse-test-framework-*.zip and install the plug-ins from there. Interestingly, I am not finding the framework on the downloads page at all for 4.34 builds. Should I raise a bug or this is intentional? |
I was able to close the |
Simply close org.eclipse.platform.doc.tips project, you don't need it. |
Cool, done, works :) |
Install org.eclipse.test feature via p2 from the I-build update site. It is intentionally removed via eclipse-platform/eclipse.platform.releng.aggregator#2337 as a continuation of eclipse-platform/eclipse.platform.releng.aggregator#2332 (which didn't go smooth either due to too convoluted build system). |
Alright, thanks gentlemen for your help. |
I find it is always valuable to have a workspace with everything in it: |
@mpalat - Please look at this thread for the problems you are facing. |
Thanks @HeikoKlare for great hint & @akurtakov for the PR's! |
And thanks everyone for the effective and respectful teamwork! 🥇 |
Thanks everyone - saved a lot of time! |
See https://download.eclipse.org/eclipse/downloads/drops4/I20240920-1800/testresults/html/org.eclipse.core.tests.runtime_ep434I-unit-cen64-gtk3-java17_linux.gtk.x86_64_17.html
Most likely side effect of eclipse-platform/eclipse.platform.releng.aggregator#2369.
Also we have ~100 osgi test errors, see https://download.eclipse.org/eclipse/downloads/drops4/I20240923-0040/testresults/html/org.eclipse.osgi.tests_ep434I-unit-cen64-gtk3-java17_linux.gtk.x86_64_17.html
Common thing seem to be that tests rely on SessionTestExtension / SessionTestSuite /
"org.eclipse.pde.junit.runtime.coretestapplication"
.The text was updated successfully, but these errors were encountered: