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. ↩
This run exercised core database behavior across startup and initialization, client login and query readiness, prepared-query execution, and merge outcome handling for both normal and conflict-style data changes. It also covered an error-and-recovery path for invalid default database setup, indicating the system handles both expected flows and startup misconfiguration gracefully.
Safe to merge — the reported results show stable behavior in key user-facing database flows and recovery scenarios, with no application failures surfaced by this PR. The covered areas are foundational and include both happy-path and edge-case handling, so current merge risk appears low.
Tests run by Ito
Result
Severity
Type
Description
✅
—
Protocol
With authentication enabled on localhost:5432, both psql and a Node pg client completed SCRAM login, reached ReadyForQuery, and successfully ran SELECT 1.
✅
—
Query
Prepared-statement Parse/Describe/Bind/Execute completed successfully with explicit parameter OID 23 and returned expected row metadata and data; the runner-level blocked status came from a harness hang after completion rather than an application defect.
✅
—
Startup
On a brand-new data directory, startup created exactly one postgres database subtree and subsequent connections reused it without repeated bootstrap creation.
✅
—
Startup
Setting DOLTGRES_DB to an invalid name causes an explicit startup-time SQL error, the server exits cleanly, and restarting on the same data directory with a valid default DB name recovers by creating postgres without leftover invalid-state residue.
✅
—
Storage
Re-verification evidence for all nine merge scenarios matched expected behavior, and the blocked runner status came from a harness execution hang rather than an application defect in merge classification logic.
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]
```