<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tests, 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>integration-e2e-shadow: move simulation seed to yaml</title>
<updated>2025-04-23T15:34:55Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-04-23T11:08:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0d579bd48b73c963b41cba6c7529a98bd8b8c43c'/>
<id>urn:sha1:0d579bd48b73c963b41cba6c7529a98bd8b8c43c</id>
<content type='text'>
Since this significantly affects the behavior of the simulation, it's
probably worth having it in the yaml. (It can of course still be
overridden from the command-line).
</content>
</entry>
<entry>
<title>integration-e2e-shadow: move unblocked-syscall-latency to yaml</title>
<updated>2025-04-23T15:34:55Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-04-23T11:04:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3d82b403456d1559cfbcb604f37aede38899795f'/>
<id>urn:sha1:3d82b403456d1559cfbcb604f37aede38899795f</id>
<content type='text'>
Since this significantly affects the behavior of the simulation, it's
useful to have it in the yaml for reference or if the simulation is
manually rerun from the yaml.
</content>
</entry>
<entry>
<title>integration-e2e-shadow: use a larger max_unapplied_cpu_latency</title>
<updated>2025-04-23T15:34:55Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-04-22T21:28:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=46d4b9fe8889729a47adf2f61c7e6c5ba9fbba84'/>
<id>urn:sha1:46d4b9fe8889729a47adf2f61c7e6c5ba9fbba84</id>
<content type='text'>
This should make the simulation results generally more stable with
respect to small perturbations, such as adding logging.

It also causes a previous "heisenbug" failure in this test to reliably
reproduce in every run.
</content>
</entry>
<entry>
<title>tests: remove 'cargo build' from chutney setup</title>
<updated>2025-04-17T15:39:55Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-04-17T15:39:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=976d79f027525524925f889bd6e31aeb3da05af9'/>
<id>urn:sha1:976d79f027525524925f889bd6e31aeb3da05af9</id>
<content type='text'>
</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>
</feed>
