Skip to content

[WIP] update test version#20623

Draft
lupin012 wants to merge 2 commits intomainfrom
lupin012/new_rpc_version
Draft

[WIP] update test version#20623
lupin012 wants to merge 2 commits intomainfrom
lupin012/new_rpc_version

Conversation

@lupin012
Copy link
Copy Markdown
Contributor

@lupin012 lupin012 commented Apr 17, 2026

This PR uses a new version of rpc-test (temporarily on a branch) (waiting TAG):
a) Closes #15758
b) Allows defining metadata in JSON format within rpc-tests to:

  • Specify which tests run on latest (avoid fixed list on rpc-test tool)
  • Define fields that should not be compared (e.g., error strings).

i.e:
[
{
"metadata": {
"latest": true,
"ignoreFields": ["result.structLogs[*].error"]
},
"test": {
"description": ""
},
"request": [{}],
"response": [{}]
}
]

@lupin012 lupin012 changed the title update test version [WIP] update test version Apr 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

reduce output size of rpc-test when "everything failed"

1 participant