Commit f793cdd
Expect inner join on event-filtered reads from several streams
The joins(:event) calls in the multi-stream read scope survived
mutation testing on CI - with includes(:event) already in place their
removal degrades the query to an eager-loaded outer join instead of
breaking it. Pin the inner join in a query-shape spec, mirroring the
existing single-stream expectation.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 7761419 commit f793cdd
1 file changed
Lines changed: 15 additions & 0 deletions
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
297 | 312 | | |
298 | 313 | | |
299 | 314 | | |
| |||
0 commit comments