philippgille / gokv

Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Mozilla Public License 2.0
745 stars 69 forks source link

Reduce concurrency for etcd test in CI #169

Closed philippgille closed 9 months ago

philippgille commented 9 months ago

The etcd server sometimes has issues with the concurrency test, but only in the CI environment. Locally it works fine.

Alternative to https://github.com/philippgille/gokv/pull/170

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (128881d) 63.64% compared to head (22a492e) 56.69%.

:exclamation: Current head 22a492e differs from pull request most recent head 2bc9142. Consider uploading reports for the commit 2bc9142 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #169 +/- ## ========================================== - Coverage 63.64% 56.69% -6.96% ========================================== Files 25 11 -14 Lines 2107 822 -1285 ========================================== - Hits 1341 466 -875 + Misses 651 327 -324 + Partials 115 29 -86 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.