DUNE-DAQ / minidaqapp

0 stars 1 forks source link

Plasorak/less output #126

Closed plasorak closed 2 years ago

plasorak commented 2 years ago

by the way, this passes the six_process_start_stop_test.py integration test.

bieryAtFnal commented 2 years ago

This is very helpful, thanks for reducing the amount of output. The reduced output helped me notice the following messages when running the six_process_stop_start test:

           Will setup 3 TPC channels per host, for a total of 9                                           mdapp_multiru_gen.py:141
[16:44:52] Warning: the following endpoints of trigger were not connected to anything: {'hsievents',             conf_utils.py:557
           'data_requests_in'}                                                                                                    
           Warning: the following endpoints of hsi were not connected to anything: {'hsievents', 'time_sync'}    conf_utils.py:557
           Warning: the following endpoints of ruemu0 were not connected to anything: {'timesync_3',             conf_utils.py:557
           'timesync_1', 'timesync_4', 'timesync_2', 'data_requests_in', 'timesync_5', 'timesync_0'}                              
           Warning: the following endpoints of ruemu1 were not connected to anything: {'timesync_3',             conf_utils.py:557
           'timesync_4', 'timesync_8', 'timesync_6', 'data_requests_in', 'timesync_7', 'timesync_5'}                              
           Warning: the following endpoints of ruemu2 were not connected to anything: {'timesync_11',            conf_utils.py:557
           'timesync_8', 'timesync_9', 'timesync_6', 'timesync_10', 'timesync_7', 'data_requests_in'}                             
           Warning: the following endpoints of dataflow0 were not connected to anything: {'fragments'}           conf_utils.py:557

These don't seem to adversely affect the test, but I'd like to remember to ask about them sometime.