Broken tests in CI
View options
- Truncate descriptions
-
There are currently no rules in the
CMakeLists.txt
file to build the following tests:ut_routing_table
,ut_sipcall
,ut_swarm_conversation
,ut_swarm_spread
,ut_sip
-
ut_conversation
systematically fails with the following error:
1) test: jami::test::ConversationTest::testImportMalformedContacts (E)
uncaught exception of type std::exception (or derived).
- Unable to read file: /foo/build/conversation/rsc/incorrectContacts
-
ut_media_decoder
systematically ends with an invalid free:
[22;36m[1744873947.434|53924|manager.cpp :885 ] [0mStopping schedulers and worker threads[0m
07:12:27.434 ../src/pj/os_core_unix !Assert failed: initialized > 0
OK (1 tests)
free(): invalid pointer
Aborted (core dumped)
-
ut_media_player
systematically fails with the following errors:
1) test: jami::test::MediaPlayerTest::testCreate (F) line: 110 /foo/test/unitTest/media/test_media_player.cpp
assertion failed
- Expression: audio_stream_ != -1
2) test: jami::test::MediaPlayerTest::testJPG (F) line: 127 /foo/test/unitTest/media/test_media_player.cpp
assertion failed
- Expression: video_stream_ != -1
3) test: jami::test::MediaPlayerTest::testAudioFile (F) line: 143 /foo/test/unitTest/media/test_media_player.cpp
assertion failed
- Expression: audio_stream_ != -1
4) test: jami::test::MediaPlayerTest::testSeekWhilePaused (F) line: 179 /foo/test/unitTest/media/test_media_player.cpp
assertion failed
- Expression: mediaPlayer->seekToTime(startTime+100)
5) test: jami::test::MediaPlayerTest::testSeekWhilePlaying (F) line: 209 /foo/test/unitTest/media/test_media_player.cpp
assertion failed
- Expression: mediaPlayer->seekToTime(startTime+10000)
-
ut_plugins
systematically fails with the following error:
ut_plugins: /foo/test/unitTest/plugins/plugins.cpp:269: virtual void jami::test::PluginsTest::setUp(): Assertion `file.is_open()' failed.
Aborted (core dumped)
- Show labels
- Show closed items
Link items together to show that they're related or that one is blocking others.