Skip to content

Commit 0908c6f

Browse files
friedrichgalexqyle
authored andcommitted
Parallelize distributor tests (cortexproject#5076)
Parallelize distributor tests Signed-off-by: Alex Le <[email protected]>
1 parent 0fda0d1 commit 0908c6f

File tree

5 files changed

+114
-27
lines changed

5 files changed

+114
-27
lines changed

pkg/distributor/distributor_ring_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
)
1212

1313
func TestRingConfig_DefaultConfigToLifecyclerConfig(t *testing.T) {
14+
t.Parallel()
1415
cfg := RingConfig{}
1516
expected := ring.LifecyclerConfig{}
1617

@@ -30,6 +31,7 @@ func TestRingConfig_DefaultConfigToLifecyclerConfig(t *testing.T) {
3031
}
3132

3233
func TestRingConfig_CustomConfigToLifecyclerConfig(t *testing.T) {
34+
t.Parallel()
3335
cfg := RingConfig{}
3436
expected := ring.LifecyclerConfig{}
3537

0 commit comments

Comments
 (0)