Pierre Gruet pushed to branch master at Debian Java Maintainers / libreflections-java
Commits: 8f74e04e by Pierre Gruet at 2021-10-28T10:07:30+02:00 Omitting a flaky test after discussing it with upstream - - - - - b5d84b58 by Pierre Gruet at 2021-10-28T12:04:11+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/omit_flaky_test.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -libreflections-java (0.10.2+dfsg-1) UNRELEASED; urgency=medium +libreflections-java (0.10.2+dfsg-1) unstable; urgency=medium * New upstream version 0.10.2+dfsg * Updating d/watch for Github new release/tag page @@ -9,8 +9,9 @@ libreflections-java (0.10.2+dfsg-1) UNRELEASED; urgency=medium * Depending on junit5 instead of junit4 * Correcting project homepage in d/control * Omitting tests requiring embedded sourceless jars + * Omitting a flaky test after discussing it with upstream - -- Pierre Gruet <[email protected]> Wed, 27 Oct 2021 15:13:19 +0200 + -- Pierre Gruet <[email protected]> Thu, 28 Oct 2021 11:36:05 +0200 libreflections-java (0.9.12+dfsg-3) unstable; urgency=medium ===================================== debian/patches/omit_flaky_test.patch ===================================== @@ -0,0 +1,24 @@ +Description: deactivating a flaky test, after discussing it with upstream +Author: Pierre Gruet <[email protected]> +Bug: https://github.com/ronmamo/reflections/issues/362 +Forwarded: https://github.com/ronmamo/reflections/issues/362 +Last-Update: 2021-10-28 + +--- a/src/test/java/org/reflections/JdkTests.java ++++ b/src/test/java/org/reflections/JdkTests.java +@@ -2,6 +2,7 @@ + + import org.junit.jupiter.api.AfterAll; + import org.junit.jupiter.api.BeforeAll; ++import org.junit.jupiter.api.Disabled; + import org.junit.jupiter.api.Test; + import org.reflections.scanners.Scanner; + import org.reflections.scanners.Scanners; +@@ -67,6 +68,7 @@ + measure("cleanup"); + } + ++ @Disabled("flaky test") + @Test + public void checkSubTypes() { + Map<String, Set<String>> diff = reflect( ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ omit_manifest.patch +omit_flaky_test.patch omitting_tests_needing_sourceless_resources.patch View it on GitLab: https://salsa.debian.org/java-team/libreflections-java/-/compare/bcd23666a4811354d37481656444976d0188ec3f...b5d84b5824903c73ed5881ec7958176fa37bf3e5 -- View it on GitLab: https://salsa.debian.org/java-team/libreflections-java/-/compare/bcd23666a4811354d37481656444976d0188ec3f...b5d84b5824903c73ed5881ec7958176fa37bf3e5 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

