Subject: | Test suite started to fail |
Since some days I observe the following (new) test failure on my smokers:
...
# Failed test at t/Geo-OGC-Service-WFS.t line 88.
# got: '1'
# expected: '0'
# Looks like you failed 1 test of 6.
t/Geo-OGC-Service-WFS.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
...
Looking with truss while executing the failing test script strange things happen (stat() calls on a XML snippet):
26873: 0.535863077 0.000146108 stat("<?xml version="1.0" encoding="UTF-8"?><ExceptionReport version="1.0"><Exception locator="typeName" exceptionCode="InvalidParameterValue"><ExceptionText>Type 'x' is not available</ExceptionText></Exception></ExceptionReport>",0x760248) ERR#2 'No such file or directory'
26873: 0.536485782 0.000009219 stat("<?xml version="1.0" encoding="UTF-8"?><ExceptionReport version="1.0"><Exception exceptionCode="InvalidParameterValue"><ExceptionText>Type 'x' is not available</ExceptionText></Exception></ExceptionReport>",0x760248) ERR#2 'No such file or directory'