From 5d3f768e54b64ca161a8e9089278b83f0a01ff81 Mon Sep 17 00:00:00 2001 From: Josh Dover Date: Thu, 20 Dec 2018 13:44:03 -0600 Subject: [PATCH] Update telemetry test for ODBC stat changes in Elasticsearch (#27608) * Update telemetry test for elasticsearch#36753 * Skip broken remote cluster test for today --- .../apis/management/remote_clusters/remote_clusters.js | 2 +- .../apis/xpack_main/telemetry/telemetry_local.js | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/apis/management/remote_clusters/remote_clusters.js b/x-pack/test/api_integration/apis/management/remote_clusters/remote_clusters.js index bd8df7399ff22..a27f4a6491703 100644 --- a/x-pack/test/api_integration/apis/management/remote_clusters/remote_clusters.js +++ b/x-pack/test/api_integration/apis/management/remote_clusters/remote_clusters.js @@ -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 () => { const uri = `${API_BASE_PATH}`; const { body } = await supertest diff --git a/x-pack/test/api_integration/apis/xpack_main/telemetry/telemetry_local.js b/x-pack/test/api_integration/apis/xpack_main/telemetry/telemetry_local.js index 6bdbfdb527a6e..10ca227bd8289 100644 --- a/x-pack/test/api_integration/apis/xpack_main/telemetry/telemetry_local.js +++ b/x-pack/test/api_integration/apis/xpack_main/telemetry/telemetry_local.js @@ -303,6 +303,12 @@ export default function ({ getService }) { 'stack_stats.xpack.sql.queries.odbc.failed', 'stack_stats.xpack.sql.queries.odbc.paging', 'stack_stats.xpack.sql.queries.odbc.total', + 'stack_stats.xpack.sql.queries.odbc32.failed', + 'stack_stats.xpack.sql.queries.odbc32.paging', + 'stack_stats.xpack.sql.queries.odbc32.total', + 'stack_stats.xpack.sql.queries.odbc64.failed', + 'stack_stats.xpack.sql.queries.odbc64.paging', + 'stack_stats.xpack.sql.queries.odbc64.total', 'stack_stats.xpack.sql.queries.rest.failed', 'stack_stats.xpack.sql.queries.rest.paging', 'stack_stats.xpack.sql.queries.rest.total',