neubot / dash

Go implementation of Neubot's DASH experiment
https://neubot.github.io
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Resolve several data races in main testing #27

Closed bassosimone closed 4 years ago

bassosimone commented 4 years ago
  1. edit the logger variable before using it in the reaper

  2. no need to call main() in parallel, just call in parallel a suitable client as suggested in chat by @robertodauria

  3. enable race detector when running tests

Closes #26