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 11, 2023 in 0s
28 tests run, 27 passed, 0 skipped, 1 failed.
Annotations
Check failure on line 1 in feature:9:3
github-actions / JUnit Test Report
feature:9:3.Scenario: As a wallet send to a wallet connected to a different base node: tests/features/WalletTransfer.feature:9:3
Step panicked. Captured output: Service on port 18781 never started
Raw output
Scenario: As a wallet send to a wallet connected to a different base node
Given I have a seed node SEED_A
When I have a seed node SEED_B
When I have a base node NODE_A connected to all seed nodes
When I have a base node NODE_B connected to all seed nodes
When I have wallet WALLET_A with 10T connected to base node NODE_A
Step failed:
Defined: tests/features/WalletTransfer.feature:14:5
Matched: integration_tests/tests/steps/wallet_steps.rs:1508:1
Step panicked. Captured output: Service on port 18781 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: {
"WALLET_A": "NODE_A",
},
seed_nodes: [
"SEED_A",
"SEED_B",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Loading