<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tests/chutney/setup, branch arti-v1.1.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-01-25T17:35:53Z</updated>
<entry>
<title>shell: use /usr/bin/env instead of absolute paths</title>
<updated>2023-01-25T17:35:53Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-01-25T17:35:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79097484de7401bf247e14c1bdf5982aee4518a1'/>
<id>urn:sha1:79097484de7401bf247e14c1bdf5982aee4518a1</id>
<content type='text'>
This commit changes the shebang in all shell scripts from absolute
paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env`
binary with the accompanying interpreter as it's argument.

The reason for this are as follows:
- NixOS cannot work with absolute paths
- BSD systems install their packages in /usr/local/bin
</content>
</entry>
<entry>
<title>test/chutney/setup: Set allow_running_as_root as needed.</title>
<updated>2022-08-24T14:57:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-08-24T13:28:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8332e613f43475862a0e96b91d8bc12177b9b9f7'/>
<id>urn:sha1:8332e613f43475862a0e96b91d8bc12177b9b9f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make almost all scripts use bash and set euo pipefail</title>
<updated>2022-05-25T20:25:58Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-05-25T11:10:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8eb843f2af349e4dbbd377a4c16fa57094c90414'/>
<id>urn:sha1:8eb843f2af349e4dbbd377a4c16fa57094c90414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chutney test stop network when arti died or did not start</title>
<updated>2022-05-05T11:12:30Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-05-05T11:12:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ee9730cab4e4b21ec40d05becd4c9f54a92d7c29'/>
<id>urn:sha1:ee9730cab4e4b21ec40d05becd4c9f54a92d7c29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use port 35353 for testing, not 5353.</title>
<updated>2022-03-15T12:26:45Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-15T12:26:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c16c4c38459db8c1ab4247b28ce90119bbdb5985'/>
<id>urn:sha1:c16c4c38459db8c1ab4247b28ce90119bbdb5985</id>
<content type='text'>
Apparently 5353 is commonly used for mDNS, and so counts as "already in
use" on many consumer machines.
</content>
</entry>
<entry>
<title>add simple unit test on UDP</title>
<updated>2022-03-14T20:19:20Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-11T17:27:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f4581ffd0438a0e07839036f36960ad41742be03'/>
<id>urn:sha1:f4581ffd0438a0e07839036f36960ad41742be03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add integration test and fill semver_status</title>
<updated>2022-03-14T20:19:19Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-11T16:56:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b7daa9ff1272d79ce3d4981af6a3d73dac26a2d6'/>
<id>urn:sha1:b7daa9ff1272d79ce3d4981af6a3d73dac26a2d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/chutney/setup: Transfer changes from just-deleted code</title>
<updated>2022-03-11T14:08:02Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-11T14:08:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b7678582cd777bed3b89debbfab400369269813f'/>
<id>urn:sha1:b7678582cd777bed3b89debbfab400369269813f</id>
<content type='text'>
It turns out that the clone-and-hack in tests/chutney/arti-bench
was not identical to the original in tests/chutney/setup.

I diffed the two and preferred the version from arti-bench.
</content>
</entry>
<entry>
<title>tests/chutney: Merge chutney-launching scripts</title>
<updated>2022-03-10T17:29:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-10T14:56:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dcd74e7a64940ce7c30bd56a1e5bec16e8b18ba0'/>
<id>urn:sha1:dcd74e7a64940ce7c30bd56a1e5bec16e8b18ba0</id>
<content type='text'>
Formerly, the "launch a chutney network" code was duplicated in
"setup" and "arti-bench", since "setup" always launched an arti
proxy, while "arti-bench" didn't want that functionality.

Now the "setup" script launches an arti proxy conditionally,
depending on whether the "proxy" argument is given.
</content>
</entry>
<entry>
<title>chutney/setup: Wait for port 9150 to open after launching arti</title>
<updated>2022-02-28T20:30:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-28T20:04:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0634d12f2b21e4c261b930f4d89e7aeba85df6ed'/>
<id>urn:sha1:0634d12f2b21e4c261b930f4d89e7aeba85df6ed</id>
<content type='text'>
This is not a replacement for a real startup protocol, but it may
help repair our CI.
</content>
</entry>
</feed>
