Skip to content

Commit

Permalink
Fix sync partitions acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava committed Nov 2, 2022
1 parent 9fed2c1 commit 9c2f964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,10 @@ workflows:
context: consul-ci
requires:
- dev-upload-docker
- acceptance-gke-1-23:
context: consul-ci
requires:
- dev-upload-docker
nightly-acceptance-tests:
triggers:
- schedule:
Expand Down
2 changes: 1 addition & 1 deletion acceptance/tests/partitions/partitions_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func TestPartitions_Sync(t *testing.T) {
k8s.CopySecret(t, primaryClusterContext, secondaryClusterContext, partitionToken)
}

partitionServiceName := fmt.Sprintf("%s-consul-partition", releaseName)
partitionServiceName := fmt.Sprintf("%s-consul-expose-servers", releaseName)
partitionSvcAddress := k8s.ServiceHost(t, cfg, primaryClusterContext, partitionServiceName)

k8sAuthMethodHost := k8s.KubernetesAPIServerHost(t, cfg, secondaryClusterContext)
Expand Down

0 comments on commit 9c2f964

Please sign in to comment.