Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

enable all component tests and make sure they work #902

Merged
merged 2 commits into from
Apr 30, 2019

Conversation

plessbd
Copy link
Contributor

@plessbd plessbd commented Apr 30, 2019

part of the component tests were not being run due to #634, this re-enables them and makes them actually pass again.

The reason for the duration changes is due to how the calculation for "minmax" is done

Originally it was based on min job submit/start/end time, then when the cloud realm was added (#620) it was locally modified so that we could get the data since the original calculation used the jobfact table to get the data.

After this the tests were inadvertently disabled in #624 the calculation was changed to use the aggregate tables in #717 this should have been updated as the aggregate tables do not use submit time as a start.

If @jpwhite4 wants to correct or update this explanation he is free to do so

@plessbd plessbd force-pushed the fix-component-tests branch from 9bceb87 to e3d1954 Compare April 30, 2019 13:37
@plessbd plessbd force-pushed the fix-component-tests branch from e3d1954 to 737e627 Compare April 30, 2019 13:40
@plessbd plessbd merged commit 05cf7a2 into ubccr:xdmod8.5 Apr 30, 2019
@plessbd plessbd added bug Bugfixes Category:General General qa / testing Updates/additions to tests labels Oct 16, 2019
@plessbd plessbd added this to the 8.5.0 milestone Oct 16, 2019
@jpwhite4 jpwhite4 removed the bug Bugfixes label Oct 16, 2019
@plessbd plessbd deleted the fix-component-tests branch October 31, 2019 12:22
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Category:General General qa / testing Updates/additions to tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants