<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tests/shadow, branch arti-v1.4.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-05-06T14:14:12Z</updated>
<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: enable model-unblocked-syscall-latency</title>
<updated>2025-05-05T22:15:51Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-05-05T16:57:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=36969815dfa5ee6d09f3be483f61fd389c7ca73e'/>
<id>urn:sha1:36969815dfa5ee6d09f3be483f61fd389c7ca73e</id>
<content type='text'>
Not expected to solve any immediate issue, but helpful for consistency
with the chutney-shadow CI, and I think in the past we've hit busy-loop
deadlock without it if/when we try increasing the simulation end time.

Similarly, we apply the same tuning of "max_unapplied_cpu_latency" as we
use in the chutney-shadow simulation, which gets back some of the
simulation stability that enabling model-unblocked-syscall-latency
otherwise sometimes sacrifices.
</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: capture only 40 bytes of packets</title>
<updated>2025-04-01T18:36:12Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2024-08-21T19:06:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4cde5f568b01c972a130bf8f22b6f54ef5ccc4ec'/>
<id>urn:sha1:4cde5f568b01c972a130bf8f22b6f54ef5ccc4ec</id>
<content type='text'>
The pcaps are only used to check for leaks by reading the packet
source/destination, so we don't need the entire packet. This should make
CI artifacts a bit smaller.

The fixed-size portion of an IP header is 20 bytes for IPv4 and 40 bytes
for IPv6. Shadow doesn't support IPv6, but used the IPv6 header size
anyways.
</content>
</entry>
<entry>
<title>tor-circmgr: removed "ntor_v3" feature flag</title>
<updated>2025-04-01T14:17:21Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-04-01T00:56:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c8fac43195c2baba6ab5464d2ea9e11dc0b0a141'/>
<id>urn:sha1:c8fac43195c2baba6ab5464d2ea9e11dc0b0a141</id>
<content type='text'>
ntor v3 is now always enabled.
</content>
</entry>
<entry>
<title>shadow ci README: add notes about reproducibility</title>
<updated>2025-03-31T20:47:40Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-03-31T16:25:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3d0d629417579abd326ea228f767e2037ce61a5a'/>
<id>urn:sha1:3d0d629417579abd326ea228f767e2037ce61a5a</id>
<content type='text'>
</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 test README: update with latest feature set</title>
<updated>2025-03-31T20:47:40Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-03-31T16:24:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=31a43a04f52807bdc569d076a3743ff9a79456e7'/>
<id>urn:sha1:31a43a04f52807bdc569d076a3743ff9a79456e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shadow tests: Enable and turn on memquota</title>
<updated>2024-10-21T10:17:56Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-10-21T09:24:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=292675b74aaa54f8c4c10f56c7eb38868b57f1f7'/>
<id>urn:sha1:292675b74aaa54f8c4c10f56c7eb38868b57f1f7</id>
<content type='text'>
This detected the account lifetime bugs fixed in this branch.
</content>
</entry>
</feed>
