Commit 6f87a50
committed
fix: add BloomFilterPush handler to ShuffleJoinOrchestration test
The bloom filter integration added a BloomFilterPush RPC call during
distributed join execution, but the test mock server had no handler for
it. This caused client.call() to hang indefinitely waiting for a
response that never came.
Root cause: distributed_executor.cpp sends BloomFilterPush after
Phase 1 shuffle, but the test only set up handlers for ShuffleFragment,
PushData, and ExecuteFragment.
Fix: Add BloomFilterPush handler to the test mock servers.1 parent 52fc398 commit 6f87a50
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| 306 | + | |
306 | 307 | | |
307 | 308 | | |
308 | 309 | | |
| |||
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
| 319 | + | |
| 320 | + | |
318 | 321 | | |
319 | 322 | | |
320 | 323 | | |
| |||
330 | 333 | | |
331 | 334 | | |
332 | 335 | | |
| 336 | + | |
333 | 337 | | |
334 | 338 | | |
335 | 339 | | |
| 340 | + | |
336 | 341 | | |
337 | 342 | | |
338 | 343 | | |
| |||
0 commit comments