Skip to content

Commit

Permalink
[Index-mgmt] Renamed index to avoid collision for other tests (#879)
Browse files Browse the repository at this point in the history
* renamed index to avoid collision for other tests

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* randomized name

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
  • Loading branch information
amsiglan authored Mar 19, 2024
1 parent 424f59c commit 53bd5f8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 53bd5f8

Please sign in to comment.