I think tornettools may have a similar issue to https://gitlab.torproject.org/tpo/core/chutney/-/work_items/40057
Basically, arti refuses to use relays without the Stable flag for some purposes; notably as hidden service rendezvous or intro points.
I'm not sure whether the c-tor client is affected. It's possible that it doesn't have this requirement or ignores it when TestingTorNetwork is set.
I have verified that in a small tornettools test run, some relays don't get the Stable flag.
It might be a good idea to set AuthDirVoteStableGuaranteeMinUptime in the authority's config files, which should ensure all relays get the Stable flag. Particularly if/when we want to include arti clients, but it might also be a good idea to check whether c-tor clients are affected by this.
I think tornettools may have a similar issue to https://gitlab.torproject.org/tpo/core/chutney/-/work_items/40057
Basically, arti refuses to use relays without the Stable flag for some purposes; notably as hidden service rendezvous or intro points.
I'm not sure whether the c-tor client is affected. It's possible that it doesn't have this requirement or ignores it when TestingTorNetwork is set.
I have verified that in a small tornettools test run, some relays don't get the Stable flag.
It might be a good idea to set AuthDirVoteStableGuaranteeMinUptime in the authority's config files, which should ensure all relays get the Stable flag. Particularly if/when we want to include arti clients, but it might also be a good idea to check whether c-tor clients are affected by this.