go-ethereum/cmd
Felföldi Zsolt 03cc2942c2
cmd/workload: fixed filter test request error handling (#31424)
This PR fixes the broken request error handling of the workload filter
tests. Until now `validateHistoryPruneErr` was invoked with `fq.Err` as
an input which was always nil and a timeout or http error was reported
as a result content mismatch.
Also, in case of `errPrunedHistory` it is wrong to return here without
setting an error because then it will look like a valid empty result and
the check will later fail. So instead `errPrunedHistory` is always
returned now (without printing an error message) and the callers of
`run` should handle this special case (typically ignore silently).
2025-03-20 09:23:10 +01:00
..
abidump all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
abigen cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
blsync params: add hoodi testnet definition (#31406) 2025-03-18 12:07:49 +01:00
clef build: replace tenv linter with usetesting (#31172) 2025-02-21 13:36:18 +01:00
devp2p params: add hoodi testnet definition (#31406) 2025-03-18 12:07:49 +01:00
era cmd: use package filepath over path for file system operations (#29227) 2024-03-12 10:00:34 +01:00
ethkey cmd: fix some typos in readmes (#29405) 2024-04-11 14:06:49 +03:00
evm core/types: cleanup tx signer logic (#31434) 2025-03-19 16:05:44 +01:00
geth params: add hoodi testnet definition (#31406) 2025-03-18 12:07:49 +01:00
rlpdump build: update to golangci-lint 1.61.0 (#30587) 2024-10-14 19:25:22 +02:00
utils cmd/utils: force hash scheme for archive mode (#31439) 2025-03-20 13:14:13 +08:00
workload cmd/workload: fixed filter test request error handling (#31424) 2025-03-20 09:23:10 +01:00