-
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.
Fix flakey FilterProjectReplayerTest (#11436)
Summary: In FilterProjectReplayerTest, some drivers may not be assigned splits during execution, the splits are consumed by other drivers, hence them would create an empty tracing data file causing the replayed crashed as the `OperatorInputTracerReader` throws if the trace input data file is empty. This PR adds a check in `OperatorInputTracerReader` before creating input stream, and ignore the empty data file reading. Resolve #11430 Pull Request resolved: #11436 Reviewed By: bikramSingh91 Differential Revision: D65484118 Pulled By: xiaoxmeng fbshipit-source-id: a0cd5f59d6320e87f56555021c3ba489d03d927f
- Loading branch information
1 parent
f9b24d5
commit a5ae228
Showing
3 changed files
with
51 additions
and
32 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
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
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