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 test container wait time #162

Closed philippgille closed 10 months ago

philippgille commented 10 months ago

Due to default 30s interval, many containers waited 30s despite being ready after a few seconds

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (d07b12d) 56.69% compared to head (e9b4be0) 60.56%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #162 +/- ## ========================================== + Coverage 56.69% 60.56% +3.87% ========================================== Files 11 25 +14 Lines 822 2097 +1275 ========================================== + Hits 466 1270 +804 - Misses 327 716 +389 - Partials 29 111 +82 ```

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