tonyzinger
tonyzinger
@hzhou No because I do not know what XML entry is being written or partially written. So I do not know what I need to add to close out the...
The stage in the jenkins job that I am executing the Mpich tests in has a timeout value of 15 hours. This was a sufficient amount of time in most...
If the test run is terminated, then the , , and entries are not in the xml file. So all 4 of these lines would need to be added to...
When I try to use the summary.junit.xml file to display the test results in a Jenkins job using xinit, it returns that the xml file is invalid and does not...
@hzhou I will give it a try. It will probably be Monday before I can verify it. Thanks.
I copied you runtest script from your PR into my Jenkins directory for test execution. I set the Jenkins Mpich Testing Stage to 15 minutes. The Jenkins job reached the...
No. I did not see any messages written by runtests. The only lines that I saw were: ``` 10:21:00 Unexpected output in bcast: base: struct of MPI_INT:4+MPI_DOUBLE:8 10:21:00 Unexpected output...
I have not been able to determine which signal is being sent on a timeout. I missed your question about the timeout mechanism that I use. This is a simplified...
As you suggested by removing the try-catch block, it works. When a timeout occurs the summary.junit.xml file has the correct entries at the beginning and the end of the file....
The g_total_run variable is not incremented in the SkippedTest function. So I believe that my calculation is correct. In the junit plugin display in Jenkins shows: ``` Duration ↑ |...