Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Venkatesh committed Dec 7, 2021
1 parent b4a0b5a commit b45f341
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ commands:
type: string
consul-k8s-image:
type: string
default: "ashwinvenkatesh/consul-k8s@sha256:ca2bde89a28563d40100039c217df6f750cc8b3bd72b31036bb1aaaff74f23fc"
default: "ashwinvenkatesh/consul-k8s@sha256:5cccabeb3d5dfe4497279d5aebdaf363f3e96cdca9cfd1a0a005a75837d8fb63"
go-path:
type: string
default: "/home/circleci/.go_workspace"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- exportedservices-default.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
resources:
- exportedservices-default.yaml
- exportedservices-secondary.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resources:
- ../../../bases/admin-partitions
- ../../../bases/exportedservices-default

patchesStrategicMerge:
- patch.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resources:
- ../../../bases/admin-partitions
- ../../../bases/exportedservices-default

patchesStrategicMerge:
- patch.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resources:
- ../../../bases/admin-partitions
- ../../../bases/exportedservices-secondary

patchesStrategicMerge:
- patch.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resources:
- ../../../bases/admin-partitions
- ../../../bases/exportedservices-secondary

patchesStrategicMerge:
- patch.yaml
2 changes: 1 addition & 1 deletion acceptance/tests/partitions/partitions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ func TestPartitions(t *testing.T) {
require.NoError(t, err)
require.Len(t, services, 1)

logger.Log(t, "creating partition exports")
logger.Log(t, "creating exported services")
if c.destinationNamespace == defaultNamespace {
k8s.KubectlApplyK(t, serverClusterContext.KubectlOptions(t), "../fixtures/cases/crd-partitions/default-partition-default")
k8s.KubectlApplyK(t, clientClusterContext.KubectlOptions(t), "../fixtures/cases/crd-partitions/secondary-partition-default")
Expand Down

0 comments on commit b45f341

Please sign in to comment.