summaryrefslogtreecommitdiff
path: root/TESTING.rst
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@openstack.org>2013-07-29 17:06:47 -0700
committerJames E. Blair <jeblair@openstack.org>2013-08-01 11:56:52 -0700
commit6c358e72ead5dc3b7f0fa271c60f219a701efb3c (patch)
tree196b4aeb584e8883da291e575f395beb4ca6d0e3 /TESTING.rst
parent3cd25034b6a944eca0e430ffa50a07d5ea0dca67 (diff)
downloadzuul-6c358e72ead5dc3b7f0fa271c60f219a701efb3c.tar.gz
Support multiple triggers
Add the ability for Zuul to accept inputs from multiple trigger sources simultaneously. Pipelines are associated with exactly one trigger, which must now be named in the configuration file. Co-Authored-By: Monty Taylor <mordred@inaugust.com> Change-Id: Ief2b31a7b8d85d30817f2747c1e2635f71ea24b9
Diffstat (limited to 'TESTING.rst')
-rw-r--r--TESTING.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/TESTING.rst b/TESTING.rst
index 293bb8370..56f2fbb5e 100644
--- a/TESTING.rst
+++ b/TESTING.rst
@@ -67,6 +67,19 @@ List Failing Tests
.tox/py27/bin/activate
testr failing --list
+Hanging Tests
+-------------
+
+The following will run each test in turn and print the name of the
+test as it is run::
+
+ . .tox/py27/bin/activate
+ testr run --subunit | subunit2pyunit
+
+You can compare the output of that to::
+
+ python -m testtools.run discover --list
+
Need More Info?
---------------