Skip to content

Commit

Permalink
let test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Oct 31, 2024
1 parent 92c2043 commit 6e856ea
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tests/dragon_wlm/test_request_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,20 +151,20 @@ def test_request_dispatcher(
callback_channel = DragonCommChannel.from_local()
channels.append(callback_channel)

process = function_as_dragon_proc(
mock_messages,
[
worker_queue.descriptor,
backbone_fs.descriptor,
i,
callback_channel.descriptor,
],
[],
[],
)
processes.append(process)
process.start()
assert process.returncode is None, "The message pump failed to start"
# process = function_as_dragon_proc(
# mock_messages,
# [
# worker_queue.descriptor,
# backbone_fs.descriptor,
# i,
# callback_channel.descriptor,
# ],
# [],
# [],
# )
# processes.append(process)
# process.start()
# assert process.returncode is None, "The message pump failed to start"
# give dragon some time to populate the message queues
for i in range(15):
try:
Expand Down

0 comments on commit 6e856ea

Please sign in to comment.