<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tests/shadow/run, branch arti-v1.8.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.8.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-11-24T18:36:54Z</updated>
<entry>
<title>tests: Fix error in shadow checking script.</title>
<updated>2025-11-24T18:36:54Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-11-24T18:36:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=157b1aba6a1c5438ef396f57a9cf43296407e2c7'/>
<id>urn:sha1:157b1aba6a1c5438ef396f57a9cf43296407e2c7</id>
<content type='text'>
articlient-onion-auth was included twice on this list. From looking at
9ad23705e4, where the second instance was introduced, it seems that this
was meant to be articlient-onion-artiserver-auth.
</content>
</entry>
<entry>
<title>shadow CI: increase success threshold for onion svc xfers</title>
<updated>2025-11-04T17:10:20Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-11-03T17:26:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4e45e1b39bc872410ed268fa7831709f2277c521'/>
<id>urn:sha1:4e45e1b39bc872410ed268fa7831709f2277c521</id>
<content type='text'>
It looks like the reliability has increased at some point. Let's ratchet
up the required-success threshold to avoid silent regression.

See
&lt;https://gitlab.torproject.org/tpo/core/arti/-/issues/2109#note_3278828&gt;
</content>
</entry>
<entry>
<title>shadow CI: add check_host_xfers helper function and improve output</title>
<updated>2025-11-04T17:10:20Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-11-03T15:54:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=335148a46e68a40c08181ea732a6aa5f6ca113c8'/>
<id>urn:sha1:335148a46e68a40c08181ea732a6aa5f6ca113c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shadow CI: less-verbose logging</title>
<updated>2025-08-27T21:29:19Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-06-12T15:57:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8b78b81eccb6c94c887c00de196871a8882e80db'/>
<id>urn:sha1:8b78b81eccb6c94c887c00de196871a8882e80db</id>
<content type='text'>
With the increased transfer sizes and simulation run-time,
the previous log levels resulted in excessively large log files.
</content>
</entry>
<entry>
<title>shadow CI: have arti processes log to file instead of console</title>
<updated>2025-06-17T16:19:02Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-06-04T19:54:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5e7cae7ace81233b385e9b2f12459fa394cefbbb'/>
<id>urn:sha1:5e7cae7ace81233b385e9b2f12459fa394cefbbb</id>
<content type='text'>
This is in preparation to switch arti's console logging to use stderr
instead of stdout. The test script currently fails the test if there are
non-empty stderr files, since that's where rust panics end up getting
recorded.

It will also make it easier to see if there is any other non-logging
output.

Also disable trace-level logging for the tor_proto module. It's unclear
exactly when/why this was added, but it's probably overkill other than
when debugging.
</content>
</entry>
<entry>
<title>Merge branch 'debug-ci' into 'main'</title>
<updated>2025-05-06T14:14:12Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-05-06T14:14:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=23dd43aa8fdfd0a98980bb15219369126827c64d'/>
<id>urn:sha1:23dd43aa8fdfd0a98980bb15219369126827c64d</id>
<content type='text'>
shadow CI tweaks

See merge request tpo/core/arti!2989</content>
</entry>
<entry>
<title>shadow CI test: only require 1 successful HS transfer</title>
<updated>2025-05-05T22:08:22Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-05-05T22:08:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=495b405cbb388ca6bbd6821154a1211184a10eda'/>
<id>urn:sha1:495b405cbb388ca6bbd6821154a1211184a10eda</id>
<content type='text'>
As per previous discussion there is some known flakiness around hidden
services with TestingTorNetwork enabled:
&lt;https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1399#note_2921505&gt;

Previously, only requiring 5 of 10 transfers to succeed has been enough
to keep this stable, but recently we've gotten unlucky and dipped under
this threshold: &lt;https://gitlab.torproject.org/tpo/core/arti/-/issues/1986&gt;

More investigation is warranted, especially wrt why the problem seems
to mostly be affecting articlient-onion-auth, but for now it's better to
have a low success threshold than to have folks overriding the CI
failure.
</content>
</entry>
<entry>
<title>shadow CI: disable strace logging</title>
<updated>2025-05-05T16:56:11Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-05-05T16:56:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dd5d3d76fba30fb1561c814907675253f3ebf261'/>
<id>urn:sha1:dd5d3d76fba30fb1561c814907675253f3ebf261</id>
<content type='text'>
While useful, it significantly slows down the test. We should probably
just enable it when needed.
</content>
</entry>
<entry>
<title>shadow ci: add CLI option to run with specified seed</title>
<updated>2025-03-31T20:47:40Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-03-31T16:25:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c58695edab72350fb9aeccf6914ad03589c4d258'/>
<id>urn:sha1:c58695edab72350fb9aeccf6914ad03589c4d258</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shadow CI: Add arti hidden service test using a C Tor keystore.</title>
<updated>2024-10-08T14:29:29Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-10-03T18:14:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=635b9a14789b260b841bdab33cff179ce326ea7d'/>
<id>urn:sha1:635b9a14789b260b841bdab33cff179ce326ea7d</id>
<content type='text'>
</content>
</entry>
</feed>
