test error analysis on build services

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Freyther holger at freyther.de
Wed Jan 25 12:14:40 UTC 2017


> On 25 Jan 2017, at 12:23, Neels Hofmeyr <nhofmeyr at sysmocom.de> wrote:
> 
> On jenkins and opensuse, we have builds where we cannot easily analyse the
> testsuite.dir after a build failed. So we only see which tests failed and not
> why.
> 
> On jenkins I have in most places added a script invocation that prints all
> testsuite.dir/*/*.log in case of build failure, so we can see it in the jenkins
> log right away.

dh_override_auto_test:
	make check || (cat ... && false)?

into the debian/rules or such?



> My main goal right now is to see why/how the libosmo-netif OBS build failed
> (osmux test fails) without further local reproduction effort.  This situation
> will certainly repeat over and over, for all of the other projects as well.

most likely timing... the test is using realtime... we should consider mocking
gettimeofday in some way?

holger




More information about the OpenBSC mailing list