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

Shorten testing #102

Merged
merged 3 commits into from
May 20, 2021
Merged

Shorten testing #102

merged 3 commits into from
May 20, 2021

Conversation

jobordner
Copy link
Contributor

CircleCI tests have been failing due to timing out on individual tests. While testing needs some more serious updating to bring everything back online again (unit tests, cosmology, etc.), this is intended as a quick fix to shorten the time of longer tests so that CircleCI doesn't time out. With the current tests being run, that's just "adapt-L5", which does simple hydro on a 2D AMR mesh, and "mesh-balanced", which is obsolete and redundant with adapt-L5 (it doesn't test load balancing as its current categorization would indicate; "balanced" here refers to maintaining the 2-1 mesh refinement jump limit). When cosmology tests get re-added back in they will need to be updated to shorten their times as well.

@bwoshea
Copy link
Contributor

bwoshea commented May 20, 2021

@jobordner this seems pretty straightforward, but it seems that none of the CircleCI tests actually ran on this PR - do you have any idea why? As I look at the actual files, I don't see any reason why they wouldn't run...

@bwoshea bwoshea self-assigned this May 20, 2021
@jobordner
Copy link
Contributor Author

@bwoshea I'm not sure why they didn't run, maybe there were a couple of updates in quick succession which it didn't like. I've pushed a small bugfix (see #98) to retrigger testing, and tests seem to be running now.

@bwoshea
Copy link
Contributor

bwoshea commented May 20, 2021

@jobordner awesome, thank you!

Copy link
Contributor

@gregbryan gregbryan left a comment

Choose a reason for hiding this comment

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

Looks good to me -- thanks James!

Copy link
Contributor

@jwise77 jwise77 left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks James!

@jwise77 jwise77 merged commit 3a62585 into enzo-project:master May 20, 2021
@jobordner jobordner deleted the shorten-testing branch May 20, 2021 02:46
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.

None yet

4 participants