<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/tests/chutney, branch arti-v0.0.3</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.3</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.0.3'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2021-12-21T14:54:16Z</updated>
<entry>
<title>arti-bench.sh: Handle the case where CHUTNEY_PATH is set.</title>
<updated>2021-12-21T14:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-21T14:53:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=032b0d2575cfdabc0cfafb164968808372f5f082'/>
<id>urn:sha1:032b0d2575cfdabc0cfafb164968808372f5f082</id>
<content type='text'>
Previously, this case would cause arti-bench to hang forever, trying
to bootstrap against one network while another network was running.
</content>
</entry>
<entry>
<title>arti-bench.sh: set $RUST_LOG if it isn't set.</title>
<updated>2021-12-21T14:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-21T14:35:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ba6828d9fe49565eaca433e9a40d296c72fda43e'/>
<id>urn:sha1:ba6828d9fe49565eaca433e9a40d296c72fda43e</id>
<content type='text'>
(An empty $RUST_LOG no output, and confuse the nickm^Wuser.)
</content>
</entry>
<entry>
<title>tests/chutney/setup.sh: Fix a shellcheck warning.</title>
<updated>2021-12-21T14:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-21T14:50:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=584e46d6194e4b3cd9d830258404db81fdb9dc5e'/>
<id>urn:sha1:584e46d6194e4b3cd9d830258404db81fdb9dc5e</id>
<content type='text'>
shellcheck doesn't like `export FOO="$(bar)"` as one line, since it
has the possibility of missing errors.
</content>
</entry>
<entry>
<title>Introduce an experimental benchmarking utility for Arti</title>
<updated>2021-12-16T16:12:59Z</updated>
<author>
<name>eta</name>
<email>tor@eta.st</email>
</author>
<published>2021-12-14T17:29:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=06a94288caa6cdb61d90982f171b7da688951b6b'/>
<id>urn:sha1:06a94288caa6cdb61d90982f171b7da688951b6b</id>
<content type='text'>
The new `arti-bench` crate does a simple end-to-end benchmark test
embedding Arti: it generates some random data (of configurable amount,
depending on command-line parameters), and then sends said data back and
forth via Arti (which should be configured to use a local Chutney
network).

Additionally, the benchmark can also be run via a local SOCKS5 server
(in order to benchmark the performance via a local Chutney node, for
comparison).

The `tests/chutney/arti-bench.sh` sets up and tears down Chutney as
required to make this work.

This is very much a first cut; there are many things that should
eventually get added, such as support for multiple connections, JSON
output capabilities, running multiple tests, ...
</content>
</entry>
<entry>
<title>chutney: Make $target relative to ${CHUTNEY_PATH}</title>
<updated>2021-12-05T21:04:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-05T20:38:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f9bb3e4c1e48206590916875a405597f2317c4b'/>
<id>urn:sha1:9f9bb3e4c1e48206590916875a405597f2317c4b</id>
<content type='text'>
This is per a suggestion from @trinity-1686a.
</content>
</entry>
<entry>
<title>When tearing down test net, always tear down test net :)</title>
<updated>2021-12-02T14:25:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-02T14:25:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b009e31410fb7b5c09662059011f5e967ad88d84'/>
<id>urn:sha1:b009e31410fb7b5c09662059011f5e967ad88d84</id>
<content type='text'>
Previously, if the arti process had died or been killed, we wouldn't
reach the point where we called "chutney stop".
</content>
</entry>
<entry>
<title>Detect and use CHUTNEY_PATH in test scripts.</title>
<updated>2021-12-02T14:22:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2021-12-02T14:22:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ec2245164f741075881c5ce9a03b7f9dc7247fcb'/>
<id>urn:sha1:ec2245164f741075881c5ce9a03b7f9dc7247fcb</id>
<content type='text'>
If the user has CHUTNEY_PATH set, respect that value, rather than
cloning a local chutney.

Also, if we have a local chutney, then update it in case there have
been changes.
</content>
</entry>
<entry>
<title>move integration tests to scripts</title>
<updated>2021-10-28T15:28:22Z</updated>
<author>
<name>Trinity Pointard</name>
<email>trinity.pointard@gmail.com</email>
</author>
<published>2021-09-28T17:36:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0438a3da93ce8d0e805bf1903761441621f28e0c'/>
<id>urn:sha1:0438a3da93ce8d0e805bf1903761441621f28e0c</id>
<content type='text'>
</content>
</entry>
</feed>
