Skip to content

Commit cb2d724

Browse files
committed
fix tests
1 parent 9986692 commit cb2d724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/pyspark/daemon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def manager():
9898
listen_sock.listen(max(1024, SOMAXCONN))
9999
listen_host, listen_port = listen_sock.getsockname()
100100
write_int(listen_port, sys.stdout)
101+
sys.stdout.flush()
101102

102103
def shutdown(code):
103104
signal.signal(SIGTERM, SIG_DFL)

0 commit comments

Comments
 (0)