forwarder icon indicating copy to clipboard operation
forwarder copied to clipboard

Add hammering load test that would enable race detector to work

Open mmatczuk opened this issue 3 years ago • 1 comments

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.

mmatczuk avatar Sep 08 '22 12:09 mmatczuk

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.

mmatczuk avatar Jun 12 '23 14:06 mmatczuk

The -race flag is added to dev image in #550.

mmatczuk avatar Sep 03 '24 13:09 mmatczuk