dss icon indicating copy to clipboard operation
dss copied to clipboard

InterUSS Platform's implementation of the ASTM DSS concept for RID and flight coordination.

Results 81 dss issues
Sort by recently updated
recently updated
newest added

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...

P1
bug
automated-testing

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...

P1
bug
dss

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...

P3
feature
dss

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...

P2
feature
dss

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...

P2
feature
dss

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...

P2
feature
dss

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...

P3
bug
tooling

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...

P2
feature
dss

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...

P2
feature
dss