release 1.13.13: progress estimate for devtesting is 8 checks

Happy-path fake-franken emits eight numbered lines; estimate 10 left
totals at 42/48 mid-phase then snapped to 46/46 at finish.
This commit is contained in:
Hernâni Marques 2026-07-19 04:25:25 +02:00
parent 5a5431bfa9
commit 94ba89010a
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
3 changed files with 5 additions and 2 deletions

View file

@ -1 +1 @@
1.13.12
1.13.13

View file

@ -17,6 +17,7 @@ Git tags: `vMAJOR.FEATURE.FIX` (e.g. `v1.8.0`). File `VERSION` omits the `v` pre
| Tag | Date (UTC) | Notes |
|-----|------------|--------|
| **v1.13.13** | 2026-07-19 | **Bugfix:** progress estimate for **devtesting** / fake-franken is 8 (happy-path numbered checks), not 10 — avoids mid-run 42/48 then end snap 46/46. |
| **v1.13.12** | 2026-07-19 | **Bugfix:** SUMMARY chrome (`[ WARN ] 2`, `warnings only`, OK/ERROR counts without `#NNN`) is **meta**, not warn/error — sticky counts + warn filter no longer double SUMMARY rows; filter context skips blank lines. |
| **v1.13.11** | 2026-07-19 | **Bugfix:** sticky error/warn filter keeps **±3 dimmed context lines** around each match (gray/grayscale) so phase/group context stays readable; dashed gap between distant clusters. |
| **v1.13.10** | 2026-07-19 | **Bugfix:** multi-phase runs print **one global SUMMARY** at parent end (aggregated OK/ERROR/WARN/INFO/BLOCK via `TALER_MON_STATE`); no phase SUMMARY at all (not even last phase); mid-phase still lists ERRORS/BLOCKERS; solo `check_*.sh` unchanged. |

View file

@ -448,7 +448,9 @@ _progress_estimate_phase() {
;;
mattermost) n=25 ;;
mail) n=40 ;;
devtesting|franken|fake-franken|fake_franken) n=10 ;;
# Happy path: ssh + cli + geniban + credit-payto + fake-incoming×2 + note + done ≈ 8
# (was 10 → mid-run 42/48 then snap 46/46 after last phase)
devtesting|franken|fake-franken|fake_franken) n=8 ;;
*) n=15 ;;
esac
printf '%s' "$n"