From fcd4914ff94b77763087d40454e921a0d021ef42 Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Fri, 13 Sep 2024 10:13:30 -0400 Subject: [PATCH 1/2] fmatch bumped Signed-off-by: Shashank Reddy Boyapally --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b244dd..c36cce9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2023.11.17 click==8.1.7 elastic-transport==8.11.0 elasticsearch==7.13.0 -fmatch==0.0.8 +fmatch==0.0.9 Jinja2==3.1.3 python-dateutil==2.8.2 pytz==2023.3.post1 From 090d3c5747b23c771a220321ae24aedd2f3aac54 Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Fri, 13 Sep 2024 10:19:30 -0400 Subject: [PATCH 2/2] added version env var for tests Signed-off-by: Shashank Reddy Boyapally --- test.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test.bats b/test.bats index 44c7570..a48f0ce 100644 --- a/test.bats +++ b/test.bats @@ -16,6 +16,7 @@ setup() { export ES_SERVER="$QE_ES_SERVER" export es_metadata_index="perf_scale_ci*" export es_benchmark_index="ripsaw-kube-burner*" + export version='4.17' } @test "orion cmd label small scale cluster density with hunter-analyze " {