[auto-bump] [no-release-notes] dependency by jycor#2885
Conversation
|
|
SummaryCoverage spans core database server behavior, including first-boot initialization and recovery, connection startup and query readiness, restart persistence, concurrent schema-change handling, and authorization validation messaging. Overall health appears strong on primary startup and normal SQL paths, with concerns concentrated in edge-case robustness and correctness scenarios. Safe to merge — the failures observed are marked as pre-existing and not introduced by this PR, while the main startup, connectivity, and standard query flows remained stable. The remaining issues are confined to known edge-case reliability and messaging consistency areas, making them follow-up items rather than blockers for this merge. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟠 Concurrent rename and drop leave orphaned table mapping
Evidence Package🟠 Unbounded startup recursion on repeated negotiation requests
Evidence PackageSequence auth error message is mislabeled
Evidence PackageTip Reply with @itoqa to send us feedback on this test run. |
|
|
This PR has been superseded by #2887 |

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