From 4f98d40829f96e602b611b35d9066c054303fffb Mon Sep 17 00:00:00 2001 From: Marco Pracucci <marco@pracucci.com> Date: Thu, 28 Apr 2022 11:24:20 +0200 Subject: [PATCH 1/2] Increase mimir-continuous-test query timeout from 30s to 60 Signed-off-by: Marco Pracucci <marco@pracucci.com> --- pkg/continuoustest/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/continuoustest/client.go b/pkg/continuoustest/client.go index 8fa96a52fd7..c22abb44a72 100644 --- a/pkg/continuoustest/client.go +++ b/pkg/continuoustest/client.go @@ -60,7 +60,7 @@ func (cfg *ClientConfig) RegisterFlags(f *flag.FlagSet) { f.DurationVar(&cfg.WriteTimeout, "tests.write-timeout", 5*time.Second, "The timeout for a single write request.") f.Var(&cfg.ReadBaseEndpoint, "tests.read-endpoint", "The base endpoint on the read path. The URL should have no trailing slash. The specific API path is appended by the tool to the URL, for example /api/v1/query_range for range query API, so the configured URL must not include it.") - f.DurationVar(&cfg.ReadTimeout, "tests.read-timeout", 30*time.Second, "The timeout for a single read request.") + f.DurationVar(&cfg.ReadTimeout, "tests.read-timeout", 60*time.Second, "The timeout for a single read request.") } type Client struct { From cd01c139245dc4c2e4d8d575637bed31a642cff6 Mon Sep 17 00:00:00 2001 From: Marco Pracucci <marco@pracucci.com> Date: Thu, 28 Apr 2022 11:24:46 +0200 Subject: [PATCH 2/2] Added PR number to CHANGELOG entry Signed-off-by: Marco Pracucci <marco@pracucci.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5eb7f02d1e..f24d2d17faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,7 +89,7 @@ ### Tools * [FEATURE] Added a `markblocks` tool that creates `no-compact` and `delete` marks for the blocks. #1551 -* [FEATURE] Added `mimir-continuous-test` tool to continuously run smoke tests on live Mimir clusters. #1535 #1540 #1653 #1603 #1630 #1691 #1675 #1676 #1692 #1706 #1709 +* [FEATURE] Added `mimir-continuous-test` tool to continuously run smoke tests on live Mimir clusters. #1535 #1540 #1653 #1603 #1630 #1691 #1675 #1676 #1692 #1706 #1709 #1777 * [FEATURE] Added `mimir-rules-action` GitHub action, located at `operations/mimir-rules-action/`, used to lint, prepare, verify, diff, and sync rules to a Mimir cluster. #1723 ## 2.0.0