chore(deps): bump mikepenz/action-junit-report from 4 to 5 (#6672) #1762
GitHub Actions / JUnit Test Report
failed
Nov 8, 2024 in 0s
38 tests run, 36 passed, 0 skipped, 2 failed.
Annotations
Check failure on line 1 in feature:33:3
github-actions / JUnit Test Report
feature:33:3.Scenario: Simple reorg with burned output: tests/features/Reorgs.feature:33:3
Step panicked. Captured output: Service on port 18210 never started
Raw output
Scenario: Simple reorg with burned output
Given I have a seed node SEED_B
When I have a base node B connected to seed SEED_B
When I have wallet WB connected to base node B
When I have mining node BM connected to base node B and wallet WB
When mining node BM mines 10 blocks with min difficulty 1 and max difficulty 1
When I wait for wallet WB to have at least 55000000000 uT
When I create a burn transaction of 1000000 uT from WB at fee 100
When mining node BM mines 5 blocks with min difficulty 1 and max difficulty 1
Given I have a seed node SEED_C
When I have a base node C connected to seed SEED_C
When I have wallet WC connected to base node C
Step failed:
Defined: tests/features/Reorgs.feature:50:5
Matched: integration_tests/tests/steps/wallet_steps.rs:134:1
Step panicked. Captured output: Service on port 18210 never started
Client {
base_nodes: {},
blocks: {},
miners: {
"BM": MinerProcess {
name: "BM",
base_node_name: "B",
wallet_name: "WB",
mine_until_height: 100000,
stealth: false,
},
},
ffi_wallets: {},
wallets: {},
merge_mining_proxies: {},
chat_clients: [],
transactions: {},
wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {
"WB": "B",
"WC": "C",
},
seed_nodes: [
"SEED_B",
"SEED_C",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:8:3
github-actions / JUnit Test Report
feature:8:3.Scenario: Wallet sending and receiving one-sided transactions: tests/features/WalletTransactions.feature:8:3
Step panicked. Captured output: wallet WALLET_C failed to get balance of at least amount 1500000, current amount is 0
Raw output
Scenario: Wallet sending and receiving one-sided transactions
Given I have a seed node NODE
When I have 1 base nodes connected to all seed nodes
When I have wallet WALLET_A connected to all seed nodes
When I have wallet WALLET_B connected to all seed nodes
When I have wallet WALLET_C connected to all seed nodes
When I have mining node MINER connected to base node NODE and wallet WALLET_A
When mining node MINER mines 15 blocks
Then all nodes are at height 15
When I wait 5 seconds
When I wait for wallet WALLET_A to have at least 55000000000 uT
Then I send a one-sided transaction of 1000000 uT from WALLET_A to WALLET_B at fee 100
Then I send a one-sided transaction of 1000000 uT from WALLET_A to WALLET_B at fee 100
When mining node MINER mines 5 blocks
Then all nodes are at height 20
Then I wait for wallet WALLET_B to have at least 2000000 uT
Then I send 900000 uT from wallet WALLET_B to wallet WALLET_B at fee 20
Then I wait for wallet WALLET_B to have less than 1100000 uT
When mining node MINER mines 5 blocks
Then all nodes are at height 25
Then I wait for wallet WALLET_B to have at least 1900000 uT
Then I send a one-sided transaction of 1500000 uT from WALLET_B to WALLET_C at fee 20
Then I wait for wallet WALLET_B to have less than 1000000 uT
When mining node MINER mines 5 blocks
Then all nodes are at height 30
Then I wait for wallet WALLET_C to have at least 1500000 uT
Step failed:
Defined: tests/features/WalletTransactions.feature:35:5
Matched: integration_tests/tests/steps/wallet_steps.rs:103:1
Step panicked. Captured output: wallet WALLET_C failed to get balance of at least amount 1500000, current amount is 0
Client {
base_nodes: {},
blocks: {},
miners: {
"MINER": MinerProcess {
name: "MINER",
base_node_name: "NODE",
wallet_name: "WALLET_A",
mine_until_height: 100000,
stealth: false,
},
},
ffi_wallets: {},
wallets: {},
merge_mining_proxies: {},
chat_clients: [],
transactions: {},
wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {
"WALLET_A": "NODE",
"WALLET_B": "NODE",
"WALLET_C": "NODE",
},
seed_nodes: [
"NODE",
],
wallet_tx_ids: {
"H439Enbv34XB6hCmheTa3wDrfbbyQnnZ1nMYWKQCvojNfKELCXxapakZomEHvVHvtqrda5jAXCqTKqS5mdcDDdZQcnf": [
12036231096859685842,
5972311016067317829,
],
"H4PGiNH3TcizSSwCgehruqTs87aW4u6ehG58hDihz9KRJ8DoGb3ZAonmMsgfBG3oo7vaupCWQ6CtY6Ef3i9265xDNSk": [
12036231096859685842,
5972311016067317829,
9620871918290250635,
9620871918290250635,
15627954036392178966,
],
"H4A3qjg67iN3cVxjkUFnKcP1MPmFjNrLHDaL54YX9LHzhEPAoPm7PjoJJYZPqCrP8ZkSuZGwurU4KxvhWDQpCyiTbMx": [
15627954036392178966,
],
},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Loading