-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: black-box integration tests (#5124)
fix: lints, correct upload of `executor.wasm` fix: make `iroha_core` compile without `telemetry` feature ci: copy executor from script; debug; single test command ci: remove debug, enable full tests chore: remove rebase artifact ci: upload test network artifacts ci: add `ci` nextest profile fix: chores after rebase; print STDERR; handle early peer termination ci: use `NEXTEST_PROFILE` env var test: simplify parameter setting test chore: fix cargo suggestion, add `--path` refactor: replace `consensus_estimation` with `pipeline_time` test: adjust nextest profiles chore: update comment about kura test revert: redundant assert from #5140 ci: set retention days to 3 for test network runs ci: upload artifacts only on failure chore: use `expect` ci: refine artifacts upload policy --------- Signed-off-by: 0x009922 <[email protected]>
- Loading branch information
Showing
78 changed files
with
3,847 additions
and
4,505 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[profile.default] | ||
retries = 2 | ||
|
||
[profile.ci] | ||
fail-fast = false | ||
failure-output = "immediate-final" | ||
slow-timeout = { period = "30s", terminate-after = 2 } | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,3 +51,4 @@ result | |
/lcov.info | ||
test_docker | ||
**/*.wasm | ||
.iroha_test_network_run.json* |
Oops, something went wrong.