chore: new release for esme v1.9.0-pre.0 (#6688) #1764
GitHub Actions / JUnit Test Report
failed
Nov 18, 2024 in 0s
25 tests run, 23 passed, 0 skipped, 2 failed.
Annotations
Check failure on line 1 in feature:170:3
github-actions / JUnit Test Report
feature:170:3.Scenario: Wallet imports pre_mine UTXO: tests/features/WalletTransactions.feature:170:3
Step panicked. Captured output: Transaction 6835403890208747477 from WALLET_C to WALLET_A with amount 500000 at fee 100 failed to be broadcast
Raw output
Scenario: Wallet imports pre_mine UTXO
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 5 blocks
Then all nodes are at height 5
Then I wait for wallet WALLET_A to have at least 10000000000 uT
When I send 1000000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
When mining node MINER mines 6 blocks
Then all nodes are at height 11
Then I wait for wallet WALLET_B to have at least 1000000 uT
Then I stop wallet WALLET_B
When I wait 15 seconds
Then I import WALLET_B unspent outputs as pre_mine outputs to WALLET_C
Then I wait for wallet WALLET_C to have at least 1000000 uT
When I send 500000 uT from wallet WALLET_C to wallet WALLET_A at fee 100
Step failed:
Defined: tests/features/WalletTransactions.feature:188:5
Matched: integration_tests/tests/steps/wallet_steps.rs:1005:1
Step panicked. Captured output: Transaction 6835403890208747477 from WALLET_C to WALLET_A with amount 500000 at fee 100 failed to be broadcast
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: {},
transactions: {},
stopped_wallet_addresses: {
"WALLET_B": "H431xih11KvpDuXURVSY1TPfDXo3L7tu5LYmnYG7mBdGMUFhkuZgdo7hvpqrUpqM5UEpayty1vjJHjYeiyNuKyDLGAP",
},
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: {
"H4Fh4hPxcLFqxWpkB9nUdgHXsW3wuUGHCjrrTBXPH1qS72Wiahvtpgsfwpk4sYDY8kEb9RTKphEhnDQwHShMHZJWfdV": [
9659230475879360150,
],
"H431xih11KvpDuXURVSY1TPfDXo3L7tu5LYmnYG7mBdGMUFhkuZgdo7hvpqrUpqM5UEpayty1vjJHjYeiyNuKyDLGAP": [
9659230475879360150,
],
},
errors: [],
last_imported_tx_ids: [
7391912116524370962,
],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:170:3
github-actions / JUnit Test Report
feature:170:3.Scenario: Wallet imports pre_mine UTXO: tests/features/WalletTransactions.feature:170:3
Step panicked. Captured output: Service 'Tcp' on port '18130' never started for 'NODE'
Raw output
Scenario: Wallet imports pre_mine UTXO | Retry attempt: 1/2
Given I have a seed node NODE
Step failed:
Defined: tests/features/WalletTransactions.feature:171:5
Matched: integration_tests/tests/steps/node_steps.rs:56:1
Step panicked. Captured output: Service 'Tcp' on port '18130' never started for 'NODE'
Client {
base_nodes: {},
blocks: {},
miners: {},
ffi_wallets: {},
wallets: {},
merge_mining_proxies: {},
transactions: {},
stopped_wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {},
seed_nodes: [
"NODE",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Loading