Compare these two builds (you can login as guest to view them; Vincent has credentials to do more):
- Success http://80.100.143.119:58080/Spring4Djwp/ci/builds/view/781
- Failure http://80.100.143.119:58080/Spring4Djwp/ci/builds/log/776
The only change is this one:
spring4djwp | 4e81f66f88952b2df… | master | Jeroen Wiert Pluimers | prevent Delphi 2010 bug with wrong reference counting in records containing only one field of an interface type: |
This fixes the DUnitX step for which you can download the artefacts here:
- success 781: http://80.100.143.119:58080/Spring4Djwp/ci/builds/downloadartifact/781?artifactId=981f221e-7d59-4f4b-b370-a41d012bbbe1
- failure 776: http://80.100.143.119:58080/Spring4Djwp/ci/builds/downloadartifact/776?artifactId=77c97dd9-f3dd-4666-909f-a41800e33eea
(I cannot attach the files as the forum software refuses to upload XML files)
Using the tools in https://github.com/VSoftTechnologies/DUnit-XML/pull/3 you can PrettyPrint the XML and verify:
1. the difference has to do with success/failure of just a few tests
2. neither conforms to the NUnit XSD
But still ContinuaCI displays the 781 build (success), but not the 776 build (failure).
Why?
–jeroen