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.resources to JUnit 5 #903 #1334

Merged

Conversation

HeikoKlare
Copy link
Contributor

@HeikoKlare HeikoKlare commented May 3, 2024

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

Contributes to #903

Also serves as a preparation for #1086.

…ipse-platform#903

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

Contributes to
eclipse-platform#903
@HeikoKlare HeikoKlare changed the title Migrate test suite in org.eclipse.core.tests.resources to JUnit 5 #903 Migrate test suites in org.eclipse.core.tests.resources to JUnit 5 #903 May 3, 2024
Copy link
Contributor

github-actions bot commented May 3, 2024

Test Results

 1 293 files  +654   1 293 suites  +654   1h 13m 38s ⏱️ + 34m 58s
 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 9d98945. ± Comparison against base commit 26d7036.

This pull request removes 1340 and adds 1340 tests. Note that renamed tests count towards both.
org.eclipse.core.tests.filesystem.CreateDirectoryTest ‑ testParentDeviceNotExistsInLocalFile
org.eclipse.core.tests.filesystem.CreateDirectoryTest ‑ testParentExistsDeep
org.eclipse.core.tests.filesystem.CreateDirectoryTest ‑ testParentExistsShallow
org.eclipse.core.tests.filesystem.CreateDirectoryTest ‑ testParentFileDeep
org.eclipse.core.tests.filesystem.CreateDirectoryTest ‑ testParentFileShallow
org.eclipse.core.tests.filesystem.CreateDirectoryTest ‑ testParentNotExistsDeep
org.eclipse.core.tests.filesystem.CreateDirectoryTest ‑ testParentNotExistsShallow
org.eclipse.core.tests.filesystem.CreateDirectoryTest ‑ testParentNotExistsShallowInLocalFile
org.eclipse.core.tests.filesystem.CreateDirectoryTest ‑ testTargetIsFileInLocalFile
org.eclipse.core.tests.filesystem.DeleteTest ‑ testDeleteDirectory
…
AutomatedResourceTests AllAliasTests BasicAliasTest ‑ testBug156082
AutomatedResourceTests AllAliasTests BasicAliasTest ‑ testBug198571
AutomatedResourceTests AllAliasTests BasicAliasTest ‑ testBug256837
AutomatedResourceTests AllAliasTests BasicAliasTest ‑ testBug258987
AutomatedResourceTests AllAliasTests BasicAliasTest ‑ testBug32785
AutomatedResourceTests AllAliasTests BasicAliasTest ‑ testCloseOpenProject
AutomatedResourceTests AllAliasTests BasicAliasTest ‑ testCompareUriAuthorityDistinct
AutomatedResourceTests AllAliasTests BasicAliasTest ‑ testCompareUriCase
AutomatedResourceTests AllAliasTests BasicAliasTest ‑ testCompareUriFragment
AutomatedResourceTests AllAliasTests BasicAliasTest ‑ testCompareUriOctets
…
This pull request removes 15 skipped tests and adds 15 skipped tests. Note that renamed tests count towards both.
org.eclipse.core.tests.internal.builders.BuilderCycleTest ‑ testNeedRebuild
org.eclipse.core.tests.resources.CharsetTest ‑ testBug67606
org.eclipse.core.tests.resources.CharsetTest ‑ testCopyFileCopiesCharset
org.eclipse.core.tests.resources.LinkedResourceSyncMoveAndCopyTest ‑ testCopyFolderWithLinksToNonExistingLocations_withShallow
org.eclipse.core.tests.resources.ResourceAttributeTest ‑ testRefreshExecutableOnFolder
org.eclipse.core.tests.resources.refresh.RefreshJobTest ‑ testBigRecursionDeepRefresh
org.eclipse.core.tests.resources.refresh.RefreshJobTest ‑ testSmallRecursionRefresh
org.eclipse.core.tests.resources.refresh.RefreshJobTest ‑ testUnrelatedRule
org.eclipse.core.tests.resources.regression.Bug_032076 ‑ testFileBugOnLinux
org.eclipse.core.tests.resources.regression.Bug_032076 ‑ testFolderBugOnLinux
…
AutomatedResourceTests AllBuilderTests BuilderCycleTest ‑ testNeedRebuild
AutomatedResourceTests AllRefreshTests RefreshJobTest ‑ testBigRecursionDeepRefresh
AutomatedResourceTests AllRefreshTests RefreshJobTest ‑ testSmallRecursionRefresh
AutomatedResourceTests AllRefreshTests RefreshJobTest ‑ testUnrelatedRule
AutomatedResourceTests AllRegressionTests Bug_032076 ‑ testFileBugOnLinux
AutomatedResourceTests AllRegressionTests Bug_032076 ‑ testFolderBugOnLinux
AutomatedResourceTests AllRegressionTests Bug_032076 ‑ testProjectBugOnLinux
AutomatedResourceTests AllRegressionTests Bug_079398 ‑ testBug79398
AutomatedResourceTests AllRegressionTests Bug_380386 ‑ testBug
AutomatedResourceTests AllRegressionTests IFileTest ‑ testBug25658
…

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

Migrated test suites execute exactly same tests as before:

This pull request removes 1340 and adds 1340 tests. Note that renamed tests count towards both.
This pull request removes 15 skipped tests and adds 15 skipped tests. Note that renamed tests count towards both.

@HeikoKlare HeikoKlare merged commit 264a616 into eclipse-platform:master May 3, 2024
16 checks passed
@HeikoKlare HeikoKlare deleted the resource-tests-junit5-suite branch May 3, 2024 09:06
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