feat: validate blockchain fetch from DNS server with local state (#6658) #1766
GitHub Actions / JUnit Test Report
failed
Nov 19, 2024 in 0s
26 tests run, 23 passed, 0 skipped, 3 failed.
Annotations
Check failure on line 1 in feature:8:3
github-actions / JUnit Test Report
feature:8:3.Scenario: Transactions are propagated through a network: tests/features/Mempool.feature:8:3
Step panicked. Captured output: Service 'Tcp' on port '18190' never started for 'Node_4'
Raw output
Scenario: Transactions are propagated through a network
Given I have 8 seed nodes
When I have a base node SENDER connected to all seed nodes
When I have 8 base nodes connected to all seed nodes
Step failed:
Defined: tests/features/Mempool.feature:15:5
Matched: integration_tests/tests/steps/node_steps.rs:79:1
Step panicked. Captured output: Service 'Tcp' on port '18190' never started for 'Node_4'
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: [
"seed_node_0",
"seed_node_1",
"seed_node_2",
"seed_node_3",
"seed_node_4",
"seed_node_5",
"seed_node_6",
"seed_node_7",
],
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: Transactions are propagated through a network: tests/features/Mempool.feature:8:3
Step panicked. Captured output: Service 'Tcp' on port '18055' never started for 'seed_node_4'
Raw output
Scenario: Transactions are propagated through a network | Retry attempt: 1/2
Given I have 8 seed nodes
Step failed:
Defined: tests/features/Mempool.feature:13:5
Matched: integration_tests/tests/steps/node_steps.rs:275:1
Step panicked. Captured output: Service 'Tcp' on port '18055' never started for 'seed_node_4'
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: [
"seed_node_0",
"seed_node_1",
"seed_node_2",
"seed_node_3",
"seed_node_4",
],
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: Transactions are propagated through a network: tests/features/Mempool.feature:8:3
Step panicked. Captured output: Service 'Tcp' on port '18216' never started for 'Node_6'
Raw output
Scenario: Transactions are propagated through a network | Retry attempt: 2/2
Given I have 8 seed nodes
When I have a base node SENDER connected to all seed nodes
When I have 8 base nodes connected to all seed nodes
Step failed:
Defined: tests/features/Mempool.feature:15:5
Matched: integration_tests/tests/steps/node_steps.rs:79:1
Step panicked. Captured output: Service 'Tcp' on port '18216' never started for 'Node_6'
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: [
"seed_node_0",
"seed_node_1",
"seed_node_2",
"seed_node_3",
"seed_node_4",
"seed_node_5",
"seed_node_6",
"seed_node_7",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Loading