improved tests for persistent storage - #158
Conversation
|
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA sredny buitrago seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
|
This pull request introduces a comprehensive conformance test suite for the persistent storage layer to ensure consistent behavior across all database drivers. The implementation of this suite revealed and fixed several critical bugs in the PostgreSQL driver, particularly around transaction atomicity, concurrency, and query logic. Files Changed Analysis
Architecture & Impact Assessment
graph TD |
Security Issues (3)
Security Issues (3)
Performance Issues (3)
Quality Issues (1)
Powered by Visor from Probelabs Last updated: 2026-07-21T19:57:19.444Z | Triggered by: pr_updated | Commit: caa497b 💡 TIP: You can chat with Visor using |
|
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |


Description
Related Issue
Motivation and Context
Test Coverage For This Change
Screenshots (if appropriate)
Types of changes
Checklist
master!masterbranch (left side). Also, it would be best if you started your change off our latestmaster.go mod tidy && go mod vendorgofmt -s -w .go vet ./...