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] Allow mock_uss to be omitted from F3548-related test configurations #406

Merged

Conversation

BenjaminPelletier
Copy link
Member

Currently, F3548-related test configurations cannot be run without providing a mock_uss instance. It should be possible to still run most of the test without a mock_uss instance, so that resource should be optional. This PR makes that change and enables F3548-related test configurations that do not provide a mock_uss instance.

@BenjaminPelletier BenjaminPelletier marked this pull request as ready for review December 14, 2023 04:23
Copy link
Contributor

@barroco barroco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you think it deserves a test configuration to be run by the CI which do not set the mock uss ?

@BenjaminPelletier
Copy link
Member Author

Do you think it deserves a test configuration to be run by the CI which do not set the mock uss ?

In an ideal world, yes. Unfortunately, we have a practicality problem in that our existing tests already take a fair amount of time (almost 15 minutes) so I think we want to be fairly circumspect about increasing that time -- doing so should be for valuable tests, and I don't think this particular configuration permutation is likely to make the bar.

@BenjaminPelletier BenjaminPelletier merged commit faa67ca into interuss:main Dec 15, 2023
9 checks passed
@BenjaminPelletier BenjaminPelletier deleted the mock_uss-optional branch December 15, 2023 02:44
github-actions bot added a commit that referenced this pull request Dec 15, 2023
…configurations (#406)

Allow mock_uss to be omitted from F3548-related test configurations faa67ca
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