natevw / fatfs

Standalone FAT16/FAT32 filesystem implementation in JavaScript
47 stars 13 forks source link

Premature EEXIST when adding files? #6

Closed natevw closed 10 years ago

natevw commented 10 years ago

After running tests with a very-random folder name, they started failing on fs.mkdir with an EXIST error. There were maybe around 20 folders. This should not have happened, perhaps the numeric suffix thing is broken or something?

natevw commented 10 years ago

Whatever happened here, it seems to have gotten fixed: screen shot 2014-06-13 at 11 34 02 pm Filed #14 though for adding better test coverage for stuff like this.