Skip to content

Commit

Permalink
Revert "setting bootstrap version to 3.3"
Browse files Browse the repository at this point in the history
This reverts commit 7497bde.

Signed-off-by: 'Stanislav Maksimov' <[email protected]>
  • Loading branch information
maksimov committed Nov 30, 2023
1 parent 26baf0b commit ee306a2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ run against a given flavor, it may take some time for the corresponding
bootstrap image (vitess/bootstrap:<flavor>) to be downloaded.
It is meant to be run from the Vitess root, like so:
$ go run test.go [args]
$ go run test.go [args]
For a list of options, run:
$ go run test.go --help
$ go run test.go --help
*/
package main

Expand Down Expand Up @@ -76,7 +74,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", "3.2", "the version identifier to use for the docker images")
bootstrapVersion = flag.String("bootstrap-version", "3.1", "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 ee306a2

Please sign in to comment.