Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/21804


Change subject: [test] leave generated files on a non-fatal failure as well
......................................................................

[test] leave generated files on a non-fatal failure as well

Kudu tests have been leaving generated files in case of a fatal failure
(e.g., ASSERT_XXX, FAIL macros, etc.), but not for non-fatal ones
(e.g., EXPECT_XXX macros).  Tests scenarios that tend to print out all
the errors before exiting use EXPECT_XXX macros, and sometimes it might
be not a single fatal failure generated, but many non-fatal ones.

This patch updates the code to leave the generated files if a non-fatal
failure is detected as well.

Change-Id: Id39b70bd357f47e85f7f9b7b145520b824d5d496
---
M src/kudu/util/test_util.cc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/04/21804/1
--
To view, visit http://gerrit.cloudera.org:8080/21804
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id39b70bd357f47e85f7f9b7b145520b824d5d496
Gerrit-Change-Number: 21804
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to