Skip to content

Commit

Permalink
[Tests][BWC][CI] use ODFE 1.0.2 (#1470)
Browse files Browse the repository at this point in the history
Previously users could migrate from 6.8 to OpenSearch.
But for OpenSearch 2.x, users need to at least migrate to 7.0 in
the legacy application.

For BWC tests, we were previously testing 6.8 but now we start
from 7.0.

Related issue:
opensearch-project/OpenSearch#1674

Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla authored Apr 18, 2022
1 parent cef9e61 commit 68a4d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bwctest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

set -e

DEFAULT_VERSIONS="osd-1.1.0,odfe-1.13.2,odfe-0.10.0"
DEFAULT_VERSIONS="osd-1.1.0,odfe-1.13.2,odfe-1.0.2"

function usage() {
echo ""
Expand Down

0 comments on commit 68a4d9d

Please sign in to comment.