Execution of workbench closing / session tests #1143
Unanswered
HeikoKlare
asked this question in
Q&A
Replies: 1 comment 1 reply
-
See a5dc9ce / https://bugs.eclipse.org/bugs/show_bug.cgi?id=398869. The tests were disabled during transition to e4 (because lot of things were broken I guess), and like with many other bad things happened during this transition, they were not enabled anymore. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When adding a test for #1086 that needs to close the workbench, I found two kinds of tests that close/restart a new workbench, which are those executed as
SessionTest
in theorg.eclipse.ui.tests
bundle or those executed as ordinary tests with each starting its own workbench in theorg.eclipse.ui.tests.rcp
bundle. Now all these tests do not seem to be executed in any CI environment (neither GitHub actions nor in Jenkins builds).The session tests are disabled in Maven build used for GH actions due to only executing one test suite that does not include them
eclipse.platform.ui/tests/org.eclipse.ui.tests/build.properties
Line 32 in 9739280
eclipse.platform.ui/tests/org.eclipse.ui.tests/test.xml
Lines 69 to 74 in 9739280
The RCP tests are disabled in Maven build used for GH actions due to tests being skipped completely
eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/build.properties
Line 30 in 9739280
Does anyone know whether...
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions