Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Snapshot restore tests into release/1.15.x #16672

Prev Previous commit
Next Next commit
backport of commit 958c279
  • Loading branch information
banks authored and jmurret committed Mar 18, 2023
commit bf97c64fbd900b2016eeb32d21637f2f42976213
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ func testSnapShotRestoreForLogStore(t *testing.T, logStore libcluster.LogStore)
NumClients: 0,
BuildOpts: &libcluster.BuildOptions{
Datacenter: "dc1",
ConsulImageName: utils.LatestImageName,
ConsulVersion: utils.LatestVersion,
ConsulImageName: utils.TargetImageName,
ConsulVersion: utils.TargetVersion,
LogStore: logStore,
},
ApplyDefaultProxySettings: true,
Expand Down Expand Up @@ -63,8 +63,8 @@ func testSnapShotRestoreForLogStore(t *testing.T, logStore libcluster.LogStore)
NumClients: 0,
BuildOpts: &libcluster.BuildOptions{
Datacenter: "dc1",
ConsulImageName: utils.LatestImageName,
ConsulVersion: utils.LatestVersion,
ConsulImageName: utils.TargetImageName,
ConsulVersion: utils.TargetVersion,
LogStore: logStore,
},
ApplyDefaultProxySettings: true,
Expand Down