Skip to content

Commit 7d03609

Browse files
committedDec 19, 2023
add 8.11 and 8.12 versions and remove debug logging
1 parent 669437c commit 7d03609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎database/rqlite/rqlite_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ var opts = dktest.Options{
2828
var specs = []dktesting.ContainerSpec{
2929
{ImageName: "rqlite/rqlite:7.21.4", Options: opts},
3030
{ImageName: "rqlite/rqlite:8.0.6", Options: opts},
31+
{ImageName: "rqlite/rqlite:8.11.1", Options: opts},
32+
{ImageName: "rqlite/rqlite:8.12.3", Options: opts},
3133
}
3234

3335
func isReady(ctx context.Context, c dktest.ContainerInfo) bool {
@@ -68,7 +70,6 @@ func isReady(ctx context.Context, c dktest.ContainerInfo) bool {
6870
return false
6971
}
7072

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

0 commit comments

Comments
 (0)
Please sign in to comment.