Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix multi-threading aggregation feature #124

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

v1-wizard
Copy link
Contributor

This commit will fix loosing part of test results at the start of reporting during using multi-thread result aggregation feature.
I use as example realization from TestNg client: https://github.com/reportportal/agent-java-testNG/blob/develop/src/main/java/com/epam/reportportal/testng/TestNGService.java#L145

This fix should help with errors like:

[21:11:43] rp-io-1hread ERROR (SubscriptionUtils.java:97) - [96] ReportPortal Finish test item execution error
00:11:43  com.epam.reportportal.exception.ReportPortalException: Report Portal returned error
00:11:43  Status code: 404
00:11:43  Status message: Not Found
00:11:43  Error Message: Launch 'a678c4e0-c501-4e86-ba6d-a438c28e71d5' not found. Did you use correct Launch ID?
00:11:43  Error Type: LAUNCH_NOT_FOUND

…orting during using multi-thread result aggregation feature.
@Invictum Invictum merged commit 4ba4f5b into Invictum:develop Sep 14, 2020
@v1-wizard v1-wizard deleted the fix-multi-thread-aggregation branch July 22, 2021 10:27
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.

4 participants