From c9ee445196c6bf2499a36cfbfbc0dad3c6896025 Mon Sep 17 00:00:00 2001 From: Amardeepsingh Siglani Date: Tue, 3 Oct 2023 17:37:26 -0700 Subject: [PATCH] [Index-mgmt 2.x] Renamed index to avoid collision for other tests (#874) * renamed index to avoid collision for other tests Signed-off-by: Amardeepsingh Siglani * randomized the name Signed-off-by: Amardeepsingh Siglani * minor edit 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 ea255848d..c7f6e7f97 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();