-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd: test command file output improvements (#3384)
Couple of small improvements over the test command: - Swap TOML with JSON file on output - Change the file format to include all 5 categories, so commands like `test all` can successfully write all results to the file - Safe write to the file (using temp file) - Put the MEV create block tests under a `--load-test` flag, so we don't put external infra under excess in the default case An some small fixes that have been missed: - Rename the testperformance file to testinfra - Add the beacon node simulations file directory for results as a flag category: refactor ticket: none
- Loading branch information
1 parent
8c95d9d
commit eba4d33
Showing
13 changed files
with
193 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.