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
QUERY: drop table test3;
RECEIVED ERROR: COPY DATA message received without a COPY FROM STDIN operation in progress
Footnotes
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 creating and reading data, persistence across reconnects and branches, concurrent writes, joins and result shapes, dependency compatibility, and driver integration. It also exercises edge and recovery paths such as malformed or failed statements, rollback, merge conflicts, and session recovery, with healthy results across both normal and adversarial flows.
Safe to merge — the exercised application behaviors are healthy across persistence, transactions, branching, concurrency, compatibility, and error recovery, with no PR-attributable regressions or unresolved failures. Any evidence limitations are not application failures and do not present a merge blocker.
Tests run by Ito
Result
Severity
Type
Description
✅
—
General
A successful insert was visible right away and after opening a fresh connection, so both client views showed the same committed row.
✅
—
General
The invalid second statement rolled back the earlier insert, and the corrected retry committed exactly one intended row.
✅
—
General
After a merge failed, reopening the database kept the conflict details and every branch row. Choosing the local version cleared the conflict and created the intended final commit.
✅
—
Dolt
A table was created, filled with two rows, and committed. A fresh connection returned the same columns, values, and commit message.
✅
—
Dolt
The merge reported the expected conflict, kept the nonconflicting rows from both branches, and preserved accurate conflict details. The earlier autocommit attempt rolled back safely without leaving an unresolved durable merge.
✅
—
Rev
The upgraded dependencies resolve to the versions declared by the change, and their checksums verify successfully.
✅
—
Rev
An invalid statement returned the expected error, rollback completed, and a later parameterized insert on the same connection succeeded. The final query returned exactly row 42.
✅
—
Rev
Committed data stayed on the correct branch. The main branch kept its original row, while the second branch kept both rows after switching away and back.
✅
—
Rev
Two separate connections inserted different rows and committed successfully. A third connection found all four rows, with each primary-key value present exactly once.
✅
—
Rev
A query joined two source rows with generated values and returned the expected names, types, and values. An empty generated result returned no rows while keeping its declared columns.
✅
—
Sql
The database created a table, inserted and returned rows, evaluated expressions, rolled back a transaction, ran a function, and returned the expected error for invalid SQL.
✅
—
Sql
The engine compatibility suite completed successfully and reported a passing package result.
✅
—
Sql
The Go SQL driver built successfully and completed its integration suite against the local Doltgres server. Queries, writes, transactions, and error handling worked as expected.
✅
—
Sql
A malformed query showed a syntax error, but the same session stayed usable. The follow-up query and insert returned the expected rows, with no extra data left behind.
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]
```