You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be ideal to have a unified testing platform for trigger development.
This could take the form of a single python script where the developer can configure that test to confirm the functionality of their new feature produces the expected result. This could also update a spreadsheet/table and link to readme to automate logging.
Could include:
date and time
configuration
used branches
result: PASS/FAIL
X/TOT passed
path to trigger log
ensure no 'warning' or 'error' messages
The trigger log / other logs should be used as input for the test. The test should be run with DAQ configuration generated with the '--debug' flag to ensure maximal logging.
The text was updated successfully, but these errors were encountered:
It would be ideal to have a unified testing platform for trigger development.
This could take the form of a single python script where the developer can configure that test to confirm the functionality of their new feature produces the expected result. This could also update a spreadsheet/table and link to readme to automate logging.
Could include:
The trigger log / other logs should be used as input for the test. The test should be run with DAQ configuration generated with the '--debug' flag to ensure maximal logging.
The text was updated successfully, but these errors were encountered: