bazelbuild / rules_go

Go rules for Bazel
Apache License 2.0
1.37k stars 651 forks source link

generate_test_main: Move timeout handling back to bzltestutil #3939

Closed DolceTriade closed 4 months ago

DolceTriade commented 4 months ago

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

This gives us a determinstic location to ignore for goleak, which we previously had, but was removed as part of #3920.

Which issues(s) does this PR fix?

Fixes #3938