testing again - #3129
Conversation
|
|
SummaryCoverage spans SQL value formatting and conversion timing, including nulls, booleans, arrays, scalar values, repeated use of a connection, conversion errors, clean recovery, and isolation across overlapping sessions. It also exercises an adversarial unsupported JSON value-conversion path, while the core text-query and session behaviors remain healthy. Safe to merge — the only failure is a medium-severity pre-existing product limitation unrelated to this PR, which changes text conversion timing and introduces no observed regression or new failure. The JSON value-conversion gap is a flag for later rather than a merge blocker. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟡 JSONB conversion function is unavailable
Evidence PackageTip Reply with @itoqa to send us feedback on this test run. |
|
#benchmark |
|
Diff SummaryCoverage spans normal value conversion and result formatting, including numbers, booleans, arrays, NULLs, text, and binary results, with checks for ordering and complete output. It also exercises edge and adversarial behavior such as conversion failures, concurrent requests, connection recovery, cross-request isolation, and response speed. Safe to merge — the exercised behaviors are healthy, with no PR-attributable regressions, new failures, or previously flagged failures remaining. A few prior checks were retired or not rerun because their old timing or integration assumptions no longer apply, but they do not present a merge blocker. Tests run by Ito
Tests that are no longer relevantBelow are tests that previously ran and are no longer relevant:
Tip Reply with @itoqa to send us feedback on this test run. |
|
@jycor DOLT
|
Commit: SummaryCoverage spans core database result handling across normal and edge-case flows: preserving text and binary values, maintaining complete results, recovering cleanly after query and conversion errors, and returning large result sets without added latency. The run also exercises nested structured data, scalar types, arrays, nulls, booleans, and error-path session behavior. Safe to merge — all exercised behaviors passed, with no regressions, new failures, or previously flagged failures attributable to this PR. No merge-blocking issues were identified. Tests run by Ito
Tip Reply with @itoqa to send us feedback on this test run. |

No description provided.