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: Incorrect cloud provider links are shown in report errors when running test in concurrency mode(closes #4346) #7132

Merged
merged 3 commits into from Jul 8, 2022

Conversation

Artem-Babich
Copy link
Contributor

@Artem-Babich Artem-Babich commented Jul 6, 2022

Purpose

When running tests in concurrency mode:

  • Only the last opened session link is passed to all the report errors.
  • Also, only the last opened session link is passed to the report task start handler.

Approach

Previously we used the same reference of the "browserInfo" object in all the "browserConnection" objects. As a result, the browserMetaInfo was rewritten in all the "browserConnections".
After fix: Different "browserInfo" references are passed to different "browserConnections".

References

Show all links to all cloud test sessions in concurrency mode #4346

Pre-Merge TODO

  • Write tests for your proposed changes
  • Make sure that existing tests do not fail

…rency mode, pass all sessions to reporter task start handler
@Artem-Babich Artem-Babich temporarily deployed to CI July 6, 2022 21:58 Inactive
@Artem-Babich Artem-Babich temporarily deployed to CI July 7, 2022 13:28 Inactive
@Artem-Babich Artem-Babich temporarily deployed to CI July 7, 2022 13:32 Inactive
@Artem-Babich Artem-Babich merged commit 67507bc into DevExpress:master Jul 8, 2022
@github-actions
Copy link

github-actions bot commented Jul 8, 2022

Release v1.20.0-rc.1 addresses this.

@Artem-Babich Artem-Babich deleted the BabichA-dev-2 branch July 13, 2022 06:38
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.

None yet

2 participants