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: select count(*) from tenk1 t
where (exists(select 1 from tenk1 k where k.unique1 = t.unique2) or ten < 0);
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 focuses on release-version consistency across fresh startup modes, executable reporting, restart behavior, and continued use of existing data, including reads, writes, commits, and reconnects. The exercised behavior is primarily happy-path startup, compatibility, persistence, and basic regression coverage, with no adversarial or UI-focused scenarios represented.
Safe to merge — all exercised behaviors passed, with no regressions, new failures, or previously flagged failures attributable to this PR. Overall merge risk is low; broader edge-case coverage may be considered separately but is not a blocker here.
Tests run by Ito
Result
Severity
Type
Description
✅
—
General
The server started successfully in memory and on local disk. Both startup modes reported the same release metadata, 1.3.0.
✅
—
General
The server reported release 1.3.0 before and after restarting with the existing data directory. Startup completed normally, with no version mismatch.
✅
—
Release
The running local Doltgres server reports release version 1.3.0 through its release metadata, while the PostgreSQL compatibility version remains 15.5.
✅
—
Rev
The built Doltgres executable exited successfully and reported version 1.3.0.
✅
—
Rev
The upgraded server read two existing rows, accepted a committed write, and returned that write after a separate reconnect.
✅
—
Startup
The in-memory server started successfully, accepted a basic database request, and reported release 1.3.0.
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