[test] Allow Native TxID Template in Regression Check Endpoint
All threads resolved!
All threads resolved!
Resolves #1845 (closed).
Merge request reports
Activity
added testing-or-mocknet tooling-or-ci labels
added milestone-planning label
removed milestone-planning label
changed milestone to %Release-1.128.0
- Resolved by Ursa (9R)
Thank you for this!
Could I ask (as an example) how
{{ observe_txid # }}
is currently interpreted?I see the
template.go
https://gitlab.com/thorchain/thornode/-/blob/v1.126.0/test/regression/cmd/template.go#L25-28var funcMap = template.FuncMap{ "observe_txid": func(i int) string { return fmt.Sprintf("%064x", i) // padded 64-bit hex string },
, but not how that results in interpretation within operations which use
{{ observe_txid # }}
.
added 9 commits
-
857572a0...147cc856 - 8 commits from branch
develop
- cb3582ef - [test] Allow Native TxID Template in Regression Check Endpoint
-
857572a0...147cc856 - 8 commits from branch
added 12 commits
-
096fa8b4...fe37ee20 - 11 commits from branch
develop
- 7dda6b5f - [test] Allow Native TxID Template in Regression Check Endpoint
-
096fa8b4...fe37ee20 - 11 commits from branch
enabled an automatic merge when the pipeline for 7dda6b5f succeeds
mentioned in merge request !3387 (closed)
added priority3 label
Please register or sign in to reply