From 34d24b79aba55b7a5d26cfeaf063426c0678cc69 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 23 Sep 2015 17:17:05 -0400 Subject: [PATCH] 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 --- .testr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.testr.conf b/.testr.conf index 80e7ea849..2be9851fb 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,4 +1,4 @@ [DEFAULT] -test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION +test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION | cat test_id_option=--load-list $IDFILE test_list_option=--list