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

Fix multi-timeseries dataset-show-remainder bug #1239

Merged
merged 1 commit into from
Mar 2, 2020

Conversation

jpwhite4
Copy link
Member

If you have multiple datasets in the metric explorer and tick 'show
remainder' then the remainder calculation is incorrect for all but the
dataset with the largest series count. This is because the maximum
number of series per dataset is used to compute the remainder rather
than the number of series for each dataset.

Also added a test to confirm the correct behaviour.

If you have multiple datasets in the metric explorer and tick 'show
remainder' then the remainder calculation is incorrect for all but the
dataset with the largest series count. This is because the maximum
number of series per dataset is used to compute the remainder rather
than the number of series for each dataset.

Also added a test to confirm the correct behaviour.
@sonarcloud
Copy link

sonarcloud bot commented Feb 28, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@jpwhite4 jpwhite4 merged commit 6ca40cc into ubccr:xdmod9.0 Mar 2, 2020
@jpwhite4 jpwhite4 deleted the multiremainder branch March 2, 2020 18:55
@jtpalmer jtpalmer changed the title Fix multi-timeseries dataset-show-remainder bug. Fix multi-timeseries dataset-show-remainder bug Aug 10, 2020
@jtpalmer jtpalmer added this to the 9.0.0 milestone Aug 10, 2020
@jtpalmer jtpalmer added bug Bugfixes Category:Metric Explorer Metric Explorer / Usage labels Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugfixes Category:Metric Explorer Metric Explorer / Usage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants