Skip to content

[auto-bump] [no-release-notes] dependency by reltuk - #3224

Closed
coffeegoddd wants to merge 1 commit into
mainfrom
reltuk-dc4e7920
Closed

[auto-bump] [no-release-notes] dependency by reltuk#3224
coffeegoddd wants to merge 1 commit into
mainfrom
reltuk-dc4e7920

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

@itoqa

itoqa Bot commented Aug 28, 2026

Copy link
Copy Markdown

Ito QA test results
Commit: f759c8b: 14 test cases ran, 14 passed ✅.

Summary

Coverage spans core database and application behavior, including data creation and retrieval, persistence across reloads and new connections, branching and merging consistency, transaction rollback, dependency integrity, and safe handling of missing or invalid inputs. It includes both normal flows and edge-case/error handling, with no application-health concerns identified.

Safe to merge — all exercised behaviors passed, with no regressions, new failures, or previously flagged failures attributable to this PR. No merge-blocking risk was identified.

Tests run by Ito

View full run

Result Severity Type Description
General The database kept the foreign-key metadata matched with the root version after the metadata was changed, committed, and reopened.
General Merging a branch that changed one collection kept the changed value, the related collection, and the commit history consistent.
General A row written through one PostgreSQL session was still available after a new session connected, and both sessions used the requested database.
Collection The persisted procedure remained available after a branch merge, and its collection data could be loaded again without losing rows.
Collection Requesting a procedure that does not exist returned no metadata row and a clear error. The server did not choose another procedure or crash.
Database The local database accepted the connection, created the check table, stored value 7, and read it back from the same session.
Database The server rejected the requested database and returned a clear error instead of opening another database.
Rev The updated Dolt dependency resolves to the exact version requested by the change, and Go confirms that its module checksums are valid.
Rev The repository compiled successfully, and all Go tests passed with no failures, panics, or timeouts.
Rev Committed rows stayed available, the rolled-back row was absent, and a new session read the same data with valid sequence values.
Server The server accepted a PostgreSQL connection and successfully created a table, added a column, and queried the table. The query returned the expected id and label columns.
Storage After the database was written and reopened, the table and saved root metadata kept the same values.
Storage Empty foreign-key and root-object hash fields can be written and read back without an invalid value error.
Storage The storage boundary check passed, and the valid root state stayed unchanged after the rejected write.

Tip

Reply with @itoqa to send us feedback on this test run.

@github-actions

Copy link
Copy Markdown
Contributor
Main PR
Total 42090 42090
Successful 19246 19246
Failures 22844 22844
Partial Successes1 5469 5469
Main PR
Successful 45.7258% 45.7258%
Failures 54.2742% 54.2742%

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.

@coffeegoddd

Copy link
Copy Markdown
Contributor Author

@coffeegoddd DOLT

read_tests from_latency to_latency percent_change
covering_index_scan_postgres 2.43 2.48 2.06
groupby_scan_postgres 75.82 75.82 0.0
index_join_postgres 2.26 2.26 0.0
index_join_scan_postgres 1.61 1.61 0.0
index_scan_postgres 493.24 484.44 -1.78
oltp_point_select 0.37 0.37 0.0
oltp_read_only 6.55 6.43 -1.83
select_random_points 0.72 0.72 0.0
select_random_ranges 1.03 1.03 0.0
table_scan_postgres 493.24 493.24 0.0
types_table_scan_postgres 1258.08 1235.62 -1.79
write_tests from_latency to_latency percent_change
oltp_delete_insert_postgres 6.79 6.79 0.0
oltp_insert 3.36 3.36 0.0
oltp_read_write 13.46 13.46 0.0
oltp_update_index 3.62 3.62 0.0
oltp_update_non_index 3.3 3.3 0.0
oltp_write_only 7.04 7.04 0.0
types_delete_insert_postgres 7.3 7.17 -1.78

@github-actions

Copy link
Copy Markdown
Contributor

This PR has been superseded by #3226

@github-actions github-actions Bot closed this Aug 28, 2026
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.

2 participants