Open w4bremer opened 4 months ago
This error also occurs on Mac in the same test case. https://github.com/apigear-io/template-cpp14/actions/runs/10008342102/job/27664825600?pr=138#step:18:538
-------------------------------------------------------------------------------
OlinkConnection tests
Add sink after connecting to host. On teardown disconnect the client from
server first.
-------------------------------------------------------------------------------
/Users/runner/work/template-cpp14/template-cpp14/goldenmaster/apigear/olink/tests/olink_connection.test.cpp:127
...............................................................................
/Users/runner/work/template-cpp14/template-cpp14/goldenmaster/build/_deps/trompeloeil-src/include/catch2/trompeloeil.hpp:54: FAILED:
CHECK( failure.empty() )
with expansion:
false
with message:
failure := "/Users/runner/work/template-cpp14/template-cpp14/goldenmaster/
apigear/olink/tests/olink_connection.test.cpp:147
Unfulfilled expectation:
Expected *sink1.olinkOnInit(sink1Id, initProperties, testOlinkConnection->
node().get()) to be called once, actually never called
param _1 == tests.sink1
param _2 == {"property1":"some_string","property2":9,"property3":false}
param _3 == 0x1337041b0
"
Description of the bug
The olink network tests seem to fail occasionally without an obivious reason. This needs to be fixed and made more reliable for CI tests.
Steps To Reproduce
test_poco_olink
unit tests either locally or check the CI system.Additional Information
No response