| 1548 | } |
| 1549 | |
| 1550 | TEST(AsofJoinTest, BackpressureWithBatches) { |
| 1551 | // Give the first right hand table a delay to stress test race conditions |
| 1552 | return TestBackpressure(MakeIntegerBatches, /*batch_size=*/1, /*num_l_batches=*/20, |
| 1553 | /*num_r0_batches=*/50, /*num_r1_batches=*/20, /*slow_r0=*/true); |
| 1554 | } |
| 1555 | |
| 1556 | template <typename BatchesMaker> |
| 1557 | void TestSequencing(BatchesMaker maker, int num_batches, int batch_size) { |
nothing calls this directly
no test coverage detected