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 focuses on core startup and connection behavior across fresh, reused, restarted, in-memory, and disk-backed environments. It also checks that release, database, and connection identity information stays consistent and that normal database operations and replication compatibility remain healthy.
Safe to merge — the exercised application behaviors are healthy with no PR-attributable regressions, new failures, or previously flagged failures, so there is no merge blocker identified by this run.
Tests run by Ito
Result
Severity
Type
Description
✅
—
Client
A fresh client connected successfully and saw release 1.1.0. The connection remained usable and the standard PostgreSQL version details were still available.
✅
—
Client
The first client and a second client opened after it was closed both received release 1.1.0 and matching server details. Both connections remained usable.
✅
—
Client
The binary and both SQL connections reported release 1.1.0. The first connection and the reconnect showed the same version, with no older value appearing.
✅
—
Startup
A fresh local server created the default database, accepted a PostgreSQL connection, and returned usable database and version metadata.
✅
—
Startup
Both server startup modes became ready and passed their local Go harness checks without errors.
✅
—
Startup
The local server kept the PostgreSQL connection healthy while five repeated metadata checks returned the same version information, and replication compatibility passed.
✅
—
Version
A fresh local connection succeeded and the built-in version check returned 1.1.0 for the postgres database.
✅
—
Version
The local server kept the configured postgres identity and returned release 1.1.0. The available fixture was not a separately created in-memory controller, but the observed identity and release pair matched the expected result.
✅
—
Version
Two separate local connections reported release 1.1.0 with matching SQL server metadata and identity.
✅
—
Version
The persisted local environment and the running server both reported release 1.1.0 with matching database and client identities. No conflicting older release value was served.
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.
Created by the Release workflow to update DoltgreSQL's version