You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`cd src/go && go test -count=1 ./pkg/netipc/...`: passed.
904
+
-`cd src/go && GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go test -run '^$' ./pkg/netipc/transport/windows ./pkg/netipc/service/raw ./pkg/netipc/service/apps_lookup ./pkg/netipc/service/cgroups_lookup ./pkg/netipc/service/cgroups_snapshot`: passed.
905
+
-`git diff --check`: passed.
906
+
864
907
## Validation
865
908
866
909
Acceptance criteria evidence:
@@ -877,6 +920,7 @@ Acceptance criteria evidence:
877
920
- Netdata PR #22649 SonarCloud security hotspots for C string/path copying were verified and addressed in the SDK before re-vendoring.
878
921
- Go apps/cgroups lookup unknown codec paths now have canonical fast paths and regression tests.
879
922
- POSIX and Windows benchmark runners now distinguish floor/correctness failures from scheduler-stability noise using documented repeated-sample policies.
923
+
- Netdata PR #22649 SonarCloud duplication gate was rechecked; the current SDK increment removes duplicated Go transport/service flow before re-vendoring.
880
924
881
925
Tests or equivalent validation:
882
926
@@ -894,6 +938,8 @@ Tests or equivalent validation:
894
938
-`codacy-analysis analyze --files ... --output-format json`: 0 issues; known local Revive adapter invocation error remains.
895
939
-`bash -n tests/run-posix-bench.sh tests/generate-benchmarks-posix.sh tests/run-windows-bench.sh tests/generate-benchmarks-windows.sh`: passed on 2026-06-08.
896
940
-`cd src/go && go test -count=1 ./pkg/netipc/...`: passed on 2026-06-08.
941
+
-`cd src/go && GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go test -run '^$' ./pkg/netipc/transport/windows ./pkg/netipc/service/raw ./pkg/netipc/service/apps_lookup ./pkg/netipc/service/cgroups_lookup ./pkg/netipc/service/cgroups_snapshot`: passed on 2026-06-08.
942
+
-`git diff --check`: passed on 2026-06-08 after the Go duplication-reduction increment.
0 commit comments