[load] support multi-region load | advanced url tests | dashboard reports | debug mode | copy artifacts sas url | high scale test config | convert to jmx | baseline trends | sas download#8350
Merged
evelyn-ys merged 53 commits intoAzure:mainfrom Jan 9, 2025
Conversation
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| load test compare-to-baseline | cmd load test compare-to-baseline added |
||
| load test convert-to-jmx | cmd load test convert-to-jmx added |
||
| load test create | cmd load test create added parameter regionwise_engines |
||
| load test create | cmd load test create added parameter test_type |
||
| load test set-baseline | cmd load test set-baseline added |
||
| load test update | cmd load test update added parameter regionwise_engines |
||
| load test-run create | cmd load test-run create added parameter debug_mode |
||
| load test-run download-files | cmd load test-run download-files added parameter test_run_report |
||
| load test-run get-artifacts-url | cmd load test-run get-artifacts-url added |
|
Hi @mbhardwaj-msft, |
Collaborator
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
Contributor
CodeGen Tools Feedback CollectionThank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey |
Contributor
|
prativen
reviewed
Nov 29, 2024
mbhardwaj-msft
commented
Nov 29, 2024
mbhardwaj-msft
commented
Nov 29, 2024
src/load/azext_load/tests/latest/resources/config-regionwise-engines-no-parent-region.yaml
Show resolved
Hide resolved
src/load/azext_load/tests/latest/test_load_test_regional_load.py
Outdated
Show resolved
Hide resolved
src/load/azext_load/tests/latest/test_load_test_regional_load.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
[load] baseline trends | sas download
mitsha-microsoft
approved these changes
Jan 7, 2025
Member
|
@mbhardwaj-msft, please fix the CI failure (remove secrets in recording files). |
mitsha-microsoft
approved these changes
Jan 8, 2025
evelyn-ys
approved these changes
Jan 9, 2025
Collaborator
|
[Release] Update index.json for extension [ load ] : https://dev.azure.com/msazure/One/_build/results?buildId=112054032&view=results |
Jenniferyingni
pushed a commit
to Jenniferyingni/azure-cli-extensions
that referenced
this pull request
Feb 9, 2025
…orts | debug mode | copy artifacts sas url | high scale test config | convert to jmx | baseline trends | sas download (Azure#8350) * [load] support multi-region load test configuration * refactor * update recordings * azdev style load * refactor yaml keys to constants file * refactor test load test * update recordings * azdev style load * update help text * update help text * action on comments * refactor test regional-load autostop * check for valid region names client-side * [load] support advanced url tests * action on comments * action on comments * action on comments * update recordings * action on comments * update test and recordings * refactor test exception scenarios * azdev style load * [load] dashboard reports | debug mode | copy artifacts sas url * action on comments * update recordings * set copy artifacts ut live-only * change copy-artifacts to get-artifacts * update recordings * [load] download-files high scale test update console message * [load] download-files high scale test update console message * remove unused import * update texts * update texts * [load] convert test to jmx * update comment * update prompt text * [load] baseline trends | sas download * unit tests and recordings * trends aggregate param,unit tests, recordings * update HISTORY.rst * remove faulty recording * action copilot review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * undo faulty commit by copilot * test instruction * action on comments * azdev mask recordings --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.