couchbase-shell icon indicating copy to clipboard operation
couchbase-shell copied to clipboard

Improve testing efficiency

Open Westwooo opened this issue 1 year ago • 0 comments

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.

Westwooo avatar Jun 26 '24 07:06 Westwooo