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 behaviors from connection startup and authentication through normal and malformed query flows, transaction handling, and persistence across reconnects and concurrent schema changes. It also exercises adversarial auth and unsupported-type inputs to confirm failures are controlled and the service remains stable afterward, indicating healthy behavior across happy-path, edge-case, and abuse scenarios.
Safe to merge — the run shows no regressions in critical connection, query, authorization, storage, or error-handling paths, and behavior remains stable under malformed input and concurrency stress. With no failing tests and no signs of application-level breakage, the current change appears low risk for immediate merge.
Tests run by Ito
Result
Severity
Type
Description
✅
—
Authorization
SCRAM authentication succeeds for qa_admin with valid credentials, post-login queries run successfully, and invalid credentials are rejected with controlled FATAL responses.
✅
—
Authorization
Malformed and reordered SASL exchanges fail safely and deterministically, returning controlled FATAL errors or clean connection closes without panics, while the server remains healthy for subsequent valid logins.
✅
—
Query
Extended protocol Parse/Bind/Execute succeeded with parameter OID 0 and text value '1'; the server inferred the bind type from the analyzed plan and returned the expected employee row without ErrorResponse.
✅
—
Query
Extended-protocol Parse/Bind/Execute for BEGIN and COMMIT completed successfully, transaction status transitioned from T to I as expected, and a follow-up SELECT 1 succeeded with no ErrorResponse.
✅
—
Startup
Startup authentication and immediate query execution succeeded for qa_admin on getting_started; the blocked runner status was caused by harness execution instability after completion rather than an application defect in this flow.
✅
—
Startup
The server correctly stays in wait-for-Sync mode after a malformed extended-protocol Parse, returns ErrorResponse before ReadyForQuery, and successfully executes a valid statement after Sync.
✅
—
Startup
Across SSL and GSS fallback startup-ordering scenarios, AuthenticationOk always arrived before ReadyForQuery and post-auth query execution behaved normally. The runner reported this test as blocked due to harness output/timestamp recording failure rather than an application defect.
✅
—
Storage
Renaming rename_src to rename_dst persisted across a new session, and the original row remained available under the new table name.
✅
—
Storage
Concurrent rename/drop and concurrent dual-rename DDL runs completed with coherent final table-map state and preserved row data, with no ghost tables or corruption observed.
✅
—
Type
Unsupported non-doltgres types returned explicit errors during query, cast, and DDL checks, and the server stayed responsive with no panic evidence.
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]
```