5 Commits

Author SHA1 Message Date
Mehdi Abaakouk
f9cba9bd09 tests: don't run functional tests in parallel
kafka doesn't play well with //, each times a new partition/topic is
created, kafka rebalances things across brokers and messages are not
delivered at the expected time.

So this change disable the parallelizism for functional tests for kafka
only.

Change-Id: Ia497334efcd4685850ac1529a7fc38073dae7cd1
2017-02-23 10:59:00 +01:00
Victor Stinner
e384dca5a1 .testr.conf: revert workaround of testtools bug
Revert the change I6507e693fc929e03884f933bbda241f744d3a7c0. The
testtools bug was fixed, the "| cat" workaround is no more needed.

Fix for subunit (for testtools), workaround the eventlet bug:
https://github.com/testing-cabal/subunit/pull/14

Fix of the root cause in eventlet:
https://github.com/eventlet/eventlet/issues/248

The bug was limited to Python 3 and related to non-blocking stdout.

Change-Id: I207b7a7e82cbd7e5848231115b3577be7b600638
Related-Bug: 1492505
2016-02-17 11:34:12 +01:00
Davanum Srinivas
34d24b79ab Workaround test stream corruption issue
We don't see it right now in logstash as we fail with
a Segmentation fault (core dumped) because of other
issues. But will end up seeing it once that is fixed.

Closes-Bug: #1492505
Change-Id: I6507e693fc929e03884f933bbda241f744d3a7c0
2015-10-05 22:38:34 +00:00
Mehdi Abaakouk
d9d04fb74b Allows to overriding oslotest environ var
This patch allows to override the oslotest environ variables
in the testr configuration

Change-Id: Ifec93f20446038f0af2ee9bae62b2aa6e97194a5
2014-11-19 11:28:02 +01:00
Mark McLoughlin
b5c41bba00 Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00