Files
catalyst/tests
Eddie Hebert 984e934e83 BUG: Fix OSError when creating sids that share dir
Fix a bug where creating a sid bcolz file when the containing directory
was already occupied by a sid caused an OSError on attempt of creating
the directory because it already existed.

e.g. if there were two sids, `1` and `2`. The paths would be
`00/00/000001.bcolz` and `00/00/000002.bcolz` which share the same
directory `00/00`.

Fixed by checking for directory existence before calling `makedirs`.

Add test coverage which exercises writing of sids that are siblings in
the sid directory structure.
2016-01-25 10:37:50 -05:00
..
2015-04-16 17:09:14 -04:00
2015-10-01 18:03:53 -04:00
2012-05-09 13:34:13 -04:00
2015-10-19 16:35:03 -04:00
2015-04-30 14:31:01 -04:00