two_paths_with_producers_with_shared_consumesMany_1.fcl
Go to the documentation of this file.
1 test_properties: {
2  graph_failure_expected: true
3  error_message: "(.|\\n)*Module readThenMake on paths tp1, tp2 depends on(.|\\n)*Module p2 on path tp2"
4 }
5 
6 process_name: test
7 
8 physics: {
9  producers: {
10  p1: {
11  produces: [["int", ""]]
12  }
13  p2: {
14  produces: [["int", "instanceName"]]
15  }
16  readThenMake: {
17  consumesMany: ["int"]
18  }
19  }
20  tp1: [p1, readThenMake]
21  tp2: [p2, readThenMake]
22 }