Bug 573269 - [unit-test-view] stopMonitoring should be called asynchronous
Summary: [unit-test-view] stopMonitoring should be called asynchronous
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.20   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-30 04:06 EDT by Christoph Laeubrich CLA
Modified: 2021-04-30 04:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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