feat: fix tari pulse running as fast as possible (#6704) #1772
28 tests run, 24 passed, 0 skipped, 4 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 '18097' never started for 'Node_1'
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 '18097' never started for 'Node_1'
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 '18232' never started for 'seed_node_6'
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 '18232' never started for 'seed_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",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:101:5
github-actions / JUnit Test Report
feature:101:5.Scenario: As a client I want to retrieve a list of transactions I have made and received: tests/features/WalletFFI.feature:101:5
Step panicked. Captured output: FFI_WALLET doesn't have at least 2 contacts with status Online!
Raw output
Scenario: As a client I want to retrieve a list of transactions I have made and received
Given I have a seed node SEED
When I have a base node BASE1 connected to all seed nodes
When I have wallet SENDER connected to base node BASE1
When I have wallet RECEIVER connected to base node BASE1
And I have a ffi wallet FFI_WALLET connected to base node BASE1
When I add contact with alias ALIAS_SENDER and address of SENDER to ffi wallet FFI_WALLET
When I add contact with alias ALIAS_RECEIVER and address of RECEIVER to ffi wallet FFI_WALLET
When I add contact with alias ALIAS_FFI_WALLET and address of FFI_WALLET to wallet SENDER
When I add contact with alias ALIAS_FFI_WALLET and address of FFI_WALLET to wallet RECEIVER
When I add contact with alias ALIAS_RECEIVER and address of RECEIVER to wallet SENDER
When I add contact with alias ALIAS_SENDER and address of SENDER to wallet RECEIVER
Then I wait for ffi wallet FFI_WALLET to have at least 2 contacts to be Online
Step failed:
Defined: tests/features/WalletFFI.feature:114:9
Matched: integration_tests/tests/steps/wallet_ffi_steps.rs:261:1
Step panicked. Captured output: FFI_WALLET doesn't have at least 2 contacts with status Online!
Client {
base_nodes: {},
blocks: {},
miners: {},
ffi_wallets: {
"FFI_WALLET": WalletFFI {
name: "FFI_WALLET",
tcp_port: 18101,
udp_port: 18162,
base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_67829/Wallet FFI/As a client I want to retrieve a list of transactions I have made and received/ffi_wallets/FFI_WALLET_port_18101",
wallet: Mutex {
data: Wallet {
ptr: 0x0000564d20466370,
liveness_data: Mutex {
data: {
"H43VptmsfjvegtCkVinc2Ey245zRVrsLMSH6ja1LB5Q5XgfCBF1aj5yddhHJUFRF6TeF9oMndsdtJDGtFJdZ5YcwCcm": ContactsLivenessData {
ptr: 0x00007fe2f0002d00,
},
"H4ARnjtAfvNgjz6aLHKwtkGveEPZnvqJ6PJTQ8TG4sjTP8zgRMReQMg6jtGX7L8HkLhNZSc9J3Qt7pzYfZQZp5ssTBF": ContactsLivenessData {
ptr: 0x00007fe28c0033f0,
},
},
poisoned: false,
..
},
balance: CachedBalance {
available: 0,
time_locked: 0,
pending_incoming: 0,
pending_outgoing: 0,
},
},
poisoned: false,
..
},
},
},
wallets: {},
merge_mining_proxies: {},
transactions: {},
stopped_wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {
"SENDER": "BASE1",
"RECEIVER": "BASE1",
},
seed_nodes: [
"SEED",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:101:5
github-actions / JUnit Test Report
feature:101:5.Scenario: As a client I want to retrieve a list of transactions I have made and received: tests/features/WalletFFI.feature:101:5
Step panicked. Captured output: FFI_WALLET doesn't have at least 2 contacts with status Online!
Raw output
Scenario: As a client I want to retrieve a list of transactions I have made and received | Retry attempt: 1/2
Given I have a seed node SEED
When I have a base node BASE1 connected to all seed nodes
When I have wallet SENDER connected to base node BASE1
When I have wallet RECEIVER connected to base node BASE1
And I have a ffi wallet FFI_WALLET connected to base node BASE1
When I add contact with alias ALIAS_SENDER and address of SENDER to ffi wallet FFI_WALLET
When I add contact with alias ALIAS_RECEIVER and address of RECEIVER to ffi wallet FFI_WALLET
When I add contact with alias ALIAS_FFI_WALLET and address of FFI_WALLET to wallet SENDER
When I add contact with alias ALIAS_FFI_WALLET and address of FFI_WALLET to wallet RECEIVER
When I add contact with alias ALIAS_RECEIVER and address of RECEIVER to wallet SENDER
When I add contact with alias ALIAS_SENDER and address of SENDER to wallet RECEIVER
Then I wait for ffi wallet FFI_WALLET to have at least 2 contacts to be Online
Step failed:
Defined: tests/features/WalletFFI.feature:114:9
Matched: integration_tests/tests/steps/wallet_ffi_steps.rs:261:1
Step panicked. Captured output: FFI_WALLET doesn't have at least 2 contacts with status Online!
Client {
base_nodes: {},
blocks: {},
miners: {},
ffi_wallets: {
"FFI_WALLET": WalletFFI {
name: "FFI_WALLET",
tcp_port: 18150,
udp_port: 18447,
base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_67829/Wallet FFI/As a client I want to retrieve a list of transactions I have made and received/ffi_wallets/FFI_WALLET_port_18150",
wallet: Mutex {
data: Wallet {
ptr: 0x0000564d20aa1160,
liveness_data: Mutex {
data: {
"H47PT1sczs5f7yS7NE64Zhvx47TezuhKWiq6hiZEJWWqbpi2w3FjJHj6iJQSLBndzsRWMraT4HghXyyEYmiRTbEbri4": ContactsLivenessData {
ptr: 0x00007fe164001e80,
},
"H4BdcxfYyW56h562XHtUXau3oVRZ5rNVqyjSfAUVYFU28kTw45BHsGtZT6xGsw9fxbDiJvVegMKa8vc1Kw4erNuiyLM": ContactsLivenessData {
ptr: 0x00007fe17002c170,
},
},
poisoned: false,
..
},
balance: CachedBalance {
available: 0,
time_locked: 0,
pending_incoming: 0,
pending_outgoing: 0,
},
},
poisoned: false,
..
},
},
},
wallets: {},
merge_mining_proxies: {},
transactions: {},
stopped_wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {
"SENDER": "BASE1",
"RECEIVER": "BASE1",
},
seed_nodes: [
"SEED",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}