Skip to content

Conversation

@ahr-huber
Copy link

The TestNG view in Eclipse could be incomplete and show the wrong status if tests were executed faster than the UI updates. The reason was that the listener receiving the TestResultMessages updated the UI
synchronously. Once the test finished the UI update would stop. Unprocessed test results were dropped.

Fixed by queueing all synchronous UI updates and executing them in the order they arrived.

The TestNG view in Eclipse could be incomplete and
show the wrong status if tests were executed faster
than the UI updates. The reason was that the listener
receiving the TestResultMessages updated the UI
synchronously. Once the test finished the UI update
would stop. Unprocessed test results were dropped.

Fixed by queueing all synchronous UI updates and
executing them in the order they arrived.
@missedone
Copy link
Collaborator

LGTM, thanks for your contribution

@missedone missedone merged commit 1657619 into testng-team:master Mar 7, 2025
1 check 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