[galaxyproject/galaxy] b12b95: Attempted fix for transiently failing API test_job...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: b12b951e91e6b8472f81d73f184c40aac7f9aad8 https://github.com/galaxyproject/galaxy/commit/b12b951e91e6b8472f81d73f184c4... Author: John Chilton <jmchilton@gmail.com> Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M test/api/test_jobs.py Log Message: ----------- Attempted fix for transiently failing API test_jobs introduced in #3619. A couple things need to occur while the jobs are "running" and it seems that 60 seconds wasn't enough time to sleep for all that to happen on Jenkins. I checked the timing in the raw logs (they are for some reasons being filtered out in the Jenkins display of the XUnit) - and indeed the jobs are properly sleeping the correct amount of time but the client API calls need some more time it seems. My initial thought was maybe the jobs were being interrupted or something - and that does not appear to be the case. Commit: ffed281c33be5bcb1006cd3e94055fa01e5c3d18 https://github.com/galaxyproject/galaxy/commit/ffed281c33be5bcb1006cd3e94055... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-04-30 (Sun, 30 Apr 2017) Changed paths: M test/api/test_jobs.py Log Message: ----------- Merge pull request #3988 from jmchilton/job_test_timing_improvements Attempted fix for transiently failing API test_jobs introduced in #3619. Compare: https://github.com/galaxyproject/galaxy/compare/c93afcec64d5...ffed281c33be
participants (1)
-
GitHub