mirror of https://github.com/status-im/consul.git
a80de898ea
This test was only passing because t.Parallel was causing every subtest to run with the last value in the iteration, which sets a value for all tokens. The test started to fail once t.Parallel was removed, but the same failure could have been produced by adding 'tt := tt' to the t.Run() func. These tests run in under 10ms, so there is no reason to use t.Parallel. |
||
---|---|---|
.. | ||
store.go | ||
store_oss.go | ||
store_test.go |