aboutsummaryrefslogtreecommitdiff
path: root/tests/shadow/conf/tgen.artionionclient-auth.graphml.xml
Commit message (Collapse)AuthorAgeFilesLines
* shadow CI: disable stallouts for onion clientsJim Newsome2025-12-081-0/+3
| | | | | | | | | | | | tgen aborts a stream and starts the next one when the "stallout" timeout is reached. In some cases the arti (or tor) client just needs a bit more time to establish a connection to the hidden service. A potential downside is that if a single stream "stalls" forever without an explicit error, tgen will never give up on it, and thus never try any more streams. We can worry about that if and when we see it though; and it would indicate a likely bug since the known clients and servers in this test shouldn't stall indefinitely in this way.
* shadow CI: decrease onion service xfer sizesJim Newsome2025-09-031-2/+3
| | | | | | | | This partially reverts b223d504f6a033600c61e81a0b0a0eea3e43fd44 from arti!3047. Increasing the transfer size exacerbates the failure rate of the onion services too much. We should increase it again once arti#2109 is resolved.
* CI shadow test: increase transfer sizes to 5 MBJim Newsome2025-08-271-2/+2
| | | | | | | | This is the transfer size used in the tor CI chutney tests, to more-fully exercise SENDMEs / congestion control. We also increase the simulation run time to allow time for the larger transfers.
* shadow test: Add a new arti client for connecting to filserver-onion-arti-auth.Gabriela Moldovan2024-08-051-0/+29
This will be used with the new `fileserver-onion-arti-auth` test hidden service.