Skip to content

Conversation

@vogella
Copy link
Contributor

@vogella vogella commented Oct 2, 2025

  • Convert @RunWith(Suite.class) to @suite
  • Convert @Suite.SuiteClasses to @SelectClasses
  • Update imports from org.junit.runners to org.junit.platform.suite.api
  • Add org.junit.jupiter.api and org.junit.platform.suite.api to Import-Package

@github-actions
Copy link
Contributor

github-actions bot commented Oct 2, 2025

Test Results

 3 015 files  +3   3 015 suites  +3   2h 31m 35s ⏱️ + 8m 53s
 8 215 tests ±0   7 966 ✅ ±0  249 💤 ±0  0 ❌ ±0 
23 565 runs  ±0  22 771 ✅ ±0  794 💤 ±0  0 ❌ ±0 

Results for commit f4423c9. ± Comparison against base commit 3739f70.

This pull request removes 15 and adds 15 tests. Note that renamed tests count towards both.
org.eclipse.ui.internal.monitoring.DefaultLoggerTests ‑ testLogEvent
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testConsecutiveSleeps
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testDoublyNestedEventLogging
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testEventLogging
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testNestedEventLogging
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testNoLoggingForSleep
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testPublishNoDeadlocksWhenSleeping
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testPublishPossibleDeadlock
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testSeeLongEventInContinuationAfterNestedCall
org.eclipse.ui.internal.monitoring.EventLoopMonitorThreadTests ‑ testSeeLongEventInTheMiddleOfNestedCalls
…
MonitoringTestSuite DefaultLoggerTests ‑ testLogEvent
MonitoringTestSuite EventLoopMonitorThreadTests ‑ testConsecutiveSleeps
MonitoringTestSuite EventLoopMonitorThreadTests ‑ testDoublyNestedEventLogging
MonitoringTestSuite EventLoopMonitorThreadTests ‑ testEventLogging
MonitoringTestSuite EventLoopMonitorThreadTests ‑ testNestedEventLogging
MonitoringTestSuite EventLoopMonitorThreadTests ‑ testNoLoggingForSleep
MonitoringTestSuite EventLoopMonitorThreadTests ‑ testPublishNoDeadlocksWhenSleeping
MonitoringTestSuite EventLoopMonitorThreadTests ‑ testPublishPossibleDeadlock
MonitoringTestSuite EventLoopMonitorThreadTests ‑ testSeeLongEventInContinuationAfterNestedCall
MonitoringTestSuite EventLoopMonitorThreadTests ‑ testSeeLongEventInTheMiddleOfNestedCalls
…

♻️ This comment has been updated with latest results.

- Convert @RunWith(Suite.class) to @suite
- Convert @Suite.SuiteClasses to @SelectClasses
- Update imports from org.junit.runners to org.junit.platform.suite.api
- Add org.junit.jupiter.api and org.junit.platform.suite.api to Import-Package
@akurtakov akurtakov force-pushed the junit5-ui-monitoring-tests branch from e559cee to f4423c9 Compare October 3, 2025 09:23
@akurtakov akurtakov merged commit 8bdcda4 into eclipse-platform:master Oct 3, 2025
18 checks passed
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.

2 participants