/home/cta/CTA/common/json/test/JSONCObjectTest.cpp:33: FailureExpected equality of these values: "{\"integer_number\":42,\"str\":\"forty two\",\"double_number\":42.234567}" to.getJSON() Which is: "{\"integer_number\":42,\"str\":\"forty two\",\"double_number\":42.234566999999998}"
In Centos7 we didn't have that loose of precision. The number was the same. Is it acceptable?
One place where this will be kind of important will be the new log format in the timestamp (see #488 (closed)): "time":"1694677443.123456789" we should not have multiple log lines with the same message colliding on the timestamp because of the double rounding.
Related to RQF2473364 that Nilo helped you with. If your system is puppet managed, take a look at https://gitlab.cern.ch/ai/it-puppet-module-cernoracle - it's a puppet module adding all necessary repos for Oracle client and tnsnames file.
The strategy here was to disable the certificate check in CI tests if the container is Alma: WARNING: Certificate checks are disabled in this test.
The certificate generation script was adapted from EOS CI but it has not been ported yet to Alma9.
This is an independent issue that should not be on the critical path for Alma9 compilation.
Indeed we know how to get some valid host certificates in production, but this is a bit trickier in CI closed environment.