Skip to content

Commit 71707de

Browse files
Making message mode 'skip-output' the default
The output proxy is not yet supporting forwarding of neither message pairs nor sequences, this needs to be investigated. Looks like not all parts are forwarded. The output proxy is based on message forwarding in the core framework DataProcessingDevice [480102:checker]: [08:58:09][ERROR] inconsistent number of inputs extracted [480102:checker]: [08:58:09][ERROR] inconsistent number of inputs extracted [480102:checker]: [08:58:09][ERROR] Header is not a DataHeader? [480102:checker]: [08:58:09][INFO] 1 input slots(s), data 0, parts 6, mode 1 [480102:checker]: [08:58:09][FATAL] Test condition "data == *counter" failed
1 parent b384b47 commit 71707de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/Core/test/test_ExternalFairMQDeviceWorkflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void customize(std::vector<ConfigParamSpec>& workflowOptions)
7272
"number-of-events,n", VariantType::Int, 10, {"number of events to process"}});
7373
workflowOptions.push_back(
7474
ConfigParamSpec{
75-
"proxy-mode", VariantType::String, "all", {"proxy mode: all, skip-output, only-output, skip-all"}});
75+
"proxy-mode", VariantType::String, "skip-output", {"proxy mode: all, skip-output, only-output, skip-all"}});
7676
}
7777

7878
#include "Framework/runDataProcessing.h"

0 commit comments

Comments
 (0)