Skip to content

Add SDK server scripts and update workflows#263

Merged
jamals86 merged 1 commit into
mainfrom
030-react-live-queries
May 10, 2026
Merged

Add SDK server scripts and update workflows#263
jamals86 merged 1 commit into
mainfrom
030-react-live-queries

Conversation

@jamals86
Copy link
Copy Markdown
Member

Introduce reusable scripts to resolve/download/start the SDK test server and refactor CI to use them. Adds scripts/resolve-latest-release-asset.py, scripts/download-release-server.sh and scripts/start-sdk-test-server.sh and wires these into the Dart and TypeScript GitHub Actions (also include the scripts in the workflow file triggers). Replace inline release-asset resolution and server extraction/bootstrapping with calls to the new scripts.

Other notable changes:

  • Use a PID file and centralized server start logic in CI and scripts/test-typescript-sdk-release.sh.
  • Increase several Rust test timeouts (ntest::timeout from 15000 to 30000) to reduce flakiness under network-impaired tests.
  • Refactor PG client tests to start servers on ephemeral ports and add helper functions (start_server_with_executor_on_ephemeral_port, start_leader_redirect_servers) to remove duplicated port wiring.
  • Minor change to python workflow environment syntax (environment name mapping).
  • Add docs archived versions support in scripts/versions.py and update versions.json with docs/versioning archived entries.

These changes centralize server lifecycle handling, reduce duplicated CI code, and improve test reliability.

Introduce reusable scripts to resolve/download/start the SDK test server and refactor CI to use them. Adds scripts/resolve-latest-release-asset.py, scripts/download-release-server.sh and scripts/start-sdk-test-server.sh and wires these into the Dart and TypeScript GitHub Actions (also include the scripts in the workflow file triggers). Replace inline release-asset resolution and server extraction/bootstrapping with calls to the new scripts.

Other notable changes:
- Use a PID file and centralized server start logic in CI and scripts/test-typescript-sdk-release.sh.
- Increase several Rust test timeouts (ntest::timeout from 15000 to 30000) to reduce flakiness under network-impaired tests.
- Refactor PG client tests to start servers on ephemeral ports and add helper functions (start_server_with_executor_on_ephemeral_port, start_leader_redirect_servers) to remove duplicated port wiring.
- Minor change to python workflow environment syntax (environment name mapping).
- Add docs archived versions support in scripts/versions.py and update versions.json with docs/versioning archived entries.

These changes centralize server lifecycle handling, reduce duplicated CI code, and improve test reliability.
@jamals86 jamals86 merged commit 7bfdb7b into main May 10, 2026
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