Skip to content
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] Improve dynamic time specification #346

Merged
merged 4 commits into from
Nov 21, 2023

Conversation

BenjaminPelletier
Copy link
Member

Currently, uss_qualifier produces dynamic times (for telemetry, flight intents, etc) relevant to the current test run from static definitions in just one way: specifying times relative to "start of test". However, it is unclear when the "test" starts (test run? test scenario? test step?) and this does not provide enough flexibility for many use cases. For instance, a test designer may want to activate flights "now" and not at a particular time relative to the start of the "test".

This PR replaces start_of_test with a more flexible TimeDuringTest construct that allows the specification of many potentially-relevant dynamic times, initially including start of test run, start of test scenario, and "time of evaluation" (as close to "now" as is feasible).

@BenjaminPelletier BenjaminPelletier marked this pull request as ready for review November 16, 2023 03:41
@BenjaminPelletier BenjaminPelletier merged commit b151a97 into interuss:main Nov 21, 2023
8 checks passed
@BenjaminPelletier BenjaminPelletier deleted the clarify-times branch November 21, 2023 18:19
github-actions bot added a commit that referenced this pull request Nov 21, 2023
* Improve dynamic time specification

* Update hash

* Update concurrently-edited get_op_data_validation scenario b151a97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants