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 04ebe12 commit cb54ce8Copy full SHA for cb54ce8
src/crate/testing/layer.py
@@ -337,7 +337,7 @@ def stop(self):
337
# process and finish communication.
338
# https://docs.python.org/3/library/subprocess.html#subprocess.Popen.communicate
339
self.process.kill()
340
- self.process.communicate()
+ # self.process.communicate()
341
self.process.stdout.close()
342
self.process = None
343
self.conn_pool.clear()
0 commit comments