You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
This error commonly occurs when an API request fails or when the workload is improperly configured. This error message is poorly configured and does not provide necessary details to debug. Users have to add logging statements in order to figure out what happened.
2024-12-18 19:56:27,458 -not-actor-/PID:20048 osbenchmark.benchmark ERROR Cannot run subcommand [execute-test].
Traceback (most recent call last):
File "/workplace/mikeovi/opensearch-benchmark/osbenchmark/benchmark.py", line 1024, in dispatch_sub_command
execute_test(cfg, args.kill_running_processes)
File "/workplace/mikeovi/opensearch-benchmark/osbenchmark/benchmark.py", line 746, in execute_test
with_actor_system(test_execution_orchestrator.run, cfg)
File "/workplace/mikeovi/opensearch-benchmark/osbenchmark/benchmark.py", line 773, in with_actor_system
runnable(cfg)
File "/workplace/mikeovi/opensearch-benchmark/osbenchmark/test_execution_orchestrator.py", line 381, in run
raise e
File "/workplace/mikeovi/opensearch-benchmark/osbenchmark/test_execution_orchestrator.py", line 378, in run
pipeline(cfg)
File "/workplace/mikeovi/opensearch-benchmark/osbenchmark/test_execution_orchestrator.py", line 69, in __call__
self.target(cfg)
File "/workplace/mikeovi/opensearch-benchmark/osbenchmark/test_execution_orchestrator.py", line 314, in benchmark_only
return execute_test(cfg, external=True)
File "/workplace/mikeovi/opensearch-benchmark/osbenchmark/test_execution_orchestrator.py", line 273, in execute_test
raise exceptions.BenchmarkError(result.message, result.cause)
osbenchmark.exceptions.BenchmarkError: Error in load generator [0]
Describe the solution you'd like
Add better error handling so that the error gets displayed to the user.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
This error commonly occurs when an API request fails or when the workload is improperly configured. This error message is poorly configured and does not provide necessary details to debug. Users have to add logging statements in order to figure out what happened.
Describe the solution you'd like
Add better error handling so that the error gets displayed to the user.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: