Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8e2da9d
)
Bugfix: Abnormally stopped background scenario causes test data lost
85/36885/2
author
JingLu5
<lvjing5@huawei.com>
Tue, 4 Jul 2017 05:59:52 +0000
(
05:59
+0000)
committer
JingLu5
<lvjing5@huawei.com>
Tue, 4 Jul 2017 06:04:03 +0000
(06:04 +0000)
Change-Id: I19b8d1c1c6becf4335537d585046cbd59cab5935
Signed-off-by: JingLu5 <lvjing5@huawei.com>
yardstick/benchmark/core/task.py
patch
|
blob
|
history
diff --git
a/yardstick/benchmark/core/task.py
b/yardstick/benchmark/core/task.py
index
d1a4d75
..
af5b705
100644
(file)
--- a/
yardstick/benchmark/core/task.py
+++ b/
yardstick/benchmark/core/task.py
@@
-255,11
+255,7
@@
class Task(object): # pragma: no cover
self.outputs.update(runner.get_output())
result.extend(runner.get_result())
-
- if status != 0:
- raise RuntimeError
print("Background task ended")
-
return result
def atexit_handler(self):