test concurrent sort - #3040
Conversation
|
|
SummaryCoverage spans core database behavior including joins and sorting, concurrent sessions, transaction and connection recovery after errors, and protection against cross-session data leaks. It also exercises edge cases and compatibility such as prepared queries, explicit NULL ordering, large or disk-backed sorts, table clustering, and source-build readiness; ordinary query and recovery behavior is broadly healthy, while several existing compatibility and build gaps remain. Safe to merge — none of the observed failures are attributable to this PR, with no regressions, new failures, or previously flagged failures remaining unresolved because of the change. The unrelated SQL compatibility and source-container build issues are medium-severity follow-up findings rather than merge blockers. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟡 Prepared queries are not supported
Evidence Package🟡 Source Docker image cannot be built
Evidence Package🟡 Source image cannot be built
Evidence Package🟡 Descending sorts reject NULL values first
Evidence Package🟡 Disk-backed sorting rejects valid NULL ordering
Evidence Package🟡 Clustering a table fails after index creation
Evidence PackageTip Reply with @itoqa to send us feedback on this test run. |
|

No description provided.