File: 37-no_burningwave.patch

package info (click to toggle)
zookeeper 3.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 27,108 kB
  • sloc: java: 122,772; cpp: 14,071; ansic: 12,480; javascript: 11,754; xml: 4,965; python: 2,829; sh: 2,434; makefile: 244; perl: 114
file content (17 lines) | stat: -rw-r--r-- 1,232 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: excluding tests needing unpackaged org.burningwave
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2023-10-28

--- a/zookeeper-server/pom.xml
+++ b/zookeeper-server/pom.xml
@@ -252,6 +252,9 @@
                 <exclude>**/ThrottledOpObserverTest.java</exclude><!-- Needs ThrottledOpHelper -->
                 <exclude>**/ThrottledOpQuorumTest.java</exclude><!-- Needs ThrottledOpHelper -->
                 <exclude>**/ThrottledOpStandaloneTest.java</exclude><!-- Needs ThrottledOpHelper -->
+                <exclude>**/QuorumCanonicalizeTest.java</exclude><!-- package org.burningwave.tools.net does not exist -->
+                <exclude>**/StaticHostProviderTest.java</exclude><!-- package org.burningwave.tools.net does not exist -->
+                <exclude>**/ZKTrustManagerTest.java</exclude><!-- package org.burningwave.tools.net does not exist -->
                 <!-- The four below tests cannot be run as of today, because the TempDir annotation is not available in Debian-packaged junit5. -->
                 <exclude>**/server/embedded/ZookeeperServerClusterMutualAuthTest.java</exclude>
                 <exclude>**/server/embedded/ZookeeperServerClusterTest.java</exclude>