mirror of https://github.com/hashicorp/boundary
all: avoid mutating global state in parallel tests (#3687)
The SetupSuiteTargetFilters globally mutates the function used for logic inside the target handler service. This means that we could get inconsistent logical behavior in certain tests that were run in parallel, since the logic can change at runtime. Ensure tests that make use of this function are never run in parallel with other tests.pull/3689/head
parent
4789c00177
commit
f89515a19c
Loading…
Reference in new issue