Skip to content

Conversation

@keelerm84
Copy link
Member

@keelerm84 keelerm84 commented Jan 28, 2026

BEGIN_COMMIT_OVERRIDE
chore: Support persistent data store verification in contract tests
fix: Update Redis to write missing $inited key
fix: Redis store is considered initialized when $inited key is written
END_COMMIT_OVERRIDE


Note

Medium Risk
Touches client evaluation/initialization gating and persistent store initialization semantics, which could affect flag evaluations during startup or when relying on cached data; changes are scoped and mainly exercised via contract tests.

Overview
CI contract tests now run with persistent-store verification enabled for both v2 and v3 (bumped to v3.0.0-alpha.2).

The contract test service advertises persistent store capabilities and the Python contract-test client can now configure persistent feature stores (and v3 dataSystem stores/modes) for Redis, DynamoDB, and Consul, including cache settings.

SDK behavior is adjusted to treat cached persistent-store data as usable before full initialization, and the Redis feature store now writes/reads the $inited key during init to correctly report initialization.

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

BEGIN_COMMIT_OVERRIDE
chore: Support persistent data store verification in contract tests
fix: Update Redis to write missing `$inited` key
fix: Redis store is considered initialized when `$inited` key is written
END_COMMIT_OVERRIDE
@keelerm84 keelerm84 requested a review from a team as a code owner January 28, 2026 20:24
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@keelerm84 keelerm84 merged commit e99a27d into main Jan 29, 2026
15 checks passed
@keelerm84 keelerm84 deleted the mk/sdk-1787/persistent-tests branch January 29, 2026 17:43
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