Ilya Kaznacheev
Ilya Kaznacheev
Was it fixed @yevgenp ?
> [ERROR] Tests run: 10228, Failures: 66, Errors: 27, Skipped: 30
YAML wire does not support deserialization of true as 1 and false as 0 - do we need it? TextBinaryWireTest is the relevant test
`InvalidYamWithCommonMistakesTest` failures were ignored because they test for non-compliant parsing and the goal of YAML is to be compliant
Unfortunately, we only target x86_64 and arm architectures and do not have SPARC targets, so we are not able to test and fix this.
But this build still fails on the TC (Snapshot Java 11) - can you make it pass in one change?
Also `net.openhft.chronicle.decentred.server.RPCGatewayTest#endToEnd`
Using Docker command line parameter `--net=host` (or, with `docker build`, `--network=host`) seems to be ameliorating the issue. I believe this is the way to go.
Please note that this YAML might be sligtly ill-formed - in reality it needs a `---` between objects, but this causes issues as well and will have a test case...