-
Notifications
You must be signed in to change notification settings - Fork 18
ReportPortal return error when parallel execution #127
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
Comments
@billyjulius |
@Invictum Found the cause of this error, apparently it is caused by integration trying to post all the step of each DataDriven Scenario (Scenario Outline & Examples in Cucumber) and using its each step StartTime, meanwhile the parent test item started using StartTime of the LAST DataDriven Scenario. |
Thanks for the investigation. Can you provide a simple and synthetic project for debug, so I will try to fix it?
… On Sep 25, 2020, at 04:43, Billy Julius ***@***.***> wrote:
@Invictum Found the cause of this error, apparently it is caused by integration trying to post all the step of each DataDriven Scenario (Scenario Outline & Examples in Cucumber) and using its each step StartTime, meanwhile the parent test item using StartTime of the last DataDriven Scenario.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
grey-rain
added a commit
that referenced
this issue
Nov 16, 2023
grey-rain
added a commit
that referenced
this issue
Nov 17, 2023
grey-rain
added a commit
that referenced
this issue
Nov 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using Serenity with Cucumber, and ReportPortal return this error when run multiple cucumber runner in parallel. This happens sometimes and random (not all scenario, but random each run)
Parallel configuration in maven failsafe
Version used
serenity-reportportal-integration: 1.5.3
serenity-core: 2.1.4
The text was updated successfully, but these errors were encountered: