-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
84 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
|
||
running 2 tests | ||
test commands::start::tests::test_node_config ... ok | ||
Genesis input file: genesis.dat has successfully been loaded. | ||
Creating basic wallet account...Creating fungible faucet account... | ||
Accounts have successfully been created at: /accounts/ | ||
Miden node genesis successful: genesis.dat has been created | ||
test commands::genesis::tests::test_make_genesis ... ok | ||
|
||
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.63s | ||
|
||
|
||
running 30 tests | ||
test block_builder::prover::tests::test_block_witness_validation_inconsistent_account_ids ... ok | ||
test block_builder::prover::tests::test_block_witness_validation_inconsistent_account_hashes ... ok | ||
test batch_builder::tests::test_build_block_called_when_no_batches ... ok | ||
test batch_builder::tests::test_batches_added_back_to_queue_on_block_build_failure ... ok | ||
test block_builder::prover::tests::test_compute_chain_mmr_root_empty_mmr ... ok | ||
test block_builder::prover::tests::test_compute_chain_mmr_root_mmr_1_peak ... ok | ||
test block_builder::prover::tests::test_compute_note_root_empty_batches_success ... ok | ||
test block_builder::prover::tests::test_compute_note_root_empty_notes_success ... ok | ||
test config::tests::test_block_producer_config ... ok | ||
test batch_builder::tests::test_block_size_doesnt_exceed_limit ... ok | ||
test block_builder::prover::tests::test_compute_account_root_empty_batches ... ok | ||
test block_builder::tests::test_apply_block_called_empty_batches ... ok | ||
test block_builder::tests::test_build_block_failure ... ok | ||
test block_builder::tests::test_apply_block_called_nonempty_batches ... ok | ||
test block_builder::prover::tests::test_compute_note_root_success ... ok | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test state_view::tests::apply_block::test_apply_block_ab1 ... FAILED | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test state_view::tests::verify_tx::test_verify_tx_happy_path ... FAILED | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test state_view::tests::verify_tx::test_verify_tx_vt1 ... FAILED | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test state_view::tests::apply_block::test_apply_block_ab2 ... FAILED | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test txqueue::tests::test_build_batch_failure ... ok | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test txqueue::tests::test_build_batch_success ... ok | ||
test state_view::tests::apply_block::test_apply_block_ab3 ... FAILED | ||
test txqueue::tests::test_tx_verify_failure ... ok | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test state_view::tests::verify_tx::test_verify_tx_vt2 ... FAILED | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test state_view::tests::verify_tx::test_verify_tx_vt3 ... FAILED | ||
test block_builder::prover::tests::test_compute_account_root_success ... ok | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test state_view::tests::verify_tx::test_verify_tx_vt4 ... FAILED | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test state_view::tests::verify_tx::test_verify_tx_vt5 ... FAILED | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
Error: TransactionVerificationFailed(VerifierError(UnacceptableProofOptions)) | ||
test state_view::tests::verify_tx::test_verify_tx_happy_path_concurrent ... FAILED | ||
test block_builder::prover::tests::test_compute_chain_mmr_root_mmr_17_peaks ... ok | ||
|
||
failures: | ||
|
||
failures: | ||
state_view::tests::apply_block::test_apply_block_ab1 | ||
state_view::tests::apply_block::test_apply_block_ab2 | ||
state_view::tests::apply_block::test_apply_block_ab3 | ||
state_view::tests::verify_tx::test_verify_tx_happy_path | ||
state_view::tests::verify_tx::test_verify_tx_happy_path_concurrent | ||
state_view::tests::verify_tx::test_verify_tx_vt1 | ||
state_view::tests::verify_tx::test_verify_tx_vt2 | ||
state_view::tests::verify_tx::test_verify_tx_vt3 | ||
state_view::tests::verify_tx::test_verify_tx_vt4 | ||
state_view::tests::verify_tx::test_verify_tx_vt5 | ||
|
||
test result: FAILED. 20 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.53s | ||
|