-
Notifications
You must be signed in to change notification settings - Fork 32
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" for the increment handler application #738
Conversation
Automated Global-Workflow GDASApp Testing Results:
|
Automated Global-Workflow GDASApp Testing Results:
|
Looks like one of the ctest timed out:
Can we ignore? |
According to
If we look at
The total execution time for the job was under 5 minutes
Why did ctest flag this job as exceeding 30 minutes run time?
ctest printout is wrong. |
I think the issue @RussTreadon-NOAA is the ctest counts the time in the queue. So if the queue is slow, the test will timeout. I wonder if there is a fix for this? |
Hmm, this is problem. We don't want false negatives! When I run ctests interactively, I source a setup script we used during the Dec 2020 JEDI training. In this script we set
Job 51900427 was submitted to the batch queue. Can we change the queue to debug to reduce queue wait time? |
We did that at one point, @RussTreadon-NOAA , but there are a limit on the number of debug jobs that can be submitted by a user. It runs under my account, so I was unable to do any independent work on the debug queue, so we changed it back. Perhaps we should work to move the testing to |
Good point. There's a limit of 2 concurrent debug jobs per user. Moving automated CI to a role account seems reasonable. Automated CI is for the group. We should use a group account to run it. |
Not really a fix, I just removed the linear variable change from the increment handler application. The option is not used when cycling and probably shouldn't anyways.