An Interesting Journey

We continue trying to narrow down the source of our EPERM problem. We know it’s related to the Node.js pipe() function, so we want to take our HTTP code out of the mix and reproduce the problem using pure file streams. Once we do, it makes the problem obvious: we’re trying to delete something that’s still open. So why doesn’t it fail consistently on Windows?

  1. E154An Unexpected Detour

    Wed, 27 Nov ’13
  2. E155The Simplest Possible Test Case

    Mon, 2 Dec ’13
  3. E156A Single Test Method

    Wed, 4 Dec ’13
  4. E157pipe() dreams

    Mon, 9 Dec ’13
  5. E158An Interesting Journey

    Wed, 11 Dec ’13
  6. E159A Question of Quality

    Mon, 16 Dec ’13