threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

e2e_tests: use prefixes instead of starting multiple redis containers #85

Closed abom closed 1 year ago

abom commented 1 year ago

A previous quote:

Another concern is the number if redis container we start for tests, while IMO, we can leverage the storage prefixes to use the same redis instance.

We start too many redis containers, we can only use 1 instance.