Skip to content

[auto-bump] [no-release-notes] dependency by angelamayxie#2751

Closed
coffeegoddd wants to merge 1 commit into
mainfrom
angelamayxie-0096084d
Closed

[auto-bump] [no-release-notes] dependency by angelamayxie#2751
coffeegoddd wants to merge 1 commit into
mainfrom
angelamayxie-0096084d

Conversation

@coffeegoddd

Copy link
Copy Markdown
Contributor

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]
```

@github-actions

Copy link
Copy Markdown
Contributor
Main PR
covering_index_scan_postgres 1301.03/s 1327.42/s +2.0%
index_join_postgres 198.24/s 198.42/s 0.0%
index_join_scan_postgres 208.05/s 208.13/s 0.0%
index_scan_postgres 12.30/s 12.26/s -0.4%
oltp_point_select 2302.11/s 2286.02/s -0.7%
oltp_read_only 1832.57/s 1839.57/s +0.3%
select_random_points 130.82/s 130.61/s -0.2%
select_random_ranges 870.28/s 866.90/s -0.4%
table_scan_postgres 12.00/s 11.92/s -0.7%
types_table_scan_postgres 5.48/s 5.49/s +0.1%

@github-actions

Copy link
Copy Markdown
Contributor
Main PR
Total 42090 42090
Successful 18197 18197
Failures 23893 23893
Partial Successes1 5392 5392
Main PR
Successful 43.2335% 43.2335%
Failures 56.7665% 56.7665%

Footnotes

  1. 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.

@itoqa

itoqa Bot commented May 23, 2026

Copy link
Copy Markdown

Ito Test Report ✅

8 test cases ran. 8 passed.

Overall, the unified run passed all 8 of 8 test cases with no failures, showing healthy PostgreSQL wire-protocol behavior end to end across first-start bootstrap, login/handshake readiness, simple query execution, SCRAM authentication, and COPY FROM STDIN ingestion. Key findings were that empty-data-dir startup correctly created and served the default postgres database, sessions remained usable after a recoverable error, valid SCRAM logins succeeded while failed-login responses for existing vs nonexistent users stayed operationally similar, and COPY flows showed correct commit/rollback semantics (including safe retry after mid-stream failure with no duplicate rows) under a controlled local setup that used temporary auth/role-check bypasses and deterministic test credentials.

✅ Passed (8)
Category Summary Screenshot
Copy Created target table, streamed three rows via COPY FROM STDIN, received COPY 3 completion, and verified three committed rows. COPY-1
Copy Injected an invalid COPY chunk that failed, verified zero rows remained after failure, retried valid dataset successfully with COPY 3, and confirmed final row count matched expected unique rows. COPY-2
Login Valid SCRAM authentication succeeded for the configured test account and returned the authenticated user. LOGIN-1
Login Failed-login responses for existing vs nonexistent users remained operationally similar, with no clear username-enumeration signal observed. LOGIN-2
Query Simple SELECT 1 AS ok; returned one row with normal completion. QUERY-1
Session Connected with qa_postgres/qa_password and executed SELECT current_database(); returned postgres, confirming startup/login completed and session accepted queries. SESSION-1
Session In a single PostgreSQL client session, success→error→success statements executed with expected continuity, demonstrating stable session behavior after recoverable error handling. SESSION-2
Startup Empty data-dir startup bootstrapped the default postgres database and accepted connections. STARTUP-1

Commit: 4db79cd

View Full Run


Tell us how we did: Give Ito Feedback

@jennifersp jennifersp closed this May 27, 2026
@jennifersp jennifersp deleted the angelamayxie-0096084d branch May 27, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants