Commit 2f583ae
Move prepared_iter size assertion after cleanup (facebook#14144)
Summary:
Fixing crash test failure caused by `prepared_iters_.size() == 0`
Pull Request resolved: facebook#14144
Test Plan:
```
python3 -u tools/db_crashtest.py --stress_cmd=./db_stress --cleanup_cmd='' --simple blackbox
```
Reviewed By: krhancoc
Differential Revision: D87656914
Pulled By: jaykorean
fbshipit-source-id: 9ef7cf4ea5d34fe9dee6219b32323e91a2ea3e5f1 parent c4bbad4 commit 2f583ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
1023 | | - | |
1024 | 1023 | | |
1025 | 1024 | | |
1026 | 1025 | | |
1027 | 1026 | | |
| 1027 | + | |
1028 | 1028 | | |
1029 | 1029 | | |
1030 | 1030 | | |
| |||
0 commit comments