Skip to content

Commit

Permalink
add 8.11 and 8.12 versions and remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
swensone committed Dec 19, 2023
1 parent 669437c commit 7d03609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database/rqlite/rqlite_test.go
Expand Up @@ -28,6 +28,8 @@ var opts = dktest.Options{
var specs = []dktesting.ContainerSpec{
{ImageName: "rqlite/rqlite:7.21.4", Options: opts},
{ImageName: "rqlite/rqlite:8.0.6", Options: opts},
{ImageName: "rqlite/rqlite:8.11.1", Options: opts},
{ImageName: "rqlite/rqlite:8.12.3", Options: opts},
}

func isReady(ctx context.Context, c dktest.ContainerInfo) bool {
Expand Down Expand Up @@ -68,7 +70,6 @@ func isReady(ctx context.Context, c dktest.ContainerInfo) bool {
return false
}

fmt.Printf("reporting ready status %+v\n", readyResp)
return readyResp.Store.Ready
}

Expand Down

0 comments on commit 7d03609

Please sign in to comment.