Commit e554d33
fix: Hanging MultiFragmentTest.maxBytes (facebookincubator#13743)
Summary:
Pull Request resolved: facebookincubator#13743
`MultiFragmentTest.maxBytes` is hanging after folly random number
generator update (due to different `Destination::targetSizePct_`). This is because the sizes of the serialized data changed and
the test enters into a deadlock state due to the setup in the test itself (not
prod code). Unblock this by adjusting the data sizes.
Reviewed By: bikramSingh91
Differential Revision: D76459943
fbshipit-source-id: 90557b9f99a78ebe24f97f580c5add6ff2e231571 parent 612e72a commit e554d33
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2592 | 2592 | | |
2593 | 2593 | | |
2594 | 2594 | | |
2595 | | - | |
2596 | | - | |
| 2595 | + | |
| 2596 | + | |
| 2597 | + | |
| 2598 | + | |
| 2599 | + | |
2597 | 2600 | | |
2598 | | - | |
2599 | | - | |
2600 | | - | |
| 2601 | + | |
| 2602 | + | |
| 2603 | + | |
2601 | 2604 | | |
2602 | 2605 | | |
2603 | 2606 | | |
| |||
0 commit comments