Commit 31f8293
committed
fix(V2): revert xlsx round-trip commit folding
Cross-process module-level variables (beforeProjects, beforeUnits) set
in a separate mocha subprocess cannot be read by a subsequent subprocess
invocation. Additionally, committing XLSX round-trip and PUT changes in
the same cycle would cause Step 15a fidelity assertions to fail for any
project/unit also modified by PUT tests.
Restore the original single-pass XLSX invocation and the standalone
Step 15 commit it() block. The 3-pass interleaved approach is dropped;
Opts 1-3 (cascade-delete CI split, merged it() blocks, 3s poll interval)
are retained.1 parent a34cab7 commit 31f8293
2 files changed
Lines changed: 7 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| 397 | + | |
397 | 398 | | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
| 399 | + | |
405 | 400 | | |
406 | 401 | | |
407 | 402 | | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | 403 | | |
412 | 404 | | |
413 | 405 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
518 | 523 | | |
519 | 524 | | |
520 | 525 | | |
| |||
0 commit comments