-
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
[uss_qualifier] Migrate test_isa_validation prober to the new qualifier #238
[uss_qualifier] Migrate test_isa_validation prober to the new qualifier #238
Conversation
monitoring/uss_qualifier/scenarios/astm/netrid/common/dss/isa_validation.py
Outdated
Show resolved
Hide resolved
59e7d00
to
077b65f
Compare
077b65f
to
5920de0
Compare
Open question: should we also port the assertions about error messages from the |
fbf09b9
to
bf3ca1a
Compare
bf3ca1a
to
19e835d
Compare
f65eefe
to
75ef70d
Compare
HUGE_VERTICES: List[s2sphere.LatLng] = [ | ||
s2sphere.LatLng.from_degrees(lng=130, lat=-23), | ||
s2sphere.LatLng.from_degrees(lng=130, lat=-24), | ||
s2sphere.LatLng.from_degrees(lng=132, lat=-24), | ||
s2sphere.LatLng.from_degrees(lng=132, lat=-23), | ||
] |
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'll add a new resource for passing such arbitrary list of vertices. Otherwise this PR is ready for review.
d6102a3
to
3424e38
Compare
Summary of our chat on the issue: content in error messages should only be enforced if the standard requires it. This does not seem to be the case here, so we'll simply look at http codes. |
3424e38
to
ea91590
Compare
ea91590
to
0572ed3
Compare
|
||
#### ISA huge area check | ||
|
||
Attempting to put a too large ISA should result in a 400. |
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.
We don't have to (and shouldn't) do everything in a single PR so no need to change anything in this PR, but eventually we'll want to mention the requirement(s) each check violates. Pretty much everything in this scenario will be DSS0030,a after #245 (simply DSS0030 currently)
Migrates the previous
test_isa_validation
prober test to the new qualifier.This attempts to support both v19 and v22a.