feat: add search kernels method to nodejs client (#6082) #1355
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / JUnit Test Report
failed
Jan 19, 2024 in 0s
31 tests run, 29 passed, 0 skipped, 2 failed.
Annotations
Check failure on line 1 in feature:14:3
github-actions / JUnit Test Report
feature:14:3.Scenario: A message is sent directly between two FFI clients: tests/features/ChatFFI.feature:14:3
Step panicked. Captured output: Contact 21c8946ac5e33771a66650eb9a never came online, status is: NeverSeen
Raw output
Scenario: A message is sent directly between two FFI clients
Given I have a seed node SEED_A
When I have a chat FFI client CHAT_A connected to seed node SEED_A
When I have a chat FFI client CHAT_B connected to seed node SEED_A
When CHAT_A adds CHAT_B as a contact
When CHAT_B adds CHAT_A as a contact
When CHAT_A waits for contact CHAT_B to be online
Step failed:
Defined: tests/features/ChatFFI.feature:20:5
Matched: integration_tests/tests/steps/chat_steps.rs:103:1
Step panicked. Captured output: Contact 21c8946ac5e33771a66650eb9a never came online, status is: NeverSeen
Client {
base_nodes: {},
blocks: {},
miners: {},
ffi_wallets: {},
wallets: {},
merge_mining_proxies: {},
transactions: {},
wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {},
seed_nodes: [
"SEED_A",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check failure on line 1 in feature:96:5
github-actions / JUnit Test Report
feature:96:5.Scenario: As a client I want to retrieve a list of transactions I have made and received: tests/features/WalletFFI.feature:96:5
Step panicked. Captured output: Wallet RECEIVER failed to have at least num 1 txs with status 1, current status is 0
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
And I have a ffi wallet FFI_WALLET connected to base node BASE1
When I add contact with alias ALIAS1 and address of SENDER to ffi wallet FFI_WALLET
When I have wallet RECEIVER connected to base node BASE1
When I have mining node MINER connected to base node BASE1 and wallet SENDER
When mining node MINER mines 10 blocks
Then all nodes are at height 10
Then I wait for wallet SENDER to have at least 2000000 uT
And I send 2000000 uT from wallet SENDER to wallet FFI_WALLET at fee 20
Then ffi wallet FFI_WALLET detects AT_LEAST 1 ffi transactions to be TRANSACTION_STATUS_BROADCAST
When mining node MINER mines 10 blocks
Then all nodes are at height 20
Then I wait for ffi wallet FFI_WALLET to have at least 1000000 uT
And I send 1000000 uT from ffi wallet FFI_WALLET to wallet RECEIVER at fee 20
Then ffi wallet FFI_WALLET detects AT_LEAST 2 ffi transactions to be TRANSACTION_STATUS_BROADCAST
Then wallet RECEIVER has at least 1 transactions that are all TRANSACTION_STATUS_BROADCAST and not cancelled
Step failed:
Defined: tests/features/WalletFFI.feature:115:9
Matched: integration_tests/tests/steps/wallet_steps.rs:495:1
Step panicked. Captured output: Wallet RECEIVER failed to have at least num 1 txs with status 1, current status is 0
Client {
base_nodes: {},
blocks: {},
miners: {
"MINER": MinerProcess {
name: "MINER",
base_node_name: "BASE1",
wallet_name: "SENDER",
mine_until_height: 100000,
},
},
ffi_wallets: {
"FFI_WALLET": WalletFFI {
name: "FFI_WALLET",
port: 18115,
wallet: Mutex {
data: Wallet {
ptr: 0x00005602c3734730,
liveness_data: Mutex {
data: {
"d4aab4e2e25270a839eec7780cd076ca1c439921c4b0b1983e4eeac5498f957d19": ContactsLivenessData {
ptr: 0x00007f6ed00d8070,
},
},
poisoned: false,
..
},
balance: CachedBalance {
available: 0,
time_locked: 0,
pending_incoming: 997440,
pending_outgoing: 2000000,
},
},
poisoned: false,
..
},
},
},
wallets: {},
merge_mining_proxies: {},
transactions: {},
wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {
"SENDER": "BASE1",
"RECEIVER": "BASE1",
},
seed_nodes: [
"SEED",
],
wallet_tx_ids: {
"d4aab4e2e25270a839eec7780cd076ca1c439921c4b0b1983e4eeac5498f957d19": [
11245705837833758126,
],
"22bcdce2251f528a75bf804b5f573146e17317b6029d9c9c68ff3dc4880c5a1335": [
11245705837833758126,
],
},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Loading