On Mon, Sep 9, 2013 at 12:02 AM, Marek Majkowski wrote:
>
> I was not aware of this script. I'll take a look.
$ cat chutney/tools/bootstrap-network.sh
[...]
offset=$(expr \( $(date +%s) + $VOTING_OFFSET \) % 300)
CONFOPT="TestingV3AuthVotingStartOffset"
for file in net/nodes/*a/torrc; do
sed
On Sun, Sep 8, 2013 at 10:12 PM, Nick Mathewson wrote:
>> $ time /tmp/fluxcapacitor/fluxcapacitor ./go.sh
>>
>> real0m11.450s
>> user0m2.340s
>> sys 0m2.120s
>>
>> Running stuff under fluxcapacitor is not deterministic, sometimes it
>> takes 8 seconds, sometimes 15 but it generally wor
On Sun, Sep 8, 2013 at 12:35 PM, Marek Majkowski wrote:
> Tor ships with some testing facilities (tor/src/test/test), but they
> are not comprehensive. (I'm aware there's an ongoing effort on
> improving these tests).
>
> To test anything non trivial it is necessary to run a tor node as a
> part
Marek Majkowski wrote
Sun, 8 Sep 2013 17:35:24 +0100:
| In past I wrote this thing called fluxcapacitor [3], it's a tool that
| speeds up tests. After a few fixes I was able to run chutney on it:
|
| $ time /tmp/fluxcapacitor/fluxcapacitor ./go.sh
|
| real0m11.450s
| user0m2.340s
| sys
Tor ships with some testing facilities (tor/src/test/test), but they
are not comprehensive. (I'm aware there's an ongoing effort on
improving these tests).
To test anything non trivial it is necessary to run a tor node as a
part of a tor network. There is another tool called chutney [1] that
can