Skip to content

Commit

Permalink
Add bwc test data for osd with bundle (#940)
Browse files Browse the repository at this point in the history
This PR contains 13 zipped bwc test data for osd with bundle.
The data has been tested by osd-1.1 and osd-1.2. To use, here are
the steps:
1)unzip the data to opensearch, for example:
tar -xvf odfe-1.13.2.tar.gz
You need to remove data folder first if there is one in opensearch
2)run opensearch: ./bin/opensearch
3)run dashboards: ./bin/opensearch-dashboards
4)run any cypress test

Besides the above manual process, we now offer a script in this PR:
#931

To run bwc test using osd bundle data, use this command:
./cypress/bwctest-osd.sh
-o /path/to/opensearch.tar.gz
-d /path/to/opensearch-dashboards.tar.gz
-b true

Pls see more details in the above PR.

fix data issue for eCommerse data
resubmit data to fix timestamp issue

Partically Resolved:
opensearch-project/opensearch-build#705

Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh authored Dec 15, 2021
1 parent 382ebe0 commit 160a7fd
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 0 deletions.
Binary file added cypress/test-data/osd-bundle/odfe-0.10.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.0.2.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.1.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.11.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.13.2.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.2.1.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.3.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.4.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.7.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.8.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/odfe-1.9.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/osd-1.0.0.tar.gz
Binary file not shown.
Binary file added cypress/test-data/osd-bundle/osd-1.1.0.tar.gz
Binary file not shown.

0 comments on commit 160a7fd

Please sign in to comment.