Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Http Logs Rename Task Bug #407

Closed
IanHoang opened this issue Sep 20, 2024 · 1 comment
Closed

[BUG] Http Logs Rename Task Bug #407

IanHoang opened this issue Sep 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@IanHoang
Copy link
Collaborator

What is the bug?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant