-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[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
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
Merged
evelyn-ys
merged 53 commits into
Azure:main
from
mbhardwaj-msft:mbhardwaj/azload-20241127
Jan 9, 2025
Merged
Changes from 14 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
4230ce1
[load] support multi-region load test configuration
mbhardwaj-msft e2f9857
merge latest main
mbhardwaj-msft 6dbc06e
refactor
mbhardwaj-msft fc572c0
update recordings
mbhardwaj-msft 67b0ea0
azdev style load
mbhardwaj-msft 2036fc4
refactor yaml keys to constants file
mbhardwaj-msft 5141df3
refactor test load test
mbhardwaj-msft 7fdecd5
update recordings
mbhardwaj-msft 441b5ec
azdev style load
mbhardwaj-msft 293de07
update help text
mbhardwaj-msft 6864806
update help text
mbhardwaj-msft d7f576b
action on comments
mbhardwaj-msft 889b1a9
refactor test regional-load autostop
mbhardwaj-msft 46cdd85
check for valid region names client-side
mbhardwaj-msft 68e8f40
[load] support advanced url tests
mbhardwaj-msft 25283f6
action on comments
mbhardwaj-msft 8029f70
action on comments
mbhardwaj-msft bc649e1
action on comments
mbhardwaj-msft 3045740
update recordings
mbhardwaj-msft 6766bd3
action on comments
mbhardwaj-msft 88a3091
update test and recordings
mbhardwaj-msft 862727f
refactor test exception scenarios
mbhardwaj-msft df7e056
azdev style load
mbhardwaj-msft 8a1e1ec
Merge pull request #1 from mbhardwaj-msft/mbhardwaj/azload-20241202
mbhardwaj-msft 63f020a
[load] dashboard reports | debug mode | copy artifacts sas url
mbhardwaj-msft ac1aaab
action on comments
mbhardwaj-msft 06b47c3
update recordings
mbhardwaj-msft f725e14
set copy artifacts ut live-only
mbhardwaj-msft d63c746
Merge pull request #2 from mbhardwaj-msft/mbhardwaj/azload-20241205
mbhardwaj-msft e9d4744
change copy-artifacts to get-artifacts
mbhardwaj-msft ad7444a
update recordings
mbhardwaj-msft 05085ac
Merge branch 'main' of https://github.com/mbhardwaj-msft/azure-cli-ex…
mbhardwaj-msft e36a2ba
[load] download-files high scale test update console message
mbhardwaj-msft 5e015cb
[load] download-files high scale test update console message
mbhardwaj-msft 6ca56c1
remove unused import
mbhardwaj-msft e7c049a
update texts
mbhardwaj-msft 3db9e03
update texts
mbhardwaj-msft 59ca975
Merge pull request #3 from mbhardwaj-msft/mbhardwaj/azload-20241209
mbhardwaj-msft 213725e
[load] convert test to jmx
mbhardwaj-msft d5e2a61
update comment
mbhardwaj-msft 7e4ad6d
update prompt text
mbhardwaj-msft 7d9d523
Merge pull request #4 from mbhardwaj-msft/mbhardwaj/azload-20241212
mbhardwaj-msft d8d7f33
[load] baseline trends | sas download
mbhardwaj-msft e8f8089
unit tests and recordings
mbhardwaj-msft 8f5c4d8
trends aggregate param,unit tests, recordings
mbhardwaj-msft a86901f
update HISTORY.rst
mbhardwaj-msft 7acd847
remove faulty recording
mbhardwaj-msft ed91f7c
action copilot review
mbhardwaj-msft 79fbf70
undo faulty commit by copilot
mbhardwaj-msft 9d59cac
test instruction
mbhardwaj-msft e22fc55
action on comments
mbhardwaj-msft 7c99b99
Merge pull request #6 from mbhardwaj-msft/mbhardwaj/azload-20241216
mbhardwaj-msft b497337
azdev mask recordings
mbhardwaj-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # -------------------------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # -------------------------------------------------------------------------------------------- | ||
|
|
||
| from dataclasses import dataclass | ||
|
|
||
|
|
||
| @dataclass | ||
| class LoadTestConfigKeys: | ||
| DISPLAY_NAME = "displayName" | ||
| DESCRIPTION = "description" | ||
| KEYVAULT_REFERENCE_IDENTITY = "keyVaultReferenceIdentity" | ||
| SUBNET_ID = "subnetId" | ||
| CERTIFICATES = "certificates" | ||
| SECRETS = "secrets" | ||
| ENGINE_INSTANCES = "engineInstances" | ||
| ENV = "env" | ||
| PUBLIC_IP_DISABLED = "publicIPDisabled" | ||
| AUTOSTOP = "autoStop" | ||
| AUTOSTOP_ERROR_RATE = "errorPercentage" | ||
| AUTOSTOP_ERROR_RATE_TIME_WINDOW = "timeWindow" | ||
| FAILURE_CRITERIA = "failureCriteria" | ||
| REGIONAL_LOADTEST_CONFIG = "regionalLoadTestConfig" | ||
| REGION = "region" | ||
| QUICK_START = "quickStartTest" | ||
| SPLIT_CSV = "splitAllCSVs" |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.