[auto-bump] [no-release-notes] dependency by coffeegoddd - #3080
[auto-bump] [no-release-notes] dependency by coffeegoddd#3080coffeegoddd wants to merge 1 commit into
Conversation
Footnotes
|
|
|
SummaryCoverage spans core database behavior: normal data and schema operations, persistence across reconnects and branch merges, prepared-query handling, startup validation, sequence allocation, and PostgreSQL compatibility. It also exercises edge cases such as invalid configuration, concurrent sequence use, restart behavior, divergent branches, cyclic sequences, and recovery after query errors. Safe to merge — none of the observed failures are attributable to this dependency-only PR, so there is no identified regression or merge blocker. The run does surface several pre-existing medium- and high-severity database defects, including rename failures, sequence readback gaps, and merge crashes, which are important follow-up issues but do not increase the risk of this change. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟠 Branch merge crashes during sequence updates
Evidence Package🟠 Restarted servers fail table rename operations
Evidence Package🟡 Current sequence value cannot be read
Evidence Package🟡 Table rename stops DDL changes
Evidence Package🟡 Sequence current value is unavailable after branch reload
Evidence Package🟡 Branch merge crashes after sequence restart
Evidence PackageTip Reply with @itoqa to send us feedback on this test run. |
|
This PR has been superseded by #3084 |

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