-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Turn on stricter golden log check in e2e fixture (part 2) #2061
feat: Turn on stricter golden log check in e2e fixture (part 2) #2061
Conversation
bcea8d4
to
ee7fafa
Compare
...ingdashboard/monitoringdashboardbasic/_generated_object_monitoringdashboardbasic.golden.yaml
Outdated
Show resolved
Hide resolved
.../resourcefixture/testdata/basic/alloydb/v1beta1/alloydbcluster/basicalloydbcluster/_http.log
Outdated
Show resolved
Hide resolved
.../project/projectmovedfoldertofolder/_generated_object_projectmovedfoldertofolder.golden.yaml
Outdated
Show resolved
Hide resolved
6a9291f
to
982dc42
Compare
@@ -64,7 +64,7 @@ X-Xss-Protection: 0 | |||
"selfLink": "https://www.googleapis.com/compute/beta/projects/${projectId}/global/operations/${operationID}", | |||
"startTime": "2024-04-01T12:34:56.123456Z", | |||
"status": "RUNNING", | |||
"targetId": "7780111738275460050", | |||
"targetId": "1719006515851113983", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a rebase for this one? (Hopefully this fails tests also, so it's a good check, though it would be sort of interesting if it didn't!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, was waiting for https://github.com/GoogleCloudPlatform/k8s-config-connector/pull/2109/files (now it's merged) when I last updated this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a rebase for this one? (Hopefully this fails tests also, so it's a good check, though it would be sort of interesting if it didn't!)
BTW, yes it did fail the PRESUBMIT check https://github.com/GoogleCloudPlatform/k8s-config-connector/actions/runs/9626625776/job/26552788995
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The monitoring dashboard golden log reflects the outcome of the Direct Controller, rather than the TF-based controller.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is a replacement of the tests-e2e-direct.sh, which focuses on the more complicated step-by-step scenario tests.
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
bae0c85
into
GoogleCloudPlatform:master
Turn on the stricter golden log check in fixture presubmit. This is the second part and needs #1934 to merge first.