-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Update telemetry test for ODBC stat changes in Elasticsearch #27608
Conversation
Pinging @elastic/kibana-platform |
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 on green
💔 Build Failed |
Looks like this is failing on a Remote Cluster test:
Looks like this was a mistake on our end. We just need to update the expected value to match what's being returned (https://github.com/elastic/kibana/blob/master/x-pack/test/api_integration/apis/management/remote_clusters/remote_clusters.js#L111). |
Talked with @cjcenizal and we decided to disable this test for the time being. It is failing on local environments as well, but in a different way. Will discuss with @sebelga tomorrow. |
💚 Build Succeeded |
…#27608) * Update telemetry test for elasticsearch#36753 * Skip broken remote cluster test for today
…#27608) * Update telemetry test for elasticsearch#36753 * Skip broken remote cluster test for today
6.6: 3dc6cb9 |
@@ -109,7 +109,7 @@ export default function ({ getService }) { | |||
}); | |||
|
|||
describe('List', () => { | |||
it('should return an array of remote clusters', async () => { | |||
it.skip('should return an array of remote clusters', async () => { |
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.
question: did we file issue to re-enable this test again?
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 there is an issue on CCR to investigate: #27616
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.
Cool, thanks 👍
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.
Should be back soon: #27778 😊
6.x/6.7: 14c09fc |
Summary
Updates the expected list of stats returned from local telemetry to reflect the ODBC stat changes in elastic/elasticsearch#36753.