From 53bd5f83a727cf4ed0180214e7bca2e456d2ea60 Mon Sep 17 00:00:00 2001 From: Amardeepsingh Siglani Date: Tue, 19 Mar 2024 03:08:40 -0700 Subject: [PATCH] [Index-mgmt] Renamed index to avoid collision for other tests (#879) * renamed index to avoid collision for other tests Signed-off-by: Amardeepsingh Siglani * randomized name Signed-off-by: Amardeepsingh Siglani --------- Signed-off-by: Amardeepsingh Siglani --- .../plugins/index-management-dashboards-plugin/indices_spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js b/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js index 723835d18..b0de7ef1c 100644 --- a/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js +++ b/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js @@ -256,8 +256,7 @@ describe('Indices', () => { }); describe('can search with reindex & recovery status', () => { - const reindexedIndex = - 'reindex_opensearch_dashboards_sample_data_ecommerce'; + const reindexedIndex = `${Date.now()}_reindex_sample_data_ecommerce`; const splittedIndex = 'split_opensearch_dashboards_sample_data_logs'; before(() => { cy.deleteAllIndices();