Remove overseen debug code
This commit is contained in:
parent
cd832461b6
commit
7fbbeace61
6
test.py
6
test.py
@ -277,13 +277,7 @@ Killed process 6576 (java) total-vm:33914892kB, anon-rss:20629004kB, file-rss:0k
|
|||||||
oom_text = "\n".join(lines)
|
oom_text = "\n".join(lines)
|
||||||
self.analyse_oom(oom_text)
|
self.analyse_oom(oom_text)
|
||||||
|
|
||||||
try:
|
|
||||||
self.check_results()
|
self.check_results()
|
||||||
except AssertionError:
|
|
||||||
logging.error('prefix %s', prefix)
|
|
||||||
import pdb; pdb.set_trace()
|
|
||||||
oom = OOMAnalyser.OOMEntity(oom_text)
|
|
||||||
print(oom.text)
|
|
||||||
self.click_reset()
|
self.click_reset()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user