couchbaselabs / couchbaselabs/couchbase-shell

Improve testing efficiency

Open
#333 0 comments 0 reactions 1 assignee Claimed by @Westwooo View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.