<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tests, 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: Use ./ prefix for logging path</title>
<updated>2025-11-03T21:54:34Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-11-03T21:54:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e545dd4c1ba66f597ac94621225ec103c48c55d7'/>
<id>urn:sha1:e545dd4c1ba66f597ac94621225ec103c48c55d7</id>
<content type='text'>
Workaround for arti#2240, though doesn't hurt to be more explicit in
general.

This bug wasn't triggered in versions of shadow before
&lt;https://github.com/shadow/shadow/issues/3659&gt; was fixed - shadow's
implementation of `statx` and other syscalls incorrectly behaved as if the
`AT_EMPTY_PATH` were set.
</content>
</entry>
<entry>
<title>chutney ci: make arti-bench bin configurable</title>
<updated>2025-10-09T16:17:59Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-10-08T21:26:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ff6c714846b987e6e6409880eb665c0093deb54a'/>
<id>urn:sha1:ff6c714846b987e6e6409880eb665c0093deb54a</id>
<content type='text'>
Also search several candidate paths.
</content>
</entry>
<entry>
<title>chutney ci setup: encapsulate config as a whole</title>
<updated>2025-09-29T16:22:19Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-09-10T20:43:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f1aca9466a91f825d4cffb9942686556d598355'/>
<id>urn:sha1:7f1aca9466a91f825d4cffb9942686556d598355</id>
<content type='text'>
This is partly just to get more code out of "main", but also paves the
way a bit for reusing this config code in the `integration-e2e-shadow`
wrapper script, to support the same command-line arguments there.
</content>
</entry>
<entry>
<title>chutney CI: store and use jq path</title>
<updated>2025-09-29T16:22:19Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-09-10T20:02:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df531a543d240e1a765c65651b7cabf1a082b04b'/>
<id>urn:sha1:df531a543d240e1a765c65651b7cabf1a082b04b</id>
<content type='text'>
Since we're validating the presence of jq, we might as well handle it
consistently with the other dependencies and provide a way to specify
where it is.
</content>
</entry>
<entry>
<title>chutney setup: refactor config options into Resolver objects</title>
<updated>2025-09-29T16:22:19Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-09-09T20:08:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e4048fa45d2182e1dafc8e0fc52a1396b309e7b6'/>
<id>urn:sha1:e4048fa45d2182e1dafc8e0fc52a1396b309e7b6</id>
<content type='text'>
Encapsulate the logic of finding and validating each option into their
own objects (e.g. so that specification of corresponding command-line
option goes together with other related logic).
</content>
</entry>
<entry>
<title>chutney ci: remove CHUTNEY_BIN env variable</title>
<updated>2025-09-29T16:22:19Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-09-09T18:12:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=353e79c5d65547135a8de71edfe50954f6f6b4b0'/>
<id>urn:sha1:353e79c5d65547135a8de71edfe50954f6f6b4b0</id>
<content type='text'>
This wasn't a pre-existing environment variable, and now it can be set
via command-line if it needs to be overridden. I don't see much reason
to use an environment variable here.
</content>
</entry>
<entry>
<title>chutney ci setup: allow bin locations to be set by cmd line</title>
<updated>2025-09-29T16:22:19Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2025-09-08T21:48:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2fc43f22e7c7b7aece13986785c3a621129edac8'/>
<id>urn:sha1:2fc43f22e7c7b7aece13986785c3a621129edac8</id>
<content type='text'>
</content>
</entry>
</feed>
