We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a493ef commit a83b9cbCopy full SHA for a83b9cb
internal/xsync/soft_semaphore_test.go
@@ -9,6 +9,7 @@ import (
9
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xtest"
10
)
11
12
+//nolint:gocyclo
13
func TestSoftWeightedSemaphore(t *testing.T) {
14
t.Run("NormalAcquireWithinCapacity", func(t *testing.T) {
15
sem := NewSoftWeightedSemaphore(5)
0 commit comments