[SCM] Apache ZooKeeper branch, master, updated. debian/3.3.1+dfsg1-2-38-g0d11677

James Page james.page at canonical.com
Thu Dec 1 15:15:41 UTC 2011


The following commit has been merged in the master branch:
commit 0d11677cd05329c698487f328590e7a637137661
Author: James Page <james.page at canonical.com>
Date:   Thu Dec 1 15:05:07 2011 +0000

    d/rules: Disable test suite execution for the time being as does  not run reliably.

diff --git a/debian/changelog b/debian/changelog
index d7047f6..a068e0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,13 +16,15 @@ zookeeper (3.3.4+dfsg1-1) unstable; urgency=low
     - d/patches/debian/patch-build-system: Patch unit testing to exclude 
       InvalidSnapshot and Upgrade tests (non-free data) and to pickup 
       junit4 from system library.
+    - d/rules: Disable test suite execution for the time being as does 
+      not run reliably.
   * Close RFH for this package (LP: #579791).
 
   [ Damien Raude-Morvan ]
   * Add DMUA flag for James Page.
   * Build-Depends on procps for test suite.
 
- -- James Page <james.page at ubuntu.com>  Wed, 30 Nov 2011 10:55:30 +0000
+ -- James Page <james.page at ubuntu.com>  Thu, 01 Dec 2011 15:03:53 +0000
 
 zookeeper (3.3.3+dfsg2-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index a56944d..93c56a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,21 +45,21 @@ override_dh_install:
 	  done
 	dh_install
 
-ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-override_dh_auto_test-arch:
-	# C testing starts/stops zookeeper
-	# this ensures that all the right classes are found
-	for jar in jline log4j-1.2 xercesImpl xmlParserAPIs; do \
-		ln -sf /usr/share/java/$$jar.jar build/lib/$$jar.jar; \
-	done;
-	# Execute multi-threaded test suite
-	$(MAKE) -C src/c zktest-mt
-	cd src/c && ./zktest-mt
-
-override_dh_auto_test-indep:
-	# Run core Java test suite against zookeeper
-	ant -Dversion=$(DEB_UPSTREAM_VERSION) -DlastRevision=-1 test-core-java
-endif
+#ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
+#override_dh_auto_test-arch:
+#	# C testing starts/stops zookeeper
+#	# this ensures that all the right classes are found
+#	for jar in jline log4j-1.2 xercesImpl xmlParserAPIs; do \
+#		ln -sf /usr/share/java/$$jar.jar build/lib/$$jar.jar; \
+#	done;
+#	# Execute multi-threaded test suite
+#	$(MAKE) -C src/c zktest-mt
+#	cd src/c && ./zktest-mt
+#
+#override_dh_auto_test-indep:
+#	# Run core Java test suite against zookeeper
+#	ant -Dversion=$(DEB_UPSTREAM_VERSION) -DlastRevision=-1 test-core-java
+#endif
 
 override_dh_clean:
 	dh_clean --exclude=src/java \

-- 
Apache ZooKeeper



More information about the pkg-java-commits mailing list