From 76feaf487086855b66bbf4634532893964d59cb0 Mon Sep 17 00:00:00 2001 From: Chandrakala Subramanyam Date: Mon, 2 Dec 2024 10:24:38 +0530 Subject: [PATCH] Updated time range Signed-off-by: Chandrakala Subramanyam --- .../local_monitoring_tests/bulk_scale_test/bulk_input.json | 4 ++-- .../local_monitoring_tests/bulk_scale_test/bulk_scale_test.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/scripts/local_monitoring_tests/bulk_scale_test/bulk_input.json b/tests/scripts/local_monitoring_tests/bulk_scale_test/bulk_input.json index c20b762c0..fd49ff605 100644 --- a/tests/scripts/local_monitoring_tests/bulk_scale_test/bulk_input.json +++ b/tests/scripts/local_monitoring_tests/bulk_scale_test/bulk_input.json @@ -15,8 +15,8 @@ }, "datasource": "thanos", "time_range": { - "start": "2024-09-01T00:00:00.000Z", - "end": "2024-09-11T00:00:00.000Z" + "start": "2024-11-01T00:00:00.000Z", + "end": "2024-11-28T00:00:00.000Z" } } diff --git a/tests/scripts/local_monitoring_tests/bulk_scale_test/bulk_scale_test.py b/tests/scripts/local_monitoring_tests/bulk_scale_test/bulk_scale_test.py index b0c757c65..acf84de32 100644 --- a/tests/scripts/local_monitoring_tests/bulk_scale_test/bulk_scale_test.py +++ b/tests/scripts/local_monitoring_tests/bulk_scale_test/bulk_scale_test.py @@ -355,8 +355,8 @@ def parallel_requests_with_time_range(max_workers, resultsdir, initial_end_time, sys.exit(1) start_time = time.time() - #responses = parallel_requests_to_bulk(max_workers, results_dir) - responses = parallel_requests_with_time_range(max_workers, results_dir, initial_end_date, interval_hours, days_of_res) + responses = parallel_requests_to_bulk(max_workers, results_dir) + #responses = parallel_requests_with_time_range(max_workers, results_dir, initial_end_date, interval_hours, days_of_res) # Print the results for i, response in enumerate(responses):