Skip to content

Some of the returned values are performance dependant - stddev#349

Closed
doychin wants to merge 1 commit intoapache:masterfrom
doychin:performance-dependant-values
Closed

Some of the returned values are performance dependant - stddev#349
doychin wants to merge 1 commit intoapache:masterfrom
doychin:performance-dependant-values

Conversation

@doychin
Copy link
Copy Markdown
Contributor

@doychin doychin commented Jan 2, 2019

This one is more complex as change. stdDev value in histogram depends on how fast values are added to the histogram on the server. In order to reuse existing expected values and filter the value that is not always the same, I've had to implement some parsing before comparing the returned string with expected string.
In case you don't like it I'm open for suggestions.

…stogram

This one is more complex as change. In order to reuse existing expected values and filter the value that is not always the same I've implemented some parsing before comparing the returned string with expected string.
In case you don't like it I'm open for suggestions.
@brunobat
Copy link
Copy Markdown
Contributor

brunobat commented Jan 3, 2019

Hi @doychin.
Thanks for the PR.
Can you please resolve the conflict?

@doychin
Copy link
Copy Markdown
Contributor Author

doychin commented Jan 3, 2019

Conflict was introduced by commit e7e8082

This commit also contains the fix I propose in #347.

@brunobat
Copy link
Copy Markdown
Contributor

brunobat commented Jan 3, 2019

Ok. If the fix is already in, probably you can close this PR.

@doychin
Copy link
Copy Markdown
Contributor Author

doychin commented Jan 3, 2019

No. Only the fix for PR #347 is in. The problem with that commit is that it changes 2 files. One that introduces the conflict and that change is not OK. The test will fail again on next run.

The other is the same fix I propose in #347.

If you can revert that commit then you should be able to apply both PR #347 and this (#349)

@asfgit asfgit closed this in 512982f Jan 3, 2019
@radcortez
Copy link
Copy Markdown
Contributor

I've rebased and fix the conflict. Should be ok now. Thank you @doychin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants