Ensuring a repeatable directory ordering in linux
- by Paul Biggar
I run a hosted continuous integration company, and we run our customers' code on Linux. Each time we run the code, we run it in a separate virtual machine. A frequent problem that arises is that a customer's tests will sometimes fail because of the directory ordering of their code checked out on the VM.
Let me go into more detail. On OSX, the HFS+…