[xnio] - Disabled tests that fail on koji because of network connectivity - Cleanup

Marek Goldmann goldmann at fedoraproject.org
Wed Jun 5 09:52:59 UTC 2013


commit a1a430c3dbb77c2b06287b88c6e2faf98ba94c46
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Wed Jun 5 11:52:39 2013 +0200

    - Disabled tests that fail on koji because of network connectivity
    - Cleanup

 xnio.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/xnio.spec b/xnio.spec
index 3099e8c..04cb02a 100644
--- a/xnio.spec
+++ b/xnio.spec
@@ -3,16 +3,14 @@
 
 Name:             xnio
 Version:          3.1.0
-Release:          0.1%{namedreltag}%{?dist}
+Release:          0.2%{namedreltag}%{?dist}
 Summary:          JBoss XNIO
-Group:            Development/Libraries
 License:          ASL 2.0
 URL:              http://www.jboss.org/xnio
 
 # git clone git://github.com/xnio/xnio.git
 # cd xnio/ && git archive --format=tar --prefix=xnio-3.1.0.CR5/ 3.1.0.CR5 | xz > xnio-3.1.0.CR5.tar.xz
 Source0:          xnio-%{namedversion}.tar.xz
-#Patch00:          xnio-%{namedversion}-jmock.patch
 
 BuildArch:        noarch
 
@@ -32,7 +30,6 @@ BuildRequires:    byteman >= 2.0.4-4
 Requires:         jboss-logmanager
 Requires:         jboss-logging
 Requires:         jboss-logging-tools >= 1.1.0
-Requires:         java
 
 %description
 A simplified low-level I/O layer which can be used anywhere you are
@@ -42,8 +39,6 @@ maintaining all the capabilities present in NIO.
 
 %package javadoc
 Summary:          Javadocs for %{name}
-Group:            Documentation
-Requires:         jpackage-utils
 
 %description javadoc
 This package contains the API documentation for %{name}.
@@ -56,6 +51,9 @@ This package contains the API documentation for %{name}.
 # DEBUG: connectSsl4(org.xnio.ssl.JsseXnioSslTestCase)  Time elapsed: 0.007 sec  <<< FAILURE!
 # DEBUG: java.lang.AssertionError: array lengths differed, expected.length=7 actual.length=6
 rm api/src/test/java/org/xnio/ssl/JsseXnioSslTestCase.java
+# These tests cause hang on koji
+rm nio-impl/src/test/java/org/xnio/nio/test/TcpConnectionTestCase.java
+rm nio-impl/src/test/java/org/xnio/nio/test/TcpChannelTestCase.java
 
 %build
 %mvn_build
@@ -69,6 +67,10 @@ rm api/src/test/java/org/xnio/ssl/JsseXnioSslTestCase.java
 %files javadoc -f .mfiles-javadoc
 
 %changelog
+* Wed Jun 05 2013 Marek Goldmann <mgoldman at redhat.com> - 3.1.0-0.2.CR5
+- Disabled tests that fail on koji because of network connectivity
+- Cleanup
+
 * Wed May 29 2013 Marek Goldmann <mgoldman at redhat.com> - 3.1.0-0.1.CR5
 - Upstream release 3.1.0.CR5
 - Using new guidelines


More information about the scm-commits mailing list