Skip to content

Commit

Permalink
dse -> hcd replacements in loggings
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Jun 6, 2024
1 parent 233abca commit 89e3df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/dse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ func createSingleHcdDatacenterCluster(t *testing.T, ctx context.Context, namespa
assertCassandraDatacenterK8cStatusReady(ctx, t, f, kcKey, dcKey.Name)
dcPrefix := DcPrefix(t, f, dcKey)

t.Log("Check that we can communicate through CQL with DSE")
t.Log("Check that we can communicate through CQL with HCD")
_, err = f.ExecuteCql(ctx, f.DataPlaneContexts[0], namespace, kc.SanitizedName(), dcPrefix+"-default-sts-0",
"SELECT * FROM system.local")
require.NoError(t, err, "failed to execute CQL query against DSE", err)
require.NoError(t, err, "failed to execute CQL query against HCD", err)
opts := kubectl.Options{
Namespace: namespace,
Context: f.DataPlaneContexts[0],
Expand Down

0 comments on commit 89e3df2

Please sign in to comment.