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);
RECEIVED ERROR: timeout during Receive
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 build and startup behavior, configuration and connection handling, SQL data changes and typed results, array and calendar edge cases, persistence across sessions and restarts, branch isolation, concurrent writes, and safe recovery from rejected operations. The overall product behavior exercised includes normal flows, boundary conditions, error handling, state isolation, and concurrency, with healthy results throughout.
Safe to merge — the exercised application behaviors show no PR-attributable regressions or new failures, including in persistence, concurrency, startup, query compatibility, and edge-case handling. Unrelated environment or setup observations do not constitute merge blockers.
Tests run by Ito
Result
Severity
Type
Description
✅
—
Build
The repository built the doltgres executable successfully with the upgraded dependencies.
✅
—
Build
The complete Go test suite compiled the repository and finished successfully. All packages with tests passed, and the remaining packages reported no test files.
✅
—
Build
The project resolved its dependencies from an isolated cache, built successfully in clean and cached environments, and the clean server accepted a PostgreSQL connection.
✅
—
Query
The server accepted SQL, created and changed a table, and returned the expected row values and PostgreSQL type names.
✅
—
Query
Array comparisons returned the expected true and unknown results, invalid values showed clear errors, and the session still handled a later valid query.
✅
—
Query
Arrays, composite values, timestamps, JSON data, and NULL fields returned correctly. The reported prepared-query error came from using an SQL statement that this server intentionally does not support, not from the client wire-protocol path this test was meant to check.
✅
—
Query
Month-end, microsecond, daylight-saving, timezone, and date-format checks returned the expected rows and displayed values. The apparent parameter failure came from using an unsupported SQL command instead of the supported client parameter protocol.
✅
—
Startup
The server started with its default settings and accepted a PostgreSQL connection on port 5432. A basic query, version check, database and user check, connection privilege check, and public schema check all returned the expected results.
✅
—
Startup
YAML settings and environment-based credentials work as expected. The generated listener failure came from reusing a custom server user while the client still tried the default postgres user.
✅
—
Startup
Three separate connections returned the same database, user, built-in result, and catalog registration. A setting changed in the second connection stayed isolated and did not affect the other connections.
✅
—
Storage
The database created a table and sequence, generated IDs 100 and 101, and showed the same rows and catalog entry from a second session.
✅
—
Storage
The apparent branch-mixing failure could not be confirmed as a product defect. The target server was unavailable for a clean rerun, and source tests cover keeping branch-only objects out of the main branch.
✅
—
Storage
Two sessions inserted 25 rows each, and all 50 rows received different IDs. The rows and highest ID were still present after the database restarted.
✅
—
Storage
Creating a sequence with an existing name returned a clear error. The original sequence and a new retry sequence both kept working, with clean catalog entries and distinct values.
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]
```