Skip to content

Commit 905fe2c

Browse files
authored
Merge pull request #3316 from input-output-hk/djo/3151/e2e-refactor-to-prepare-snark-scenario
refactor(end-to-end): promote scenario to commands, switch epoch length based wait duration, rework and cleanup assertions
2 parents 8c06fae + 0e64a24 commit 905fe2c

28 files changed

Lines changed: 1665 additions & 1430 deletions

.github/workflows/backward-compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
--cardano-node-version ${{ matrix.cardano_node_version }} \
156156
--cardano-slot-length 0.25 \
157157
--cardano-epoch-length 45.0 \
158+
full \
158159
--signed-entity-types ${{ inputs.signed-entity-types }}
159160
EXIT_CODE=$?
160161
if [ $EXIT_CODE -eq 0 ]; then

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
run_id: ["#1"]
346346
extra_args:
347347
[
348-
"--aggregate-signature-type=Concatenation --check-client-cli-snapshot-converter",
348+
"--aggregate-signature-type=Concatenation full --check-client-cli-snapshot-converter",
349349
]
350350

351351
include:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-test-lab/cardano-devnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ pool1n6sxl7cfe9j9mf6jv228nluvy3k3xdu62chqk2wfaazrsenz4jz 5.258e-4
228228

229229
# Running Mihtril
230230

231-
Mithril can be run from the E2E test with --run-only argument
231+
Mithril can be run from the E2E test with the `run-only` command
232232

233-
`cargo run -p mithril-end-to-end -- -vvv --bin-directory binaries_location/ --devnet-scripts-directory=mithril-test-lab/cardano-devnet/ --run-only`
233+
`cargo run -p mithril-end-to-end -- -vvv --bin-directory binaries_location/ --devnet-scripts-directory=mithril-test-lab/cardano-devnet/ run-only`
234234

235235
See more about Mithril E2E testing in mithril-end-to-end [README.md](../mithril-end-to-end/README.md)

mithril-test-lab/mithril-end-to-end/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-end-to-end"
3-
version = "0.4.139"
3+
version = "0.5.0"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
documentation = { workspace = true }

0 commit comments

Comments
 (0)