diff --git a/scripts/ci/locustfile.py b/scripts/ci/locustfile.py index bbe9aa1ce..e628cd4f2 100644 --- a/scripts/ci/locustfile.py +++ b/scripts/ci/locustfile.py @@ -52,6 +52,10 @@ class OSRMTasks(TaskSet): # it is expected that some of requests will fail with such error: map matching fails sometimes if j['code'] == 'NoSegment' or j['code'] == 'NoMatch': response.success() + else: + print(f"MATCH Unexpected error: {j}") + else: + print(f"MATCH Unexpected status code: {response.status_code}") @task