-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[uss_qualifier] Optimize RID tests #261
[uss_qualifier] Optimize RID tests #261
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - nice improvements
@@ -156,8 +156,15 @@ <h2>Scenarios executed</h2> | |||
{% endif %} | |||
<th>Scenario</th> | |||
{% for participant_id in all_participants %} | |||
<th>{{ participant_id }}</th> | |||
<th> | |||
{% if participant_id != "unattributed" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar with this templating, but is it possible to refer to the variable from here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes; the variable has to be passed into the templating engine specifically, but that's probably still a good idea. Will do.
* Add scenario durations to sequence view artifact * Optimize RID tests * Use unattributed participant constant in templates * Fix merge issue, improve error message ba6597c
* Add scenario durations to sequence view artifact * Optimize RID tests * Use unattributed participant constant in templates * Fix merge issue, improve error message ba6597c
* Add scenario durations to sequence view artifact * Optimize RID tests * Use unattributed participant constant in templates * Fix merge issue, improve error message ba6597c
Currently, RID tests take a long time and we perform two of them in series (F3411-22a + U-space Remote Identification). This PR makes an effort to reduce the time these tests take by shortening the simulated flights and bringing in the lead time between injection and monitoring. It also removes the separate F3411-19 CI job in favor of resolving the TODO to add the netrid_v19 test to the standard set of tests.
In the process of making these changes, a number of issues were resolved or improved: