From 41b48f416973b5f114b517cb71cafe8302950a45 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Sat, 16 Apr 2022 08:14:16 +0000 Subject: [PATCH] [Tests][BWC][CI] use ODFE 1.0.2 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: https://github.com/opensearch-project/OpenSearch/issues/1674 Signed-off-by: Kawika Avilla --- bwctest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bwctest.sh b/bwctest.sh index b48541c69bf5..25ba57d52720 100755 --- a/bwctest.sh +++ b/bwctest.sh @@ -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 ""