From 5df9c410ffe1b489049a93304162c527309d4abb Mon Sep 17 00:00:00 2001 From: Sergio Mena Date: Tue, 18 Oct 2022 18:02:24 +0200 Subject: [PATCH] Fix tested version in 200 node test + added prometheus problem as found during QA (#9582) --- docs/qa/v037/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/qa/v037/README.md b/docs/qa/v037/README.md index 198f41f132e..680ffdaaa5b 100644 --- a/docs/qa/v037/README.md +++ b/docs/qa/v037/README.md @@ -18,6 +18,8 @@ During this iteration of the QA process, the following issues were found: [\#9534]. * (critical, fixed) [\#9539] - `loadtime` is very likely to include more than one "=" character in transactions, with is rejected by the e2e application. +* (critical, fixed) [\#9581] - Absent prometheus label makes Tendermint crash + when enabling Prometheus metric collection * (non-critical, not fixed) [\#9548] - Full nodes can go over 50 connected peers, which is not intended by the default configuration. * (non-critical, not fixed) [\#9537] - With the default mempool cache setting, @@ -202,7 +204,7 @@ It is contained below 5 on most nodes. Date: 2022-10-14 -Version: b9480d0ec79c53b06344148afc6589f895d0abbf +Version: 1cf9d8e276afe8595cba960b51cd056514965fd1 ## Rotating Node Testnet @@ -321,3 +323,4 @@ Version: 155110007b9d8b83997a799016c1d0844c8efbaf [\#9539]: https://github.com/tendermint/tendermint/issues/9539 [\#9548]: https://github.com/tendermint/tendermint/issues/9548 [\#9537]: https://github.com/tendermint/tendermint/issues/9537 +[\#9581]: https://github.com/tendermint/tendermint/issues/9581