Pierre Gruet pushed to branch master at Debian Java Maintainers / zookeeper


Commits:
731ba101 by Pierre Gruet at 2023-04-06T10:59:18+02:00
Excluding more tests due to network access concerns

- - - - -
ce9ec0c5 by Pierre Gruet at 2023-04-06T11:00:37+02:00
Raising Standards version to 4.6.2

- - - - -
5d2e1594 by Pierre Gruet at 2023-04-06T11:02:12+02:00
Update lintian override info format in d/source/lintian-overrides on line 3.

Changes-By: lintian-brush
Fixes: lintian: mismatched-override
See-also: https://lintian.debian.org/tags/mismatched-override.html

- - - - -
ccd56d1f by Pierre Gruet at 2023-04-06T11:02:25+02:00
Set upstream metadata fields: Repository-Browse.

Changes-By: lintian-brush

- - - - -
2bea3327 by Pierre Gruet at 2023-04-06T12:25:40+02:00
Removing dependency on lsb-base

- - - - -
3260db53 by Pierre Gruet at 2023-04-06T12:25:59+02:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/patches/30-skip-tests-network.patch
- debian/source/lintian-overrides
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+zookeeper (3.8.0-11) unstable; urgency=medium
+
+  * Team upload
+  * Excluding more tests needing network access (Closes: #1033436)
+  * Raising Standards version to 4.6.2 (no change)
+  * Update lintian override info format in d/source/lintian-overrides on line 
3.
+  * Set upstream metadata fields: Repository-Browse.
+  * Removing dependency on lsb-base
+
+ -- Pierre Gruet <p...@debian.org>  Thu, 06 Apr 2023 12:25:53 +0200
+
 zookeeper (3.8.0-10) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -57,7 +57,7 @@ Build-Depends:
  procps,
  python3-all-dev,
  debhelper-compat (= 13)
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/zookeeper.git
 Vcs-Browser: https://salsa.debian.org/java-team/zookeeper
 Homepage: https://zookeeper.apache.org
@@ -99,7 +99,7 @@ Description: High-performance coordination service for 
distributed applications
 Package: zookeeperd
 Architecture: all
 Pre-Depends: ${misc:Pre-Depends}
-Depends: lsb-base, zookeeper (= ${binary:Version}), ${misc:Depends}
+Depends: zookeeper (= ${binary:Version}), ${misc:Depends}
 Description: Init control scripts for zookeeper
  ZooKeeper is a centralized, reliable, service for maintaining configuration
  information, naming, providing distributed synchronization, and group


=====================================
debian/patches/30-skip-tests-network.patch
=====================================
@@ -389,6 +389,14 @@ Last-Update: 2022-06-25
      @Test
      public void testFailedTxnAsPartOfQuorumLoss() throws Exception {
          final int LEADER_TIMEOUT_MS = 10_000;
+@@ -1012,6 +1014,7 @@
+      * This test case is going to cover and simulate this scenario
+      * and make sure there is no data inconsistency issue after fix.
+      */
++    @Disabled("No network on Debian buildds")
+     @Test
+     public void testInconsistentDueToNewLeaderOrder() throws Exception {
+ 
 --- a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
 +++ b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
 @@ -47,6 +47,10 @@
@@ -474,3 +482,21 @@ Last-Update: 2022-06-25
      @Test
      public void testRecreateSocketAddresses() throws UnknownHostException {
          List<InetSocketAddress> searchedAddresses = 
Arrays.stream(InetAddress.getAllByName("google.com"))
+--- 
a/zookeeper-server/src/test/java/org/apache/zookeeper/test/FourLetterWordsTest.java
++++ 
b/zookeeper-server/src/test/java/org/apache/zookeeper/test/FourLetterWordsTest.java
+@@ -32,6 +32,7 @@
+ import org.apache.zookeeper.ZooKeeper;
+ import org.apache.zookeeper.common.IOUtils;
+ import org.apache.zookeeper.common.X509Exception.SSLContextException;
++import org.junit.jupiter.api.Disabled;
+ import org.junit.jupiter.api.Test;
+ import org.slf4j.Logger;
+ import org.slf4j.LoggerFactory;
+@@ -41,6 +42,7 @@
+     protected static final Logger LOG = 
LoggerFactory.getLogger(FourLetterWordsTest.class);
+ 
+     /** Test the various four letter words */
++    @Disabled("No network on Debian buildds")
+     @Test
+     public void testFourLetterWords() throws Exception {
+         verify("ruok", "imok");


=====================================
debian/source/lintian-overrides
=====================================
@@ -1,3 +1,3 @@
 # Javascript files with some series of functions all written in one line or
 # innocuous information gathered on one line
-source-is-missing */graph/resources/*.js*
+source-is-missing [*/graph/resources/*.js*]


=====================================
debian/upstream/metadata
=====================================
@@ -1,4 +1,4 @@
 ---
 Bug-Database: http://issues.apache.org/jira/browse/ZOOKEEPER
 Repository: https://gitbox.apache.org/repos/asf/zookeeper.git
-Repository-Browse: https://gitbox.apache.org/repos/asf/zookeeper.git
+Repository-Browse: https://gitbox.apache.org/repos/asf?p=zookeeper.git



View it on GitLab: 
https://salsa.debian.org/java-team/zookeeper/-/compare/c27dcbbca4a2a463e04a1eb60958ce139fbf292c...3260db530b584980989395c61dc9d1f0de551556

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/zookeeper/-/compare/c27dcbbca4a2a463e04a1eb60958ce139fbf292c...3260db530b584980989395c61dc9d1f0de551556
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to