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
When users run http_logs, there is the following error:
No runner available for operation type [status-200s-in-range]
This is because OSB to look for an operation called status-200s-in-range in operations/default.json, but OSB is unable to find it.
To fix this, we can either:
Rename operations/default.json 200s-in-range to status-200s-in-range.
Or in test_procedures/default.json, add a new field called "name" and assign it to status-200s-in-range and revert "operations" field back to 200s-in-range. For an example, see this one.
The second approach might be more suitable since the original intention was to add adjustable throughput parameters for tasks in the test procedure.
How can one reproduce the bug?
Run http_logs
What is the expected behavior?
No error
What is your host/environment?
Operating system, version.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
What is the bug?
When users run http_logs, there is the following error:
This is because OSB to look for an operation called status-200s-in-range in operations/default.json, but OSB is unable to find it.
To fix this, we can either:
Rename operations/default.json 200s-in-range to status-200s-in-range.
Or in test_procedures/default.json, add a new field called "name" and assign it to status-200s-in-range and revert "operations" field back to 200s-in-range. For an example, see this one.
The second approach might be more suitable since the original intention was to add adjustable throughput parameters for tasks in the test procedure.
How can one reproduce the bug?
Run http_logs
What is the expected behavior?
No error
What is your host/environment?
Operating system, version.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: