Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Mou <[email protected]>
  • Loading branch information
Tristan1900 committed Nov 25, 2024
1 parent 486b003 commit 1764b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/restore/snap_client/systable_restore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func TestCheckSysTableCompatibility(t *testing.T) {
cluster := mc
g := gluetidb.New()
client := snapclient.NewRestoreClient(cluster.PDClient, cluster.PDHTTPCli, nil, split.DefaultTestKeepaliveCfg)
err := client.Init(g, cluster.Storage)
err := client.InitConnections(g, cluster.Storage)
require.NoError(t, err)

info, err := cluster.Domain.GetSnapshotInfoSchema(math.MaxUint64)
Expand Down

0 comments on commit 1764b17

Please sign in to comment.