fix: comments (#6718) #1777
GitHub Actions / JUnit Test Report
failed
Dec 10, 2024 in 0s
37 tests run, 36 passed, 0 skipped, 1 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: Burn transaction has status 0 when we desired 1 (TRANSACTION_STATUS_BROADCAST), 2 (TRANSACTION_STATUS_UNCONFIRMED), or 6 (TRANSACTION_STATUS_CONFIRMED)
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
Step failed:
Defined: tests/features/Reorgs.feature:43:5
Matched: integration_tests/tests/steps/wallet_steps.rs:2820:1
Step panicked. Captured output: Burn transaction has status 0 when we desired 1 (TRANSACTION_STATUS_BROADCAST), 2 (TRANSACTION_STATUS_UNCONFIRMED), or 6 (TRANSACTION_STATUS_CONFIRMED)
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",
},
seed_nodes: [
"SEED_B",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Loading