You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
agent-js-jest v5.1.1, detox 20.26.2
When running parallel executions
For example
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.
The text was updated successfully, but these errors were encountered: