-
Notifications
You must be signed in to change notification settings - Fork 20
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
[scenario failure] configurations.dev.message_signing fails #693
Comments
This scenario is failing in the CI as well because of a mismatch between test configuration and mock environment configuration. uss_qualifier is requesting that the USS plan a flight with priority 100, but the mock_uss being instructed to plan is configured to follow the rules of a locality that doesn't have this priority level (likely US Industry Collaboration). The reason this is not causing the CI to fail is that the message_signing configuration has no
I think option 2 is probably the best compromise, but we can keep 3 in our back pocket if things become too hard to maintain. @punamverma for visibility as well For options 1 or 2, we should add a |
@BenjaminPelletier Option 2 looks good to me. |
Our mock_uss should behave correctly, so this is certainly a bug in either mock_uss or the scenario (my money would be on the scenario). A scenario should always succeed regardless of where in the test run it is executed unless there is an explicit note regarding dependencies (e.g., if a scenario documents that it is expecting a clear planning area ensured via PrepareFlightPlanners). To my knowledge, no SSL is used in the CI, so I would be surprised if this is an SSL issue -- what are you seeing that suggests SSL as a problem? |
Describe the bug
When run locally with the
message_signing
configuration, the uss_qualifier runs into a failed check.To reproduce
This happens locally from
main
, on an M2 Macbook Pro.Steps to reproduce the behavior:
make restart-all
cd monitoring/uss_qualifier
./run_locally.sh configurations.dev.message_signing
Difference from expected behavior
The test
message_signing
test suite is expected to complete successfully, similarly to how it completes successfully in CI.Possible solution
Possibly related to flight intents configurations around start/end times, or the recent update of some APIs and assumptions around the mock_uss done by @mickmis . It's a wild guess though.
System on which behavior was encountered
OS X, M2 Macbook pro.
Codebase information
Output of
git status
:Additional context
Attached sequence from the report:
sequence.zip
The text was updated successfully, but these errors were encountered: