Skip to content

sds-go: add ScanWithValidation regression test - #371

Closed
vinckama wants to merge 1 commit into
mainfrom
vincent.roy/3188
Closed

sds-go: add ScanWithValidation regression test#371
vinckama wants to merge 1 commit into
mainfrom
vincent.roy/3188

Conversation

@vinckama

Copy link
Copy Markdown
Contributor

Summary

  • Add a minimal Go TestScanWithValidation that calls ScanWithValidation with a simple \d{16} rule.
  • TODO left on the test to later exercise real match validation via a third_party_active_checker config and assert MatchStatus (see Rust match_validation.rs).

Test plan

  • make build-sds-go && cd sds-go/go && LD_LIBRARY_PATH=../../sds/target/release go test -run '^TestScanWithValidation$' -v .
  • Follow-up commit will fix the Go FFI arity mismatch for scan_metadata_json.

Add a minimal Go test that calls ScanWithValidation. A follow-up
should configure a third_party_active_checker and assert MatchStatus,
mirroring the Rust coverage in match_validation.rs.
@vinckama

Copy link
Copy Markdown
Contributor Author

Recreated on vincent.roy/3849.

@vinckama vinckama closed this Jul 23, 2026
@vinckama
vinckama deleted the vincent.roy/3188 branch July 23, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant