You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2017/03/16 20:18:25 UTC

qpid-proton git commit: PROTON-1434: add test blacklist to tox tests

Repository: qpid-proton
Updated Branches:
  refs/heads/master 2f27ee90d -> 251dde902


PROTON-1434: add test blacklist to tox tests

This closes #98


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/251dde90
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/251dde90
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/251dde90

Branch: refs/heads/master
Commit: 251dde902834881843ba6a7d6387c6835cfd5cd5
Parents: 2f27ee9
Author: Ken Giusti <kg...@apache.org>
Authored: Wed Mar 8 11:44:23 2017 -0500
Committer: Ken Giusti <kg...@apache.org>
Committed: Thu Mar 16 16:16:24 2017 -0400

----------------------------------------------------------------------
 proton-c/tox.ini.in        |  2 +-
 tests/python/tox-blacklist | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/251dde90/proton-c/tox.ini.in
----------------------------------------------------------------------
diff --git a/proton-c/tox.ini.in b/proton-c/tox.ini.in
index 2a6b09d..b7eda19 100644
--- a/proton-c/tox.ini.in
+++ b/proton-c/tox.ini.in
@@ -16,7 +16,7 @@ passenv =
     VALGRIND
     CLASSPATH
 commands =
-    @CMAKE_SOURCE_DIR@/tests/python/proton-test {posargs}
+    @CMAKE_SOURCE_DIR@/tests/python/proton-test '{posargs:--ignore-file=@CMAKE_SOURCE_DIR@/tests/python/tox-blacklist}'
 deps =
     unittest2
 

http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/251dde90/tests/python/tox-blacklist
----------------------------------------------------------------------
diff --git a/tests/python/tox-blacklist b/tests/python/tox-blacklist
new file mode 100644
index 0000000..3c10c71
--- /dev/null
+++ b/tests/python/tox-blacklist
@@ -0,0 +1,13 @@
+# Running *all* the python tests under tox is redundant as this is
+# already done by the python-test suite.
+# This file contains a list of the longer running tests that can be
+# skipped in order to speed up the tox test run
+
+proton_tests.soak.*
+proton_tests.engine.ServerTest.testIdleTimeout
+proton_tests.engine.ServerTest.testKeepalive
+proton_tests.messenger.IdleTimeoutTest.testIdleTimeout
+proton_tests.messenger.MessengerTest.testCreditBlockingRebalance
+proton_tests.messenger.NBMessengerTest.testCreditReplenish
+proton_tests.messenger.NBMessengerTest.testRecvBeforeSubscribe
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org