-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Multiple fixes to the CLT tasks (QuickPerfTestV1|RunLoadTestV1|RunJMeterLoadTestV1) #7226
Conversation
$tdjson = @" | ||
{ | ||
"dropType": "InplaceDrop", | ||
"dropType": "TestServiceBlobDrop", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TestServiceBlobDrop [](start = 21, length = 19)
why is there a change in the drop type ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Jmeter it was always TestServiceBlobDrop.
This particular function was unused.
I am using it now, hence the change in the dropType here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
"East US": "East US (Virginia)", | ||
"East US 2": "East US 2 (Virginia)", | ||
"Australia East": "Australia East (New South Wales)", | ||
"Australia Southeast": "Australia Southeast (Victoria)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did u do upgrade testing. not sure if existing build definition will break
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, validated the upgrade path as well.
he is oof. and he has already reviewed ofline
…terLoadTestV1) (#7226) Fixes: 1) Fixed a new domain issue with the quick web test task Removed a check for hosted account where we were using hard coded URLs. We are not doing any validation for hosted now – which is the case with other two tasks already. 2) Fixed an issue with the default values for self-provisioned rig option Without default values for agent group and agent count the quick web test\load test tasks do fail Defaults values --> agent group = default, number of agents = 1 3) Fixed a broken link issue with the JMeter result link on build summary, markdown fixed It was already fixed for other two tasks earlier Changes: 4) Geo location list for tasks is updated to add India locations –- South India, Central India 5) Added geo location input in the JMeter task –- it was not present earlier 6) The geo location list is now sorted -- it was not sorted earlier
…terLoadTestV1) (#7226) (#7251) Fixes: 1) Fixed a new domain issue with the quick web test task Removed a check for hosted account where we were using hard coded URLs. We are not doing any validation for hosted now – which is the case with other two tasks already. 2) Fixed an issue with the default values for self-provisioned rig option Without default values for agent group and agent count the quick web test\load test tasks do fail Defaults values --> agent group = default, number of agents = 1 3) Fixed a broken link issue with the JMeter result link on build summary, markdown fixed It was already fixed for other two tasks earlier Changes: 4) Geo location list for tasks is updated to add India locations –- South India, Central India 5) Added geo location input in the JMeter task –- it was not present earlier 6) The geo location list is now sorted -- it was not sorted earlier
Fixes:
Fixed a new domain issue with the quick web test task
Removed a check for hosted account where we were using hard coded URLs.
We are not doing any validation for hosted now – which is the case with other two tasks already.
Fixed an issue with the default values for self-provisioned rig option
Without default values for agent group and agent count the quick web test\load test tasks do fail
Defaults values --> agent group = default, number of agents = 1
Fixed a broken link issue with the JMeter result link on build summary, markdown fixed
It was already fixed for other two tasks earlier
Changes:
Geo location list for tasks is updated to add India locations –- South India, Central India
Added geo location input in the JMeter task –- it was not present earlier
The geo location list is now sorted -- it was not sorted earlier