On 1/23/2016 7:30 PM, Andy Bradford wrote:
Thus said Ross Berteig on Sat, 23 Jan 2016 16:48:45 -0800:
I should add that it is not unique to my new file json.test. I've seen
it happen other calls to repo_init when all tests are run. Since it is
treated as an exception by Tcl, the tests halt at that point.
I have not seen this at all on OpenBSD.
Now that I've glanced inside sqlite3.c in the neighborhood of line
39938, it is clear that this precise message can only appear on Windows.
It is inside an if(osIsNT()){...} block, and is documenting the amount
of time spent retrying a file operation. Unfortunately, I don't know
anything else about the operation that failed.
Whatever is happening is causing that invocation of fossil to fail,
which stops the test suite cold.
I suppose I should write a test case for it and attempt to get a clearer
failure case for easier debugging. I'll see what I can do to provoke it.
--
Ross Berteig r...@cheshireeng.com
Cheshire Engineering Corp. http://www.CheshireEng.com/
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev