From 827c49bd2021f6271cf8edadf39f5f9e26359257 Mon Sep 17 00:00:00 2001 From: Stanislav Maksimov Date: Tue, 16 Apr 2024 09:17:54 -0700 Subject: [PATCH] updating bootstrap version to help the workflow tests Signed-off-by: 'Stanislav Maksimov' --- test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.go b/test.go index aabe8fab363..cf2235ea11c 100755 --- a/test.go +++ b/test.go @@ -76,7 +76,7 @@ For example: // Flags var ( flavor = flag.String("flavor", "mysql57", "comma-separated bootstrap flavor(s) to run against (when using Docker mode). Available flavors: all,"+flavors) - bootstrapVersion = flag.String("bootstrap-version", "10.2", "the version identifier to use for the docker images") + bootstrapVersion = flag.String("bootstrap-version", "14.12", "the version identifier to use for the docker images") runCount = flag.Int("runs", 1, "run each test this many times") retryMax = flag.Int("retry", 3, "max number of retries, to detect flaky tests") logPass = flag.Bool("log-pass", false, "log test output even if it passes")