Skip to content

Commit

Permalink
Merge branch 'master' into check-grpcio
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM committed Nov 6, 2024
2 parents 22ffc84 + 80996ca commit df81dbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [Release Note (`3.27.17`)](#release-note-32717)
- [Release Note (`3.27.18`)](#release-note-32718)
- [Release Note (`3.27.19`)](#release-note-32719)
- [Release Note (`3.27.20`)](#release-note-32720)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down
3 changes: 3 additions & 0 deletions tests/integration/network_failures/test_network_failures.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ async def test_runtimes_reconnect(port_generator, protocol, fail_endpoint_discov
ctrl_address=f'0.0.0.0:{worker_port}',
ready_or_shutdown_event=multiprocessing.Event(),
), "The BaseServer wait_for_ready_or_shutdown for worker_port failed"
time.sleep(3)

p = multiprocessing.Process(target=_send_request, args=(gateway_port, protocol))
p.start()
Expand All @@ -153,6 +154,8 @@ async def test_runtimes_reconnect(port_generator, protocol, fail_endpoint_discov

worker_process = _create_worker(worker_port)

time.sleep(3)

assert BaseServer.wait_for_ready_or_shutdown(
timeout=5.0,
ctrl_address=f'0.0.0.0:{worker_port}',
Expand Down

0 comments on commit df81dbd

Please sign in to comment.