hazelcast / hazelcast/hazelcast-cpp-client
Run unit tests in parallel [API-2370]
Open
Estimation: M
good first issue
Priority: Medium
to-jira
Type: Enhancement
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
Decreasing the test time is an important goal for us and here is a way that can help by running the tests in parallel: https://github.com/google/gtest-parallel
It most probably require modifications to the tests so that the clusters opened in the tests are different and the clients can discover them correctly.
Contributor guide
Assessment
This issue has not been assessed yet.