hirowatari
hirowatari
I think this is a feature request, but perhaps I don't understand how best to use this. Would I would like to accomplish is that after `clipster -s` that if...
I would like for --test-dirs to be used multiple times similar to how on phpunit you may have multiple test directories. Alternatively, it might be wise for steward to warn...
## Minimal reproduction ```ruby lock_manager = Redlock::Client.new(["redis://redis:6379/1"]) retry_count = 50 retry_delay = 100 # 100 milliseconds lock_time = 5_000 # 5 seconds (0..9).map do |i| Thread.new do lock_manager.lock!('lockname', lock_time, retry_count:...