fix(diagrams): missing quotes for protocol negotiation diagram (#5751) #1164
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / JUnit Test Report
failed
Sep 8, 2023 in 0s
30 tests run, 28 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 18460 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
When I have mining node CM connected to base node C and wallet WC
When mining node CM mines 17 blocks with min difficulty 1 and max difficulty 1
Then node B is at height 15
Then node C is at height 17
When I have a base node SA connected to nodes B,C
Step failed:
Defined: tests/features/Reorgs.feature:57:5
Matched: integration_tests/tests/steps/node_steps.rs:475:1
Step panicked. Captured output: Service on port 18460 never started
Client {
base_nodes: {},
blocks: {},
miners: {
"BM": MinerProcess {
name: "BM",
base_node_name: "B",
wallet_name: "WB",
mine_until_height: 100000,
},
"CM": MinerProcess {
name: "CM",
base_node_name: "C",
wallet_name: "WC",
mine_until_height: 100000,
},
},
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:77:3
github-actions / JUnit Test Report
feature:77:3.Scenario: When a new node joins the network, it receives all peers: tests/features/Sync.feature:77:3
Step panicked. Captured output: Service on port 18164 never started
Raw output
Scenario: When a new node joins the network, it receives all peers
Given I have 10 seed nodes
Step failed:
Defined: tests/features/Sync.feature:78:5
Matched: integration_tests/tests/steps/node_steps.rs:261:1
Step panicked. Captured output: Service on port 18164 never started
Client {
base_nodes: {},
blocks: {},
miners: {},
ffi_wallets: {},
wallets: {},
merge_mining_proxies: {},
chat_clients: [],
transactions: {},
wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {},
seed_nodes: [
"seed_node_0",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Loading