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

Parallel executions causes suites to be incorrectly created #155

Open
owens-ben opened this issue Dec 11, 2024 · 1 comment
Open

Parallel executions causes suites to be incorrectly created #155

owens-ben opened this issue Dec 11, 2024 · 1 comment

Comments

@owens-ben
Copy link

agent-js-jest v5.1.1, detox 20.26.2

When running parallel executions

For example

image

Frequently, a single test will cause a new suite to be created.

I've spent hours debugging that and it just seems to boil down to the fact that the tempId's are not-thread safe.

There was an issue with the previous version 5.0.6 with DB locks that was solved, but now this issue is introduced in 5.1.1, so I'm stuck between 2 broken versions.

@owens-ben
Copy link
Author

Anyone taken a look at this?

Generally, when would parallel executions be supported? They worked fine before.

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

No branches or pull requests

1 participant