fix: add lock height and kernel features checks on default transactio… #1207
GitHub Actions / JUnit Test Report
failed
Oct 11, 2023 in 0s
34 tests run, 33 passed, 0 skipped, 1 failed.
Annotations
Check failure on line 1 in feature:142:5
github-actions / JUnit Test Report
feature:142:5.Scenario: Syncing node while also mining before tip sync: tests/features/Sync.feature:142:5
Step panicked. Captured output: Service on port 18180 never started
Raw output
Scenario Outline: Syncing node while also mining before tip sync
Given I have a seed node SEED
When I have wallet WALLET1 connected to seed node SEED
Step failed:
Defined: tests/features/Sync.feature:126:5
Matched: integration_tests/tests/steps/wallet_steps.rs:146:1
Step panicked. Captured output: Service on port 18180 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: {
"WALLET1": "SEED",
},
seed_nodes: [
"SEED",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Loading