<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tests/shadow/conf/arti.common.toml, branch arti-v2.4.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-11-03T21:54:34Z</updated>
<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>shadow: Update shadow syntax for prop330</title>
<updated>2025-09-16T11:55:00Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2025-09-16T11:55:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=740bb638fe82400472e033e618ef349b2aa05735'/>
<id>urn:sha1:740bb638fe82400472e033e618ef349b2aa05735</id>
<content type='text'>
</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>shadow ci: don't explicitly set storage.keystore.enabled</title>
<updated>2024-08-06T20:47:59Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2024-08-06T20:41:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=222b0eae48ae88d1a64cf5f0c11e662bf61dda4d'/>
<id>urn:sha1:222b0eae48ae88d1a64cf5f0c11e662bf61dda4d</id>
<content type='text'>
Setting it for all arti processes causes a warning to be logged to
stderr, which causes the shadow ci script to fail.

It's enabled by default anyway when the feature is compiled in, so we
don't need to enable it explicitly.
</content>
</entry>
<entry>
<title>arti, arti-client, tor-keymgr: Remove keystore dir configuration.</title>
<updated>2024-02-21T14:58:46Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-02-21T12:46:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=90addac031b7242b9352ce2c635b9802e657fabe'/>
<id>urn:sha1:90addac031b7242b9352ce2c635b9802e657fabe</id>
<content type='text'>
Closes #1202
</content>
</entry>
<entry>
<title>arti-client: Use the config struct from tor-keymgr.</title>
<updated>2023-07-13T11:29:57Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-12T18:07:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0260405603c41ae88486996868ee1ebe2fa8615a'/>
<id>urn:sha1:0260405603c41ae88486996868ee1ebe2fa8615a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CI: Add client auth integration test.</title>
<updated>2023-07-12T15:36:11Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2023-07-10T18:42:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=24501fdf0e4e4588b84d2ffd94e8288394ca7acd'/>
<id>urn:sha1:24501fdf0e4e4588b84d2ffd94e8288394ca7acd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dedupe arti configs and match TestingTorNetworks HS config</title>
<updated>2023-07-03T19:15:23Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2023-07-03T17:04:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b01f3ba61549b5a769cf8fbc46afc449da595d7'/>
<id>urn:sha1:3b01f3ba61549b5a769cf8fbc46afc449da595d7</id>
<content type='text'>
</content>
</entry>
</feed>
