-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Introduce persistent store testing support #254
Conversation
The SDK test harness has historically been self-sufficient. With the introduction of persistence-based unit tests, that is no longer the case. Externally started services are required for each persistence technology supported. Since we want to retain the ease of use associated with a our current `go run .` usage, we are going to disable persistence support by default. Users will have to provide a `-enable-persistence-tests` if they want the test harness to attempt those tests. SDKs under test are still required to provide the appropriate capabilities. In the event those capabilities are provided, but the test harness flag is not provided, persistence tests will be skipped.
Each of these individual commits have already been reviewed, except for the very last one (e755a82). That was something I just noticed doing final testing. Verified that change works though. Do we want to squash this into a single commit, or just do some commit message overrides to get this released as a new feature? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like squash, unless you think we'll need to revert parts of it but not others.
🤖 I have created a release *beep* *boop* --- ## [2.25.0](v2.24.2...v2.25.0) (2024-10-31) ### Features * Introduce persistent store testing support ([#254](#254)) ([cd03f57](cd03f57)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
No description provided.