Skip to content

Commit

Permalink
Remove old cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletHynes committed Nov 28, 2024
1 parent 7c69f1a commit e635620
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vault/external_tests/raftha/raft_ha_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ func testRaftHARecoverCluster(t *testing.T, physBundle *vault.PhysicalBackendBun
_, err = leaderClient.Logical().Write("kv/data/test_known_data", kvData)
require.NoError(t, err)

// We delete the current cluster. We keep the storage backend so we can recover the cluster
cluster.Cleanup()

// We now have a raft HA cluster with a KVv2 backend enabled and a test data.
// We're now going to delete the cluster and create a new raft HA cluster with the same backend storage
// and ensure we can recover to a working vault cluster and don't lose the data from the backend storage.
Expand Down

0 comments on commit e635620

Please sign in to comment.