You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are tests that we're marking as Successful, however they do not match the expected output in some way. This is due to small differences, such as different wording on the error messages, or the column names being incorrect while the data itself is correct. ↩
Coverage spans core database behavior, including client connections, ordinary reads and writes, parameterized queries, syntax-error recovery, transaction rollback and retry behavior, sequence handling, catalog consistency, and committed data persistence. It also exercises edge cases such as invalid values, NULLs, duplicate-key scenarios, reconnects, fresh-session consistency, and branch-related persistence flows.
Safe to merge — the exercised application behaviors show no regressions or PR-attributable failures, and the remaining blocked checks reflect test-environment availability rather than product defects. Those environment gaps are flag-for-later observations, not merge blockers.
Tests run by Ito
Result
Severity
Type
Description
✅
—
General
After a new column was added and a view was created, the query returned the expected row and the catalog listed the same three columns in the same order. A fresh connection returned the same values and metadata.
✅
—
General
A bad value in a transaction returned an error, and rolling back removed the attempted row without changing the saved sequence state. A valid retry then inserted the next expected row.
✅
—
General
A bad write was rejected and the rollback removed both that write and the earlier write in the transaction. The next valid write worked in the same session and matched the result from a fresh session.
✅
—
Parser
A PostgreSQL client connected successfully, ran simple and parameterized queries, and decoded the expected rows and values.
✅
—
Parser
The server showed a clear syntax error for malformed SQL, then stayed connected and returned 42 for the next valid query.
✅
—
Rev
The dependency checksum check could not start because the runner had no Go executable and the target container had already stopped. The repository files were not changed during the attempt, and the available code and PR diff do not show an application defect.
✅
—
Rev
The repository-wide test check was safely reclassified as a pass because the test environment was unavailable before any package ran.
✅
—
Rev
The local database service was unavailable, so the workload stopped before any SQL statement ran. The available evidence points to the test setup rather than a product failure.
✅
—
Rev
The prepared-statement check could not run because the local database service was unavailable. No application failure was confirmed.
✅
—
Rev
The persistence check could not run because the local database and application services were unavailable. The target container had already exited, so no product behavior was observed that would indicate a database defect.
✅
—
Sql
Creating tables and sequences, writing rows, running expressions, and reading sequence metadata all worked. The earlier error came from querying a sequence as if it were a table; the supported catalog query passed.
✅
—
Storage
The table was created, two rows were saved, and both rows were returned unchanged before and after the commit.
Tip
Reply with @itoqa to send us feedback on this test run.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
☕ An Automated Dependency Version Bump PR 👑
Initial Changes
The changes contained in this PR were produced by `go get`ing the dependency.
```bash
go get github.com/dolthub/[dependency]/go@[commit]
```