On 12.06.2018 13:00, Julian Foad wrote:
> Branko Čibej wrote:
>> https://ci.apache.org/builders/svn-x64-macosx-apr1.3-nothread/builds/3416/steps/Test%20ra_local%2Bfsfs/logs/faillog
>>
>> With the file contents now being printed in the test log, we can see how
>> the test is failing. What's worrying is that we don't see this failure
>> either on Windows or Linux (at least, I haven't seen it in the buildbot
>> logs).
> I should have a chance to debug this on a Mac today or tomorrow.
The good news is that I can't reproduce this test failure locally. There
are two possible reasons I can think of:
* something's wrong with the version of APR used by the bot; it's
1.5.x compared to 1.6.x that I use;
* the filesystem on the bot is broken; but it's a RAMdisk that gets
recreated for each test run and it would be extremely strange if it
caused only that test to fail consistently.
-- Brane