From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#30526: java-testng: non-deterministic test failures Date: Sun, 25 Feb 2018 12:16:58 +0100 Message-ID: <20180225121658.639b198b@lepiller.eu> References: <87606tjd8n.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epuJj-0003ID-Ks for bug-guix@gnu.org; Sun, 25 Feb 2018 06:18:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epuJe-000231-N8 for bug-guix@gnu.org; Sun, 25 Feb 2018 06:18:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51546) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epuJe-00022q-J4 for bug-guix@gnu.org; Sun, 25 Feb 2018 06:18:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1epuJe-0002sG-8Q for bug-guix@gnu.org; Sun, 25 Feb 2018 06:18:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87606tjd8n.fsf@elephly.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 30526@debbugs.gnu.org Le Mon, 19 Feb 2018 14:55:04 +0100, Ricardo Wurmus a =C3=A9crit : > Sometimes I get this error when building java-testng 6.14.2: >=20 > --8<---------------cut here---------------start------------->8--- > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > TestNG > Total tests run: 1630, Failures: 1, Skips: 0 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > Failures in :TestNG, :Regression2 > test.testng387.TestNG387.testInvocationCounterIsCorrectForMethodWithDataP= rovider() > StackTrace: > java.lang.AssertionError: Arrays do not have the same size:3 !=3D 4 > at > test.testng387.TestNG387.testInvocationCounterIsCorrectForMethodWithDataP= rovider(Unknown > Source) ... Removed 27 stack frames >=20 > phase `check' failed after 297.3 seconds > --8<---------------cut here---------------end--------------->8--- >=20 >=20 Hi, I've updated testng to the latest version (6.14.3) and it seems to solve the issue. Can you confirm it?