dss
dss copied to clipboard
InterUSS Platform's implementation of the ASTM DSS concept for RID and flight coordination.
Hosting additional endpoints for automated testing from within a USS's primary systems can be challenging. This new tool (atproxy) attempts to reduce this difficulty by providing a webserver implementing USS...
@BenjaminPelletier Here is a potential issue we encountered and discussed with @barroco As we are implementing the Remote ID automated testing interfaces, we are having issue managing potential duplicate flight...
Currently, we report a Subscriber for each Subscription. Instead, we should coalesce per URL so that each unique URL only produces one SubscriberToNotify. --- Is it correct to assume that...
I feel like this flag may benefit to be renamed since it is only used to disable URLs validation. I would propose to rename it as AllowHTTP or AllowHTTPBaseUrls to...
Historically, there may have been a problem in the DSS where a DSS instance would fail at least the first operation, due to database connectivity problems, after a long period...
When prober's `scd/test_operation_simple_heavy_traffic_concurrent.py` test runs on a real-world cross-data-center distributed CRDB cluster with 100 concurrent operations, often 1 operation mutation will fail (as many as 3 failures observed) with one...
Currently, the database version needs to be incremented in multiple places when a change is made. We should, at a minimum, document where all these places are. But, a better...
The `make lint` target should produce the same results as the continuous integration. On #683, running `make lint` locally against 0e2b899 showed no errors, but a continuous integration check of...
Harden our use of `gRPC` client and server flags for production use-cases: - [ ] Explicitly choose keep-alive values for client and servers - [ ] Explicitly choose maximum msg...
End to end tests are great for qualifying binaries and discovering bugs, but how do you test for liveness in production? Probing! By adding an entirely separate set of endpoints...