Commit 435705f
ci: stream the native sqllogictest report instead of a rolled-up count
run-integration.sh ran each .test in its own unittest invocation and printed
only a per-file PASS/SKIP/FAIL tally, hiding that the suite executes ~8700
individual query assertions. Run the whole suite in a single unittest
invocation (as `make test_launcher` does) so the CI log streams the runner's
native output: a `[i/N] (..%): test/...` line per file and the final
`All tests passed (.. N assertions in M test cases)` summary. Out-of-scope
tests are already dropped at staging, so the glob never matches them; a failed
assertion exits non-zero and fails the job.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 3b02c0d commit 435705f
2 files changed
Lines changed: 18 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
0 commit comments