Skip to content

Enable Integration tests for SQLIte #6796

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025

Conversation

arzonus
Copy link
Contributor

@arzonus arzonus commented Apr 9, 2025

What changed?
A new step has been added to buildkite to run integration tests against sqlite. The step can fail without failing the whole pipeline until the In-Memory storage project is finished.

Why?
SQLite storage will be used in the future as an in-memory replacement for persistence storage. The diff is a part of the project In-Memory Storage.

Previous PRs:

How did you test it?

  • Unit tests
  • Integration tests

Potential risks
CD may become slower

Release notes

Documentation Changes

Detailed Description
[In-depth description of the changes made to the schema or interfaces, specifying new fields, removed fields, or modified data structures]

Impact Analysis

  • Backward Compatibility: [Analysis of backward compatibility]
  • Forward Compatibility: [Analysis of forward compatibility]

Testing Plan

  • Unit Tests: [Do we have unit test covering the change?]
  • Persistence Tests: [If the change is related to a data type which is persisted, do we have persistence tests covering the change?]
  • Integration Tests: [Do we have integration test covering the change?]
  • Compatibility Tests: [Have we done tests to test the backward and forward compatibility?]

Rollout Plan

  • What is the rollout plan?
  • Does the order of deployment matter?
  • Is it safe to rollback? Does the order of rollback matter?
  • Is there a kill switch to mitigate the impact immediately?

@arzonus arzonus changed the title Enabled Integration tests for SQLIte db Enable Integration tests for SQLIte Apr 9, 2025
@arzonus arzonus merged commit 0bd3fee into cadence-workflow:master Apr 11, 2025
23 checks passed
@arzonus arzonus deleted the sqlite3-integration-tests branch April 11, 2025 13:22
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.

2 participants