Skip to content

Commit 0ab92a0

Browse files
committed
Add back two integ tests and remove 21 from runtime
Signed-off-by: Ian Hoang <ianhoang16@gmail.com>
1 parent a44f6ea commit 0ab92a0

File tree

8 files changed

+3
-320
lines changed

8 files changed

+3
-320
lines changed

it/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from osbenchmark.utils import process
3838

3939
CONFIG_NAMES = ["in-memory-it", "os-it"]
40-
DISTRIBUTIONS = ["1.3.9", "2.5.0"]
40+
DISTRIBUTIONS = ["2.5.0"]
4141
WORKLOADS = ["geonames", "nyc_taxis", "http_logs", "nested"]
4242
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
4343

it/download_test.py

-36
This file was deleted.

it/info_test.py

-53
This file was deleted.

it/list_test.py

-53
This file was deleted.

it/proxy_test.py

-101
This file was deleted.

it/tracker_test.py

-74
This file was deleted.

osbenchmark/resources/provision_configs/1.0/provision_config_instances/v1/vanilla/config.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ docker_image=opensearchproject/opensearch
1818
# major version of the JDK that is used to build OpenSearch
1919
build.jdk = 21
2020
# list of JDK major versions that are used to run OpenSearch
21-
runtime.jdk = 21,17,16,15,14,13,12,11,8
21+
runtime.jdk = 17,16,15,14,13,12,11,8
2222
runtime.jdk.bundled = true

osbenchmark/resources/provision_configs/main/provision_config_instances/v1/vanilla/config.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ docker_image=opensearchproject/opensearch
1818
# major version of the JDK that is used to build OpenSearch
1919
build.jdk = 21
2020
# list of JDK major versions that are used to run OpenSearch
21-
runtime.jdk = 21,17,16,15,14,13,12,11,8
21+
runtime.jdk = 17,16,15,14,13,12,11,8
2222
runtime.jdk.bundled = true

0 commit comments

Comments
 (0)