From 2d7360cac41747679a37bc1fffde5afdb367cb14 Mon Sep 17 00:00:00 2001 From: Dzmitry Tamashevich Date: Mon, 28 Mar 2022 12:52:22 +0500 Subject: [PATCH] [Discover] add more log points --- .../apps/discover/search_source_alert.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert.ts b/x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert.ts index 29732a38cc562..fa20d2cac258c 100644 --- a/x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert.ts +++ b/x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert.ts @@ -230,8 +230,14 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { describe('Search source Alert', () => { before(async () => { await security.testUser.setRoles(['discover_alert']); + + log.debug('create source index'); await createSourceIndex(); + + log.debug('generate documents'); await generateNewDocs(5); + + log.debug('create output index'); await createOutputDataIndex(); log.debug('create data views');