Skip to content

Assert no console instances are existing before and after console tests - #2852

Merged
iloveeclipse merged 1 commit into
eclipse-platform:masterfrom
iloveeclipse:console_tests_fixes
Aug 4, 2026
Merged

Assert no console instances are existing before and after console tests#2852
iloveeclipse merged 1 commit into
eclipse-platform:masterfrom
iloveeclipse:console_tests_fixes

Conversation

@iloveeclipse

Copy link
Copy Markdown
Member

It seems that we either have race condition in ConsoleManager & related code, or that some tests "leak" created Console instances and they are popping around at unexpected times in other tests.

Let forcibly remove all Consoles in all tests related to ConsoleManager and let assume before the test there are no Console instances flying around.

See #2849 (comment)

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Test Results

    54 files  ±0      54 suites  ±0   57m 29s ⏱️ - 2m 31s
 4 705 tests ±0   4 683 ✅ ±0   22 💤 ±0  0 ❌ ±0 
12 006 runs  ±0  11 853 ✅ ±0  153 💤 ±0  0 ❌ ±0 

Results for commit b28ce03. ± Comparison against base commit 1ab1f7e.

♻️ This comment has been updated with latest results.

It seems that we either have race condition in ConsoleManager & related
code, or that some tests "leak" created Console instances and they are
popping around at unexpected times in other tests.

Let forcibly remove all Consoles in all tests related to ConsoleManager
and let assume before the test there are no Console instances flying
around.

See eclipse-platform#2849 (comment)
@iloveeclipse
iloveeclipse merged commit 3690a58 into eclipse-platform:master Aug 4, 2026
18 checks passed
@iloveeclipse
iloveeclipse deleted the console_tests_fixes branch August 4, 2026 21:36
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