<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tests, branch arti-v1.2.6</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-06-05T11:10:02Z</updated>
<entry>
<title>ci: Fix variable not expanding.</title>
<updated>2024-06-05T11:10:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-05T11:10:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4b7b74a2b3ddb07d13b5a91e4d0b30ca35dc356a'/>
<id>urn:sha1:4b7b74a2b3ddb07d13b5a91e4d0b30ca35dc356a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Fix shellcheck warnings.</title>
<updated>2024-06-05T09:50:38Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-05T09:50:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bf40fcb07de0fc4e0adad06eabb10d6648752623'/>
<id>urn:sha1:bf40fcb07de0fc4e0adad06eabb10d6648752623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: If there are internal errors, log where they were found.</title>
<updated>2024-06-05T09:26:57Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-05T09:26:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=daf89f665edb3131a6d0d7a9c4a55c6a7f7b14ff'/>
<id>urn:sha1:daf89f665edb3131a6d0d7a9c4a55c6a7f7b14ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: Make the shadow simulation fail if an internal error is logged.</title>
<updated>2024-06-04T19:02:18Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-04T17:20:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ec182456fdf714c17e7873debf0df4a052aece76'/>
<id>urn:sha1:ec182456fdf714c17e7873debf0df4a052aece76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "shadow ci: Increase start_time of the new test."</title>
<updated>2024-06-03T12:39:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-22T17:20:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=90e8b3300352c471460771fd67a79e43477bb4ff'/>
<id>urn:sha1:90e8b3300352c471460771fd67a79e43477bb4ff</id>
<content type='text'>
We don't need this now that #1417 is fixed.

This reverts commit a9010f6300c25e4602ecf8017ca176c724ecdfa5.
</content>
</entry>
<entry>
<title>shadow ci: Increase start_time of the new test.</title>
<updated>2024-06-03T12:39:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-21T11:02:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6e4f62971e1dab906c3d9bc4cdb64e5f9a86cfe9'/>
<id>urn:sha1:6e4f62971e1dab906c3d9bc4cdb64e5f9a86cfe9</id>
<content type='text'>
Without this change, one of the tgen processes doesn't exit as expected:
```
618990:00:06:50.991981 [4717:shadow-worker] 00:30:00.000000000 [ERROR] [torclient-onion-artiserver:11.0.0.19] [process.rs:1525] [shadow_rs::host::process] process 'torclient-onion-artiserver.tgen.1001' exited with status StoppedByShadow; expected end state was exited: 0 but was running
```

This is because of a stub circuit selection bug that only manifests when
the `torclient-onion-artiserver` and
`torclient-onion-artiserver-full-vanguards` tests are run at the same
time.

See #1417 for more details.
</content>
</entry>
<entry>
<title>shadow test: Add test for onion svc using full vanguards.</title>
<updated>2024-06-03T12:39:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-20T15:08:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=719c3492bd22789814c35ca99ae9e2d1a8c5c15b'/>
<id>urn:sha1:719c3492bd22789814c35ca99ae9e2d1a8c5c15b</id>
<content type='text'>
This adds an onion service that uses full vanguards, and a client
that connects to it.

Closes #1408
</content>
</entry>
<entry>
<title>shadow ci: Put the test hosts in a HOSTS variable.</title>
<updated>2024-06-03T12:39:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-20T17:28:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=167cc740cc08348f1e9ba39561aa9f02c81cda5b'/>
<id>urn:sha1:167cc740cc08348f1e9ba39561aa9f02c81cda5b</id>
<content type='text'>
Moving them to a separate variable makes the script more readable as we
add more hosts.
</content>
</entry>
<entry>
<title>Merge branch 'script-suffixes' into 'main'</title>
<updated>2024-05-16T11:59:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2024-05-16T11:59:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bad85cbe7b6074ab42560f6b72a76cf1dc938a7b'/>
<id>urn:sha1:bad85cbe7b6074ab42560f6b72a76cf1dc938a7b</id>
<content type='text'>
Forbid script suffixes

See merge request tpo/core/arti!2153</content>
</entry>
<entry>
<title>Rename tests/shadow/run.sh to run</title>
<updated>2024-05-16T11:14:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-05-15T10:18:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7e6fd61cb1cbcf356dde0be8598aa6525b8317d7'/>
<id>urn:sha1:7e6fd61cb1cbcf356dde0be8598aa6525b8317d7</id>
<content type='text'>
</content>
</entry>
</feed>
