Commit b274ec6
fix: allow daemon errors in corruption-scenario tests
Three missing_attribution tests (H6d, H7a, H18) intentionally create corrupt
checkpoint data to document failure modes. In daemon mode, the daemon reports
errors when processing these, causing wait_for_daemon_completion_sessions to
panic before the test can check the outcome. Add allow_daemon_errors flag to
TestRepo so these tests can indicate that daemon errors are expected.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2b452fd commit b274ec6
2 files changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
| 786 | + | |
786 | 787 | | |
787 | 788 | | |
788 | 789 | | |
| |||
862 | 863 | | |
863 | 864 | | |
864 | 865 | | |
| 866 | + | |
865 | 867 | | |
866 | 868 | | |
867 | 869 | | |
| |||
1643 | 1645 | | |
1644 | 1646 | | |
1645 | 1647 | | |
| 1648 | + | |
1646 | 1649 | | |
1647 | 1650 | | |
1648 | 1651 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
747 | 747 | | |
748 | 748 | | |
749 | 749 | | |
| 750 | + | |
750 | 751 | | |
751 | 752 | | |
752 | 753 | | |
| |||
1014 | 1015 | | |
1015 | 1016 | | |
1016 | 1017 | | |
| 1018 | + | |
1017 | 1019 | | |
1018 | 1020 | | |
1019 | 1021 | | |
| |||
1051 | 1053 | | |
1052 | 1054 | | |
1053 | 1055 | | |
| 1056 | + | |
1054 | 1057 | | |
1055 | 1058 | | |
1056 | 1059 | | |
| |||
1133 | 1136 | | |
1134 | 1137 | | |
1135 | 1138 | | |
| 1139 | + | |
1136 | 1140 | | |
1137 | 1141 | | |
1138 | 1142 | | |
| |||
1177 | 1181 | | |
1178 | 1182 | | |
1179 | 1183 | | |
| 1184 | + | |
1180 | 1185 | | |
1181 | 1186 | | |
1182 | 1187 | | |
| |||
1235 | 1240 | | |
1236 | 1241 | | |
1237 | 1242 | | |
| 1243 | + | |
1238 | 1244 | | |
1239 | 1245 | | |
1240 | 1246 | | |
| |||
1278 | 1284 | | |
1279 | 1285 | | |
1280 | 1286 | | |
| 1287 | + | |
1281 | 1288 | | |
1282 | 1289 | | |
1283 | 1290 | | |
| |||
1334 | 1341 | | |
1335 | 1342 | | |
1336 | 1343 | | |
| 1344 | + | |
1337 | 1345 | | |
1338 | 1346 | | |
1339 | 1347 | | |
| |||
1346 | 1354 | | |
1347 | 1355 | | |
1348 | 1356 | | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
1349 | 1361 | | |
1350 | 1362 | | |
1351 | 1363 | | |
| |||
1525 | 1537 | | |
1526 | 1538 | | |
1527 | 1539 | | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
1528 | 1544 | | |
1529 | 1545 | | |
1530 | 1546 | | |
| |||
0 commit comments