[galaxyproject/galaxy] 35a716: Not all objects added to the runner work queue are
Branch: refs/heads/release_16.04 Home: https://github.com/galaxyproject/galaxy Commit: 35a716b8549bd575c96ef9cafe0e78a7e2048139 https://github.com/galaxyproject/galaxy/commit/35a716b8549bd575c96ef9cafe0e7... Author: Nate Coraor <nate@bx.psu.edu> Date: 2016-05-12 (Thu, 12 May 2016) Changed paths: M lib/galaxy/jobs/runners/__init__.py Log Message: ----------- Not all objects added to the runner work queue are JobWrappers/TaskWrappers as claimed in the comment. AsynchronousJobStates could also be added, and if the fail method was called this would result in the AttributeError of attempting to access an AJS' non-existent `get_id_tag` being logged in job.exeception as a red herring. Commit: 38209bbbac705612c11f7f3083e357e046cb5c64 https://github.com/galaxyproject/galaxy/commit/38209bbbac705612c11f7f3083e35... Author: John Chilton <jmchilton@gmail.com> Date: 2016-05-14 (Sat, 14 May 2016) Changed paths: M lib/galaxy/jobs/runners/__init__.py Log Message: ----------- Merge pull request #2350 from natefoo/fix-ajs-red-herring [16.04] Properly handle AsynchronousJobState objects in the job runner work queue Compare: https://github.com/galaxyproject/galaxy/compare/e28d305f3cda...38209bbbac70
participants (1)
-
GitHub