Skip to content

Commit

Permalink
We want to ensure that the secret gets replicated to both the Kluster…
Browse files Browse the repository at this point in the history
…Namespace (with a prefix) and also the DC1 namespace.
  • Loading branch information
Miles-Garnsey committed Apr 10, 2024
1 parent ec6e2ba commit 16b62b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/cluster_scope_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ func multiDcMultiCluster(t *testing.T, ctx context.Context, klusterNamespace str

dc1Key := framework.ClusterKey{K8sContext: f.DataPlaneContexts[0], NamespacedName: types.NamespacedName{Namespace: dc1Namespace, Name: "dc1"}}
checkDatacenterReady(t, ctx, dc1Key, f)
checkBucketKeyPresent(t, f, ctx, dc1Namespace, dc1Key.K8sContext, k8ssandra)
checkBucketKeyPresent(t, f, ctx, klusterNamespace, dc1Key.K8sContext, k8ssandra)
checkBucketKeyPresent(t, f, ctx, dc1Key.Namespace, dc1Key.K8sContext, k8ssandra)

t.Log("check k8ssandra cluster status")
require.Eventually(func() bool {
Expand Down

0 comments on commit 16b62b4

Please sign in to comment.