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

RUN_LIMIT doesn't work well for many workloads #446

Open
rayx opened this issue Jul 2, 2024 · 0 comments
Open

RUN_LIMIT doesn't work well for many workloads #446

rayx opened this issue Jul 2, 2024 · 0 comments

Comments

@rayx
Copy link
Contributor

rayx commented Jul 2, 2024

Take nullworkload's start script cb_run_nothing.sh as an example, it has the following layout:

cb_run_nothing.sh
  -> call execute_load_generator to run workload and generate result
  -> call cb_report_app_metrics.py to upload metrics

The issue is that, while execute_load_generator checks RUN_LIMIT, the code that calls cb_report_app_metrics.py doesn't. As a result, although workload is skipped in execute_load_generator, cb_report_app_metrics.py keeps posting data to metrics store. I think many workload's scripts have this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant