Skip to content

Commit 8c6768b

Browse files
committed
add parallel to PartitionCompactor test
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
1 parent 62b1737 commit 8c6768b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/compactor/compactor_paritioning_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ func TestPartitionCompactor_ShouldCompactAllUsersOnShardingEnabledButOnlyOneInst
11411141
}
11421142

11431143
func TestPartitionCompactor_ShouldCompactOnlyUsersOwnedByTheInstanceOnShardingEnabledAndMultipleInstancesRunning(t *testing.T) {
1144-
1144+
t.Parallel()
11451145
numUsers := 100
11461146

11471147
// Setup user IDs

0 commit comments

Comments
 (0)