File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
component/otelcol/processor/probabilistic_sampler Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ lint: agentlint
172
172
# more without -race for packages that have known race detection issues.
173
173
test :
174
174
$(GO_ENV ) go test $(GO_FLAGS ) -race ./...
175
- $(GO_ENV ) go test $(GO_FLAGS ) ./pkg/integrations/node_exporter ./pkg/logs ./pkg/operator ./pkg/util/k8s ./component/otelcol/processor/tail_sampling ./component/loki/source/file
175
+ $(GO_ENV ) go test $(GO_FLAGS ) ./pkg/integrations/node_exporter ./pkg/logs ./pkg/operator ./pkg/util/k8s ./component/otelcol/processor/tail_sampling ./component/loki/source/file ./component/otelcol/processor/probabilistic_sampler
176
176
177
177
test-packages :
178
178
docker pull $(BUILD_IMAGE )
Original file line number Diff line number Diff line change
1
+ //go:build !race
2
+
1
3
package probabilistic_sampler
2
4
3
5
import (
You can’t perform that action at this time.
0 commit comments