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
Part of running integration tests requires setting up the test config and environment. We intended that all the tests woudl share state using the TEST_CONFIG mutex. However this is not working as intended and each test file is creating it's own test config, along with it's own scopes/collections (if collections are enabled). We should find a way so that the state is correctly shared in between testing threads.
The text was updated successfully, but these errors were encountered:
Part of running integration tests requires setting up the test config and environment. We intended that all the tests woudl share state using the TEST_CONFIG mutex. However this is not working as intended and each test file is creating it's own test config, along with it's own scopes/collections (if collections are enabled). We should find a way so that the state is correctly shared in between testing threads.
The text was updated successfully, but these errors were encountered: