Skip to content

Try to make the tor_proto::circuit::begindir test more reliable.

Nick Mathewson requested to merge nickm/arti:begindir_test_fix into main

I traced the problem here to the fact that sometimes "rx" in this test would be dropped before the test was done. When "rx" is dropped, the channel reactor shuts down, which in turn kills off the circuit reactor.

This bug may exist in other cases in these tests. This patch may fix one case of #238.

Merge request reports

Loading