Skip to content

Fix concurrency when running steps in parallel#245

Closed
vasyoid wants to merge 2 commits into
allure-framework:masterfrom
vasyoid:fix-parallel-steps-run
Closed

Fix concurrency when running steps in parallel#245
vasyoid wants to merge 2 commits into
allure-framework:masterfrom
vasyoid:fix-parallel-steps-run

Conversation

@vasyoid
Copy link
Copy Markdown

@vasyoid vasyoid commented Sep 21, 2018

//: # (
. Thank you so much for sending us a pull request!
.
. Make sure you have a clear name for your pull request.
. The name should start with a capital letter and no dot is required in the end of the sentence.
. To link the request with isses use the following notation: (fixes #123, fixes #321)
.
. An example of good pull request names:
. - Add Russian translation (fixes #123)
. - Add an ability to disable default plugins
. - Support emoji in test descriptions
)

Context

Modified AllureStorage to work properly when steps are executed in multiple threads.

Before:
screenshot from 2018-09-21 14-19-14

After:
screenshot from 2018-09-21 14-15-02

Checklist

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Sep 21, 2018

CLA assistant check
All committers have signed the CLA.

@baev
Copy link
Copy Markdown
Member

baev commented Oct 30, 2018

already fixed via #253

BTW @vasyoid thanks

@baev baev closed this Oct 30, 2018
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.

Enum class cast exception when using varargs generic constant parameter in step

3 participants