Bug 573269

Summary: [unit-test-view] stopMonitoring should be called asynchronous
Product: [Eclipse Project] Platform Reporter: Christoph Laeubrich <laeubi>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.20   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Christoph Laeubrich CLA 2021-04-30 04:06:52 EDT
This is related to the generic unit-test-view [1]

notifyTestSessionCompleted / notifyTestSessionAborted currently calls the stopMonitoring() synchronous to the notify.

This is bad as the ITestRunnerClient might trigger this inside a message-loop and need to synchronize external calls.

[1]https://www.eclipse.org/eclipse/news/4.18/platform_isv.php#unit-test-view