Skip to content

Commit 561e37e

Browse files
committed
DPL: workaround hanging test
While this should have been gracefully handled by FairMQ, it does not really make sense to quit when the producer is done, as all the testing happens in the consumer.
1 parent adf91d9 commit 561e37e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Framework/Core/test/test_ProcessorOptions.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ WorkflowSpec defineDataProcessing(ConfigContext const&)
3838
// there is nothing to do, simply stop the workflow but we have to send at least one message
3939
// to make sure that the callback of the consumer is called
4040
ctx.outputs().make<int>(Output{ "TST", "TEST", 0, Lifetime::Timeframe }) = 42;
41-
ctx.services().get<ControlService>().readyToQuit(true);
4241
};
4342
},
4443
},

0 commit comments

Comments
 (0)