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

Multiple fixes to the CLT tasks (QuickPerfTestV1|RunLoadTestV1|RunJMeterLoadTestV1) #7226

Merged
merged 8 commits into from
May 18, 2018

Conversation

ganesp
Copy link
Contributor

@ganesp ganesp commented May 16, 2018

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:

  1. Geo location list for tasks is updated to add India locations –- South India, Central India

  2. Added geo location input in the JMeter task –- it was not present earlier

  3. The geo location list is now sorted -- it was not sorted earlier

@ganesp ganesp requested a review from cltshivash May 16, 2018 18:49
@ganesp ganesp changed the title Fixes for: new domain issue, self provisioned agent default values Multiple fixes to the CLT tasks (QuickPerfTestV1|RunLoadTestV1|RunJMeterLoadTestV1) May 17, 2018
@ganesp ganesp closed this May 17, 2018
@ganesp ganesp reopened this May 17, 2018
$tdjson = @"
{
"dropType": "InplaceDrop",
"dropType": "TestServiceBlobDrop",
Copy link
Contributor

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 ?

Copy link
Contributor Author

@ganesp ganesp May 17, 2018

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.

Copy link
Contributor

@cltshivash cltshivash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕐

@ganesp ganesp closed this May 18, 2018
@ganesp ganesp reopened this May 18, 2018
@ganesp ganesp requested a review from acesiddhu May 18, 2018 08:32
"East US": "East US (Virginia)",
"East US 2": "East US 2 (Virginia)",
"Australia East": "Australia East (New South Wales)",
"Australia Southeast": "Australia Southeast (Victoria)",
Copy link
Contributor

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

Copy link
Contributor Author

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.

@acesiddhu acesiddhu dismissed cltshivash’s stale review May 18, 2018 11:04

he is oof. and he has already reviewed ofline

@ganesp ganesp merged commit 4286d1d into master May 18, 2018
@ganesp ganesp deleted the users/ganesp/ndf branch May 18, 2018 13:01
ganesp added a commit that referenced this pull request May 18, 2018
…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
ganesp added a commit that referenced this pull request May 18, 2018
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants