-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[loadgenerator] - rewrite for new frontend and feature flags #290
Conversation
Suggesting an update for the commit message: |
When running the updated loadgen, I can see the following in the log:
|
After building with --no-cache option the error is gone. Loadgen seems to be running fine now. |
confirmed -- this seems to work well for me too! |
@puckpuck update (🙄) & merge at your leisure 🏎 |
Working well here too 👍 |
…lemetry#290) * loadgenerator rewrite * remove set_currency from load generator * add multi item checkout
Changes
A major rewrite of the load generator to incorporate 3 big changes
@task
annotationsThe recently updated frontend service meant some changes to the load generator. Namely, there is no more
set_currency
load since that route no longer exists. Thecart
andcheckout
loads were updated to match what the new frontend service has in place.CHANGELOG.md
updated for non-trivial changes