couchbaselabs / couchbaselabs/couchbase-shell
Improve testing efficiency
Open
- Dominant language
- Rust
- Stars
- 87
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.