Skip to content

Conversation

@tanderson-ld
Copy link
Contributor

@tanderson-ld tanderson-ld commented Dec 11, 2025

Note

Enables FDv2 contract tests in CI and adds DataSystem initializer/synchronizer config support to the contract test service.

  • CI
    • Update .github/actions/contract-tests/action.yml to accept run_fdv2_tests input and, when true, set up Go, launch service, clone sdk-test-harness feat/fdv2, and run FDv2 tests.
    • Pass run_fdv2_tests: 'true' in .github/workflows/sdk-server-ci.yml.
  • Contract Test Service
    • Extend Representations.cs with SdkConfigDataSystemParams model (store, mode, initializers, synchronizers, polling/streaming params, constants).
    • In SdkClientEntity.cs, wire up DataSystem initializers and synchronizers via Components.DataSystem(); add required usings. (Persistent store wiring left commented out.)
  • Tests
    • Add pkgs/sdk/server/contract-tests/test-supressions-fdv2.txt for FDv2-specific skips.
  • Assembly
    • Grant internals access to ContractTestService in AssemblyInfo.cs.

Written by Cursor Bugbot for commit 23b91ec. This will update automatically on new commits. Configure here.

@tanderson-ld tanderson-ld requested a review from a team as a code owner December 11, 2025 16:18
@tanderson-ld tanderson-ld merged commit 4d8e9a6 into main Dec 12, 2025
30 of 34 checks passed
@tanderson-ld tanderson-ld deleted the ta/SDK-1588/fdv2-contract-tests branch December 12, 2025 20:33
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.

3 participants