Once one has reproduced an abi test failure, there's this suggestion in the log output (just an example): Confirm the diff by rerunning before and after this test failed with SOLANA_ABI_DUMP_DIR!', runtime/src/serde_snapshot/tests.rs:285:5
Proposed Solution
Three suggestions:
have the tests make the DUMP_DIR directory if the env var is set. When the variable is set and the directory doesn't exist, nothing happens. Maybe even always dump for ABI (there's always farf)
remove the exclamation point from the log message
clarify the steps necessary to compare ABIs (with examples)
The text was updated successfully, but these errors were encountered:
We are unable to convert the task to an issue at this time. Please try again.
The issue was successfully created but we are unable to update the comment at this time.
Problem
Once one has reproduced an abi test failure, there's this suggestion in the log output (just an example):
Confirm the diff by rerunning before and after this test failed with SOLANA_ABI_DUMP_DIR!', runtime/src/serde_snapshot/tests.rs:285:5Proposed Solution
Three suggestions:
The text was updated successfully, but these errors were encountered: