-
Notifications
You must be signed in to change notification settings - Fork 71
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
MSSQL: Fix Integration Test #694
MSSQL: Fix Integration Test #694
Conversation
…o mssql-integration-test-debug
…s-agent into mssql-integration-test-debug
@qingling128 This should fix the MSSQL integration tests that were blocking the release. Seeing the current failures don't appear to be related. I can continue to run kokoro if you'd like to be sure but just let me know! |
…o mssql-integration-test-debug
integration_test/third_party_apps_data/applications/mssql/enable
Outdated
Show resolved
Hide resolved
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.
LGTM
@@ -38,11 +38,13 @@ expected_metrics: | |||
monitored_resource: gce_instance | |||
labels: {} | |||
# v2 metrics | |||
- type: workload.googleapis.com/sqlserver.user.connection.count # TODO: look into this metric type change | |||
value_type: DOUBLE | |||
- type: workload.googleapis.com/sqlserver.user.connection.count |
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.
For the records: we are ok with changing the expected type from DOUBLE to INT because the V2 mssql metrics was never released.
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.
Minor stuff, otherwise LGTM.
integration_test/third_party_apps_data/applications/mssql/metadata.yaml
Outdated
Show resolved
Hide resolved
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.
LGTM
integration_test/third_party_apps_data/applications/mssql/metadata.yaml
Outdated
Show resolved
Hide resolved
Both of the failed Kokoro checks (ops agent on
I'm going to merge this. |
These were not run during merge and because of open-telemetry/opentelemetry-collector-contrib#9691, they needed to become different types.
Apologies for not catching it sooner! Should unblock anything that was relying on this being fixed!
http://b/237276968