Skip to content
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

Migrate test suites in org.eclipse.core.tests.runtime to JUnit 5 #903 #1335

Merged

Conversation

HeikoKlare
Copy link
Contributor

Prepares the migration of the org.eclipse.core.tests.runtime project by migrating the test suites to JUnit 5.

Contributes to #903

Preparation for #1086.

…pse-platform#903

Prepares the migration of the org.eclipse.core.tests.runtime project by
migrating the test suites to JUnit 5.

Contributes to
eclipse-platform#903
@HeikoKlare HeikoKlare force-pushed the runtime-tests-junit5-suites branch from d2d829f to d4676bd Compare May 3, 2024 09:29
Copy link
Contributor

github-actions bot commented May 3, 2024

Test Results

 1 419 files  +126   1 419 suites  +126   1h 23m 33s ⏱️ + 9m 37s
 3 949 tests ±  0   3 927 ✅ ±  0   22 💤 ±0  0 ❌ ±0 
12 453 runs  ±  0  12 292 ✅ ±  0  161 💤 ±0  0 ❌ ±0 

Results for commit d4676bd. ± Comparison against base commit 264a616.

This pull request removes 341 and adds 341 tests. Note that renamed tests count towards both.
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ _testRemoveDeletesFile
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ testAbsolutePath
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ testAccept
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ testBoolean
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ testBytes
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ testChildrenNames
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ testClear
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ testDouble
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ testEncodePath
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ testFileFormat
…
AutomatedRuntimeTests AllInternalRuntimeTests LogSerializationTest ‑ testDeepMultiStatus
AutomatedRuntimeTests AllInternalRuntimeTests LogSerializationTest ‑ testMultiMultiStatusSerialize
AutomatedRuntimeTests AllInternalRuntimeTests LogSerializationTest ‑ testMultiSerialize
AutomatedRuntimeTests AllInternalRuntimeTests LogSerializationTest ‑ testMultiStatus
AutomatedRuntimeTests AllInternalRuntimeTests LogSerializationTest ‑ testSimpleSerialize
AutomatedRuntimeTests AllInternalRuntimeTests PlatformURLLocalTest ‑ testBug155081
AutomatedRuntimeTests AllInternalRuntimeTests PlatformURLLocalTest ‑ testBug300197_01
AutomatedRuntimeTests AllInternalRuntimeTests PlatformURLLocalTest ‑ testBug300197_02
AutomatedRuntimeTests AllInternalRuntimeTests PlatformURLLocalTest ‑ testPlatformURLConfigResolution
AutomatedRuntimeTests AllInternalRuntimeTests PlatformURLLocalTest ‑ testPlatformURLMetaResolution
…
This pull request removes 4 skipped tests and adds 4 skipped tests. Note that renamed tests count towards both.
org.eclipse.core.tests.internal.preferences.EclipsePreferencesTest ‑ _testRemoveDeletesFile
org.eclipse.core.tests.internal.preferences.PreferencesServiceTest ‑ testApplyWithTransfers
org.eclipse.core.tests.runtime.jobs.BeginEndRuleTest ‑ testEndNullRule
org.eclipse.core.tests.runtime.jobs.JobTest ‑ testDone
AutomatedRuntimeTests AllJobTests BeginEndRuleTest ‑ testEndNullRule
AutomatedRuntimeTests AllJobTests JobTest ‑ testDone
AutomatedRuntimeTests AllPreferenceTests EclipsePreferencesTest ‑ _testRemoveDeletesFile
AutomatedRuntimeTests AllPreferenceTests PreferencesServiceTest ‑ testApplyWithTransfers

@HeikoKlare HeikoKlare marked this pull request as ready for review May 3, 2024 10:15
@HeikoKlare
Copy link
Contributor Author

Migrated test suites execute exactly same tests as before:

This pull request removes 341 and adds 341 tests. Note that renamed tests count towards both.
This pull request removes 4 skipped tests and adds 4 skipped tests. Note that renamed tests count towards both.

@HeikoKlare HeikoKlare merged commit 74bd1ca into eclipse-platform:master May 3, 2024
16 checks passed
@HeikoKlare HeikoKlare deleted the runtime-tests-junit5-suites branch May 3, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant