Branch: refs/heads/release_16.01 Home: https://github.com/galaxyproject/galaxy Commit: 981f904c3f8a501ffabaf7b83538151070bd8a21 https://github.com/galaxyproject/galaxy/commit/981f904c3f8a501ffabaf7b835381... Author: John Chilton <jmchilton@gmail.com> Date: 2016-01-29 (Fri, 29 Jan 2016) Changed paths: M lib/galaxy/objectstore/__init__.py M lib/galaxy/util/__init__.py Log Message: ----------- Attempt to fix transiently failing test due to object store makedirs call. Failing test - https://jenkins.galaxyproject.org/job/docker-api/2421/testReport/junit/api.t.... If you look at the actual source code for os.makedirs - it does inconsistently handle errno.EEXIST - this is probably a better approach than raw os.makedirs for most cases. xref #1617 Commit: ade18b3cd23c54c347d38585736d32da5fccc4dd https://github.com/galaxyproject/galaxy/commit/ade18b3cd23c54c347d38585736d3... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-02-01 (Mon, 01 Feb 2016) Changed paths: M lib/galaxy/objectstore/__init__.py M lib/galaxy/util/__init__.py Log Message: ----------- Merge pull request #1623 from jmchilton/makedirs [16.01] Attempt to fix transiently failing test due to objectstore makedirs … Compare: https://github.com/galaxyproject/galaxy/compare/44336b289bd5...ade18b3cd23c