-
Notifications
You must be signed in to change notification settings - Fork 49
Better folder structure for End to End test #1994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
jpraynaud
approved these changes
Oct 10, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
mithril-test-lab/mithril-end-to-end/src/mithril/infrastructure.rs
Outdated
Show resolved
Hide resolved
dlachaume
approved these changes
Oct 10, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
As the main work directory became quite packed.
To avoid noise in the node logs because of errors due to not being able to access associated cardano nodes.
* mithril-end-to-end from `0.4.37` to `0.4.38`
87391c3
to
4bdc047
Compare
jpraynaud
approved these changes
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Content
This PR move into sub-directories the artifacts generated during an
mithril-end-to-end
run in order reduce the number of file in the work directory (that became quite packed).Before a typical run would yield:
Now it yield far less files since they are moved to a
artifact
sub-folder:The artifact subfolder have the following structure:
$tree /tmp/mithril_end_to_end/artifacts/ -L 3 /tmp/mithril_end_to_end/artifacts/ ├── mithril-aggregator │ ├── devnet-e18-i4.3d459838140aa41e89221beb4ef328c5c51cbb793b843b151472bd6c0dee9f82.tar.zst │ ├── devnet-e19-i4.5640ea8e076ee1e81200ee34651da70f2c32419a0845def4142293a58225343e.tar.zst │ ├── devnet-e20-i5.baf236715ac8a561a95f77db125349f92719491f0d15fdf105de100c054afa15.tar.zst │ ├── devnet-e21-i5.63051f9cb894f85efc34dfa504baa19f4b5bb564010c91f849c4760607f116dc.tar.zst │ ├── devnet-e22-i5.c3f794cd9e7f6ecfe4598c8956479a3ca79ae37d40c0676412398d6e7887513c.tar.zst │ ├── devnet-e23-i5.5f82771d936cf4cdddda688f230547365e861937f00f1cb0df69423680cbebdb.tar.zst │ ├── devnet-e23-i6.b4f2b624b3ab3ac5ce36f88a624baa091f16ecf6c17d6603dcc162674a146589.tar.zst │ ├── devnet-e24-i6.52294b6a3237bd3522c843735d2b9077109c9bd4ec50284b196cbb4ba73c161e.tar.zst │ ├── devnet-e25-i6.cc99d391b4836f5d4c0f61ecfa933622286587cf2404ffd94964c16fce191bba.tar.zst │ ├── devnet-e26-i6.dafc50fc70488483e237dcca5d6e1fc1a0735e73c7740b69e1371fbd2c2bf4ad.tar.zst │ ├── devnet-e27-i7.019a64ec1e5bc72f50ec118648bc72750fd137dc0844c7710c3b31c7cb5cdf2f.tar.zst │ ├── devnet-e28-i7.83f471370b44f405b363a111e9758a3b6c67512db77704ac63e678532e81df9d.tar.zst │ ├── devnet-e29-i7.41050f1be662ba9925e82b2a76ab18b6e74a63b474bf4cd276d958144dfc7004.tar.zst │ ├── devnet-e30-i8.6c6bdcce7e7185384ba78abd668be5553bffcc27b7b9828787fe23f226a0a1ba.tar.zst │ ├── devnet-e31-i8.94e8220a5837864e5b776fa132d0e3b0c51c0d11a4a02413c093a629270f001a.tar.zst │ └── pending_snapshot └── mithril-client ├── era.pythagoras │ ├── cardano_stake_distribution-30.json │ ├── db │ ├── mithril-client-cardano-db-download-6c6bdcce7e7185384ba78abd668be5553bffcc27b7b9828787fe23f226a0a1ba.out │ ├── mithril-client-csd-download-30.out │ ├── mithril-client-csd-download-78cd1ed2f73cd81b573897fbb917ea93405e5a3c45ecb2dc9f8713315d76d6e0.out │ ├── mithril-client-ctx-certify-9b93a8daab1c214cfe085fd161d0e96ea5052db3488e189ed676925f3584d23c..fbd0ae5a1611d99da6dd36144990f1f2df1d41179ea67683c54f49d765542bab.out │ ├── mithril-client.log │ ├── mithril-client-msd-download-8ffe7837e73dcbda87921f96d517ff4bd4cbe8170378526e7ca2a5132189f5d0.out │ └── mithril_stake_distribution-8ffe7837e73dcbda87921f96d517ff4bd4cbe8170378526e7ca2a5132189f5d0.json └── era.thales ├── cardano_stake_distribution-24.json ├── db ├── mithril-client-cardano-db-download-cc99d391b4836f5d4c0f61ecfa933622286587cf2404ffd94964c16fce191bba.out ├── mithril-client-csd-download-24.out ├── mithril-client-csd-download-dc8c6d5aaac72bd5fe3814a03a1e431bf49790df383e270a663eaa6d83c1f31a.out ├── mithril-client-ctx-certify-9b93a8daab1c214cfe085fd161d0e96ea5052db3488e189ed676925f3584d23c..fbd0ae5a1611d99da6dd36144990f1f2df1d41179ea67683c54f49d765542bab.out ├── mithril-client.log ├── mithril-client-msd-download-2dc402a566682dfa6e0f136d9f8fa83fe468455c4587df46eb81bfd3d0297ec7.out └── mithril_stake_distribution-2dc402a566682dfa6e0f136d9f8fa83fe468455c4587df46eb81bfd3d0297ec7.json 8 directories, 31 files
Pre-submit checklist