Skip to content

Commit

Permalink
updating bootstrap version to help the workflow tests
Browse files Browse the repository at this point in the history
Signed-off-by: 'Stanislav Maksimov' <[email protected]>
  • Loading branch information
maksimov committed Apr 16, 2024
1 parent 91f4d42 commit 827c49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 827c49b

Please sign in to comment.