Changing doltgres sql logic test harness to run tests in parallel#2864
Changing doltgres sql logic test harness to run tests in parallel#2864fulghum wants to merge 5 commits into
Conversation
|
|
…can widen types correctly
0d14a72 to
8e7a44a
Compare
Commit: SummaryThis run covered core SQL behavior plus parallel execution paths, including normal operation and stress or failure edge cases around multi-worker runs and external server use. Basic type-casting, decoding, and job-template generation looked healthy, but reliability in concurrent orchestration paths showed regressions. Not safe to merge yet — this PR appears to introduce multiple medium-severity defects in the new concurrent execution flow, including behavior changes and crash-prone error handling in worker orchestration paths. A separate medium finding in correctness-job coordination appears pre-existing and should be treated as a caveat, not the main driver of merge risk. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟡 Overlapping PR correctness runs race on Kubernetes job ownership
Evidence PackageTip Reply with @itoqa to send us feedback on this test run. |

Depends on: dolthub/sqllogictest#21