-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more debug info for flaky aggregation spill stats check (#9434)
Summary: Aggregation test is flaky on circle ci which has seen unexpected spill stats with zero partial input rows: #9292 Since we can't reproduce this offline, add one more log to print out the number of input rows for final aggregation. If there is non-zero final aggregation input rows, then we need to look into if task stats collection is not reliable. Eventually, we shall check spill stats based on whether spill injections have been triggered or not which is more reliable. But let's first figure out if anything else in the test is wrong first. Pull Request resolved: #9434 Reviewed By: mbasmanova Differential Revision: D55987679 Pulled By: xiaoxmeng fbshipit-source-id: 8789f077adc877d1762f20b391c77ab87f4e6a61
- Loading branch information
1 parent
b5ea2d7
commit a3b4849
Showing
1 changed file
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters