forwarder
forwarder copied to clipboard
Add hammering load test that would enable race detector to work
In the context of #29 and other issues we shall add a test that would enable race detector to actually find something. In that context we should add the stress tool too.
Tests exist, we need to compile with -race flag. I suggest to add -race flag to update-devel-image in CI. Race flag requires cgo and cannot be used in cross-compilation.
The -race flag is added to dev image in #550.