Tony Mancill pushed to branch master at Debian Java Maintainers / zookeeper
Commits: 5003593f by tony mancill at 2025-07-10T21:21:11-07:00 Skip tests unless ENABLE_TESTS=true in the env - - - - - b41f716e by tony mancill at 2025-08-07T15:48:48-07:00 Prepare changelog for upload - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +zookeeper (3.9.3-2) unstable; urgency=medium + + * Disable test suite due to instabilty (Closes: #1102062) + Set ENABLE_TESTS=true to run during package build. + + -- tony mancill <[email protected]> Thu, 07 Aug 2025 15:48:17 -0700 + zookeeper (3.9.3-1) unstable; urgency=medium * Team upload ===================================== debian/rules ===================================== @@ -52,6 +52,13 @@ override_dh_install-indep: cp conf/configuration.xsl debian/zookeeper/etc/zookeeper/conf_example/ cp conf/zoo_sample.cfg debian/zookeeper/etc/zookeeper/conf_example/zoo.cfg +override_dh_auto_test-indep: +ifeq ($(ENABLE_TESTS),true) + dh_auto_test -i +else + echo "Skipping tests unless ENABLE_TESTS=true. See Debian bug #1102062" +endif + # Empty override for the -arch part, as we currently run no tests othen than # the Java ones. See the commented block below for some perspective. override_dh_auto_test-arch: View it on GitLab: https://salsa.debian.org/java-team/zookeeper/-/compare/a675782a21c46e702c7449e2fb2e28f7a49fd14a...b41f716e3953aed36c54ed1da6e5d219943a484b -- View it on GitLab: https://salsa.debian.org/java-team/zookeeper/-/compare/a675782a21c46e702c7449e2fb2e28f7a49fd14a...b41f716e3953aed36c54ed1da6e5d219943a484b 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

