revert: merge development to feature-dan2 (#6100) (#6102) #1364
GitHub Actions / JUnit Test Report
failed
Jan 29, 2024 in 0s
32 tests run, 29 passed, 0 skipped, 3 failed.
Annotations
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: One sided transaction from WALLET_A to WALLET_B with amount 1000000 at fee 100 failed to be broadcasted
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
Step failed:
Defined: tests/features/WalletTransactions.feature:19:5
Matched: integration_tests/tests/steps/wallet_steps.rs:742:1
Step panicked. Captured output: One sided transaction from WALLET_A to WALLET_B with amount 1000000 at fee 100 failed to be broadcasted
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: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:411:3
github-actions / JUnit Test Report
feature:411:3.Scenario: Create burn transaction: tests/features/WalletTransactions.feature:411:3
Step panicked. Captured output: Wallet WALLET_A failed to detect tx with tx_id = 3187257687727874772 to be Mined_or_Faux_Confirmed, current status is Broadcast
Raw output
Scenario: Create burn transaction
Given I have a seed node NODE
When I have 2 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 mining node MINER_A connected to base node NODE and wallet WALLET_A
When I have mining node MINER_B connected to base node NODE and wallet WALLET_B
When mining node MINER_A mines 12 blocks
When mining node MINER_B mines 3 blocks
Then all nodes are at height 15
When I wait for wallet WALLET_A to have at least 221552530060 uT
When I create a burn transaction of 201552500000 uT from WALLET_A at fee 100
When mining node MINER_B mines 5 blocks
Then all nodes are at height 20
Then wallet WALLET_A detects all transactions as Mined_or_Faux_Confirmed
Step failed:
Defined: tests/features/WalletTransactions.feature:425:5
Matched: integration_tests/tests/steps/wallet_steps.rs:155:1
Step panicked. Captured output: Wallet WALLET_A failed to detect tx with tx_id = 3187257687727874772 to be Mined_or_Faux_Confirmed, current status is Broadcast
Client {
base_nodes: {},
blocks: {},
miners: {
"MINER_A": MinerProcess {
name: "MINER_A",
base_node_name: "NODE",
wallet_name: "WALLET_A",
mine_until_height: 100000,
stealth: false,
},
"MINER_B": MinerProcess {
name: "MINER_B",
base_node_name: "NODE",
wallet_name: "WALLET_B",
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",
},
seed_nodes: [
"NODE",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:411:3
github-actions / JUnit Test Report
feature:411:3.Scenario: Create burn transaction: tests/features/WalletTransactions.feature:411:3
Step panicked. Captured output: base nodes not successfully synchronized at height 15, {"NODE": 15, "Node_0": 15, "Node_1": 20}
Raw output
Scenario: Create burn transaction | Retry attempt: 1/2
Given I have a seed node NODE
When I have 2 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 mining node MINER_A connected to base node NODE and wallet WALLET_A
When I have mining node MINER_B connected to base node NODE and wallet WALLET_B
When mining node MINER_A mines 12 blocks
When mining node MINER_B mines 3 blocks
Then all nodes are at height 15
Step failed:
Defined: tests/features/WalletTransactions.feature:420:5
Matched: integration_tests/tests/steps/node_steps.rs:166:1
Step panicked. Captured output: base nodes not successfully synchronized at height 15, {"NODE": 15, "Node_0": 15, "Node_1": 20}
Client {
base_nodes: {},
blocks: {},
miners: {
"MINER_A": MinerProcess {
name: "MINER_A",
base_node_name: "NODE",
wallet_name: "WALLET_A",
mine_until_height: 100000,
stealth: false,
},
"MINER_B": MinerProcess {
name: "MINER_B",
base_node_name: "NODE",
wallet_name: "WALLET_B",
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",
},
seed_nodes: [
"NODE",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Loading