Re: Publicfile test output differs from expected
Jeff King <[email protected]> Thu, 3 Aug 2006 23:23:24 -0400
| Newsgroups | gmane.comp.djb.publicfile |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 02, 2006 at 11:43:56PM +0200, Magnus Naeslund(k) wrote: > When I installed publicfile the other day I noticed that the rts.out > differed from the rts.exp. > This is an Ubuntu Dapper linux amd64 server with 2.6.17.x kernel and the > only thing I changed is the needed: I haven't ever run the rts tests, but it looks like there's a race condition between the output of the log message and the actual HTTP response. I get different output between runs of rts. I suspect the problem is that some output is going to fd 2 and some to fd 3; even though they both end up in the same place, there might be some random ordering at the OS level. It doesn't seem to be worth worrying about; it's a defect in the tests, not in the server. -Peff