diff --git a/database/rqlite/rqlite_test.go b/database/rqlite/rqlite_test.go index 0372a117d..c19f7476b 100644 --- a/database/rqlite/rqlite_test.go +++ b/database/rqlite/rqlite_test.go @@ -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 { @@ -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 }