This PR introduces new metadata fields to the DetectedRun class and improves the log output on test failures. The changes are as follows:
Add the following fields to the DetectedRun class in rundetection/ingest.py:
run_start
run_end
raw_frames
good_frames
users
Update test files to include the new fields.
Modify the View detector logs on fail step in .github/workflows/tests.yml to View logs on fail, and include logs from broker and activemq services on failure.
By adding these new metadata fields, we can provide more information about the detected runs, while the improved logs will help in diagnosing issues when tests fail.
closes #62
This PR introduces new metadata fields to the DetectedRun class and improves the log output on test failures. The changes are as follows:
Add the following fields to the DetectedRun class in rundetection/ingest.py:
Update test files to include the new fields.
By adding these new metadata fields, we can provide more information about the detected runs, while the improved logs will help in diagnosing issues when tests fail.