mulbc / gosbench

Distributed S3 benchmarking tool - Replacement of Cosbench
GNU General Public License v3.0
42 stars 16 forks source link

Worker preparation is not checked #8

Open mulbc opened 4 years ago

mulbc commented 4 years ago

Currently we do not check that the worker preparations are successful and just naively proceed: https://github.com/mulbc/gosbench/blob/99cf7762456d2424708b08049c312973ddb56bd6/worker/main.go#L88

Implement a feature to let the worker retry the preparation step and let the server know if something is wrong...