Skip to content

Commit

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

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* randomized the name

Signed-off-by: Amardeepsingh Siglani <[email protected]>

* minor edit

Signed-off-by: Amardeepsingh Siglani <[email protected]>

---------

Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan authored Oct 4, 2023
1 parent 3717317 commit c9ee445
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 c9ee445

Please sign in to comment.