Skip to content

Commit 988b5dc

Browse files
committed
undo rr stuff
1 parent cc38e45 commit 988b5dc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/system_test.py

-5
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ def __init__(self, name=None, config=Config(), pyinclude=None, wait=True,
513513
elif env_home:
514514
args += ['-I', os.path.join(env_home, 'python')]
515515

516-
# args = ['rr', 'record'] + args
517516
super(Qdrouterd, self).__init__(args, name=name, expect=expect)
518517
self._management = None
519518
self._wait_ready = False
@@ -541,10 +540,6 @@ def teardown(self):
541540
teardown_exc = None
542541
try:
543542
super(Qdrouterd, self).teardown()
544-
# import psutil
545-
# for child in psutil.Process(pid=self.pid).children():
546-
# child.terminate()
547-
# child.wait()
548543
except Exception as exc:
549544
# re-raise _after_ dumping all the state we can
550545
teardown_exc = exc

0 commit comments

Comments
 (0)