On Mon, Jul 11, 2022 at 12:04:36PM -0400, Theodore Ts'o wrote: > The xunit-quiet format exludes the NNN.{full,dmesg,bad} files in Oops, sorry this should have beeb ***includes*** the NNN.{full,dmesg,bad} files.... > <system-out> and <system-err> nodes. > > For test runners that save the entire results directory to preserve > all of the test artifacts, capturing the NNN.{full,dmesg,bad} in the > results.xml file is redundant. In addition, if the NNN.bad is too > large, it can cause the junitparser python library to refuse to parse > the XML file to prevent potential denial of service attacks[1]. A > simple way to avoid this problem is to simply to omit the <system-out> > and <system-err> nodes in the results.xml file. > > [1] https://gitlab.com/gitlab-org/gitlab/-/issues/268035 > > Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> > Reviewed-by: David Disseldorp <ddiss@xxxxxxx>