Bug#905675: testng missing dependency on guava causes tests to fails

Tiago Daitx tiago.daitx at canonical.com
Wed Aug 8 00:21:32 BST 2018


Dear maintainer,

Please consider the following patch which applies the PR 1096 [1] change.

thanks
On Tue, Aug 7, 2018 at 8:09 PM Tiago Stürmer Daitx
<tiago.daitx at canonical.com> wrote:
>
> Package: testng
> Version: 6.9.12-3
> Severity: normal
>
> Dear Maintainer,
>
> While running OpenJDK 10 tests I noticed that quite a few tests that
> depend on testng fail due to a missing guava class.
>
> The package libguava-java has the class but it is not declared as a
> dependency.
>
> The bug has been reported upstream back in 2016 [1] and fixed a few days
> after that [2]. The guava class import was replaced with a new internal
> class [3].
>
> testng should be updated to a newer version or that particular patch [3]
> should be applied to the existing package.
>
> References:
> [1] https://github.com/cbeust/testng/issues/1085
> [2] https://github.com/cbeust/testng/pull/1086
> [3] https://github.com/cbeust/testng/pull/1086/commits/deeb5847282ae3b5b185c046a8146814bf98b124
>
>
> Error output example:
>
> java.lang.NoClassDefFoundError: com/google/common/primitives/Ints
>         at org.testng.internal.annotations.JDK15TagFactory.createDataProviderTag(JDK15TagFactory.java:335)
>         at org.testng.internal.annotations.JDK15TagFactory.createTag(JDK15TagFactory.java:59)
>         at org.testng.internal.annotations.JDK15AnnotationFinder.findAnnotation(JDK15AnnotationFinder.java:217)
>         at org.testng.internal.annotations.JDK15AnnotationFinder.findAnnotation(JDK15AnnotationFinder.java:111)
>         at org.testng.internal.Parameters.findDataProvider(Parameters.java:326)
>         at org.testng.internal.Parameters.findDataProvider(Parameters.java:261)
>         at org.testng.internal.Parameters.handleParameters(Parameters.java:418)
>         at org.testng.internal.Invoker.handleParameters(Invoker.java:1240)
>         at org.testng.internal.Invoker.createParameters(Invoker.java:980)
>         at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1070)
>         at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.
>
> Regards,
> Tiago Daitx
>
> -- System Information:
> Debian Release: buster/sid
>   APT prefers cosmic
>   APT policy: (500, 'cosmic'), (400, 'cosmic-proposed')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.15.0-23-generic (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
>
> Versions of packages testng depends on:
> ii  libbsh-java         2.0b4-19
> pn  libjcommander-java  <none>
>
> Versions of packages testng recommends:
> ii  ant                 1.10.4-2
> ii  junit4              4.12-7
> pn  libyaml-snake-java  <none>
>
> testng suggests no packages.



-- 
Tiago Stürmer Daitx
Software Engineer
tiago.daitx at canonical.com

PGP Key: 4096R/F5B213BE (hkp://keyserver.ubuntu.com)
Fingerprint = 45D0 FE5A 8109 1E91 866E  8CA4 1931 8D5E F5B2 13BE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testng_6.9.12-3_debdiff_6.9.12-4.patch
Type: text/x-patch
Size: 3246 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-maintainers/attachments/20180807/358bfc7f/attachment.bin>


More information about the pkg-java-maintainers mailing list