[Libreoffice-qa] ESC meeting minutes: 2023-03-02
Stephan Bergmann
sbergman at redhat.com
Thu Mar 9 13:58:00 UTC 2023
On 02/03/2023 16:42, Miklos Vajna wrote:
> * Jenkins / CI update (Cloph)
[...]
> 25 CppunitTest_sw_uiwriter3 gerrit_linux_clang_dbgutil
>
> -> Should be better after
> 6ee7245960837b6376b49f7c33eef966770022f4
Even after the above commit, that issue still causes e.g.
<https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/> to occasionally
fail. Most recently with
> [_RUN_____] testTdf107975::TestBody
> tdf107975.odt:
> /home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg/sw/qa/extras/uiwriter/uiwriter3.cxx:2058:testTdf107975::TestBody
> equality assertion failed
> - Expected: 2
> - Actual : 1
at <https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/42175/>.
I tried to debug that directly on
tb75:/home/tdf/lode/jenkins/workspace/lo_tb_master_linux_dbg, but wasn't
able to reproduce the issue even once, with each of the successively
broader attempts
> cd sw && while make -rs CppunitTest_sw_uiwriter3 CPPUNIT_TEST_NAME=testTdf107975::TestBody; do :; done
or
> cd sw && while make -rs CppunitTest_sw_uiwriter3; do :; done
or
> cd sw && while make -rs -O -j32 slowcheck; do :; done
or
> while make -O check; do :; done
each running for multiple hours on end. :(
More information about the Libreoffice-qa
mailing list