Skip to content

Commit 221ece5

Browse files
In case of unexpected failure on process_self_contained_coordinator_stream we log it and recover (#82)
* Fixed too many values to unpack error on get_final_benchmark_config() * Bumping redisbench-admin version to 0.6.21 * Updated sig usage on extract_redis_dbconfig_parameters()
1 parent d574882 commit 221ece5

File tree

5 files changed

+311
-292
lines changed

5 files changed

+311
-292
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redis-benchmarks-specification"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
description = "The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute."
55
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"]
66
readme = "Readme.md"
@@ -16,7 +16,7 @@ argparse = "^1.4.0"
1616
Flask-HTTPAuth = "^4.4.0"
1717
PyYAML = "^5.4.1"
1818
docker = "^5.0.0"
19-
redisbench-admin = "^0.6.12"
19+
redisbench-admin = "^0.6.21"
2020
#redisbench-admin = {path = "../redisbench-admin", develop = true}
2121
psutil = "^5.8.0"
2222
tox-docker = "^3.1.0"

0 commit comments

Comments
 (0)