We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdef9ee commit f7c17b8Copy full SHA for f7c17b8
src/crate/testing/layer.py
@@ -334,7 +334,7 @@ def stop(self):
334
# process and finish communication.
335
# https://docs.python.org/3/library/subprocess.html#subprocess.Popen.communicate
336
self.process.kill()
337
- self.process.communicate()
+ #self.process.communicate()
338
self.process.stdout.close()
339
self.process = None
340
self.conn_pool.clear()
0 commit comments