You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good call. The root cause of this was that the handler map was a global instead of being per nettest. To overcome this I refactored it to be instead part of the Nettest and created a NewNettest constructor. See: measurement-kit/go-measurement-kit@e6bf66a.
If you pull from the current master and run:
dep ensure -update github.com/measurement-kit/go-measurement-kit
After adding the Dash test in the performance group, I notice that logging seems to get re-added with each subsequent test.
When running
ooni run performance
, one sees expected output during Dash run, but then when NDT runs all log lines are duplicated, e.g.The text was updated successfully, but these errors were encountered: