-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1934 from yuwenma/enable-strict-e2e
feat: Turn on stricter golden log check in e2e fixture (part 1)
- Loading branch information
Showing
152 changed files
with
34,278 additions
and
5,450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
878 changes: 129 additions & 749 deletions
878
...sourcefixture/testdata/basic/alloydb/v1beta1/alloydbcluster/basicalloydbcluster/_http.log
Large diffs are not rendered by default.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
...r/basicalloydbsecondarycluster/_generated_object_basicalloydbsecondarycluster.golden.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
apiVersion: alloydb.cnrm.cloud.google.com/v1beta1 | ||
kind: AlloyDBCluster | ||
metadata: | ||
annotations: | ||
cnrm.cloud.google.com/management-conflict-prevention-policy: none | ||
cnrm.cloud.google.com/mutable-but-unreadable-fields: '{"spec":{"deletionPolicy":"FORCE"}}' | ||
cnrm.cloud.google.com/observed-secret-versions: (removed) | ||
cnrm.cloud.google.com/state-into-spec: merge | ||
finalizers: | ||
- cnrm.cloud.google.com/finalizer | ||
- cnrm.cloud.google.com/deletion-defender | ||
generation: 3 | ||
labels: | ||
cnrm-test: "true" | ||
name: alloydbcluster-2-${uniqueId} | ||
namespace: ${uniqueId} | ||
spec: | ||
automatedBackupPolicy: | ||
labels: | ||
source: kcc-test | ||
clusterType: SECONDARY | ||
deletionPolicy: FORCE | ||
location: europe-west8 | ||
networkConfig: | ||
networkRef: | ||
name: computenetwork-${uniqueId} | ||
projectRef: | ||
external: ${projectId} | ||
resourceID: alloydbcluster-2-${uniqueId} | ||
secondaryConfig: | ||
primaryClusterNameRef: | ||
name: alloydbcluster-1-${uniqueId} | ||
status: | ||
conditions: | ||
- lastTransitionTime: "1970-01-01T00:00:00Z" | ||
message: The resource is up to date | ||
reason: UpToDate | ||
status: "True" | ||
type: Ready | ||
databaseVersion: DATABASE_VERSION_UNSPECIFIED | ||
name: projects/${projectId}/locations/europe-west8/clusters/alloydbcluster-2-${uniqueId} | ||
observedGeneration: 3 |
Oops, something went wrong.