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

weird test failures in global_melt_parallel #2603

Closed
tjhei opened this issue Aug 9, 2018 · 2 comments · Fixed by #2610
Closed

weird test failures in global_melt_parallel #2603

tjhei opened this issue Aug 9, 2018 · 2 comments · Fixed by #2610

Comments

@tjhei
Copy link
Member

tjhei commented Aug 9, 2018

I have seen test repating failures on jenkins, see https://jenkins.tjhei.info/blue/organizations/jenkins/aspect/detail/PR-2599/1/pipeline/#step-60-log-452
for example:

******* All of 41 lines of diffs are:

----------------

##240     <== 

##240     ==> *** Snapshot created!



##240           <==

##240     #>1   ==> *** Snapshot created!

@ Line 240 in file "/home/dealii/build-gcc-fast/tests/output-global_melt_parallel/screen-output.cmp.notime" is shorter than expected!

The test works on my machine. Any idea what is going on?

@gassmoeller
Copy link
Member

Hmm, not sure, but the test writes a checkpoint after 1700 seconds (probably not a good idea), and if it sometimes finishes in less than 1700 seconds and sometimes not, it will only sometimes write the checkpoint. No single test should take 1700 seconds though (and dont we abort tests after 600 seconds?).

@gassmoeller
Copy link
Member

Oh, and by the way I can not see your tester output. It asks me for a login, but my old account does not work anymore.

tjhei added a commit to tjhei/aspect that referenced this issue Aug 15, 2018
remove checkpointing that would happen if tester runs slow

fixes geodynamics#2603
freddrichards pushed a commit to freddrichards/aspect that referenced this issue May 20, 2019
remove checkpointing that would happen if tester runs slow

fixes geodynamics#2603
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 a pull request may close this issue.

2 participants