You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sciond and the PS cache replies they got from remote server for a certain amount of time (5min configurable). During the startup of the test topology it might be that no all paths are yet registered. If some paths are taken down, it could be that connectivity is lost.
Also:
- add support for plugging a configurable fake SCIOND into the SIG; this
makes it possible to run SIG tests without a control-plane
- change the entrypoint of docker debug images from su-exec; it is not needed
in debugging/development environments
- change UDP proxy command line options; the new proxy uses
deterministic ports when forwarding data
- add config option AllowRunAsRoot to allow running the SIG and Go
dispatcher as root
- use ping instead of using go/acceptance/sig_ping_acceptance for
connectivity tests
- use static docker-compose file instead of topology generator
to set up sig_failover_acceptance; the generator builds more
files than necessary for the test, and also does not have
support for fake sciond data; doing it directly from hand crafted
files is easier to inspect, modify and debug;
- remove BS, CS, PS, SD, BRs from sig_failover_acceptance
Fixes#3125.
sciond and the PS cache replies they got from remote server for a certain amount of time (5min configurable). During the startup of the test topology it might be that no all paths are yet registered. If some paths are taken down, it could be that connectivity is lost.
For example in build https://buildkite.com/scionproto/acceptance/builds/365#96eaca46-463a-49df-99c0-bead1f3cd73c
The path via br2 is initially registered and cached. Then sciond doesn't receive a revocation therefore it never hands out a new path, just the broken cached one.
The text was updated successfully, but these errors were encountered: