Skip to content

feat: add search kernels method to nodejs client (#6082) #1355

feat: add search kernels method to nodejs client (#6082)

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:142:5

See this annotation in the file changed.

@github-actions 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 18240 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
     When I have wallet WALLET2 connected to seed node SEED
     When I have mining node MINER connected to base node SEED and wallet WALLET1
     When I have a base node SYNCER connected to all seed nodes
      Step failed:
      Defined: tests/features/Sync.feature:129:5
      Matched: integration_tests/tests/steps/node_steps.rs:49:1
      Step panicked. Captured output: Service on port 18240 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "SEED",
                  wallet_name: "WALLET1",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          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",
              "WALLET2": "SEED",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }

Check failure on line 1 in feature:8:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:8:3.Scenario: Wallet sending and receiving one-sided transactions: tests/features/WalletTransactions.feature:8:3

Step panicked. Captured output: One sided transaction from WALLET_B to WALLET_C with amount 1500000 at fee 20 failed to be broadcasted
Raw output
Scenario: Wallet sending and receiving one-sided transactions
     Given I have a seed node NODE
     When I have 1 base nodes connected to all seed nodes
     When I have wallet WALLET_A connected to all seed nodes
     When I have wallet WALLET_B connected to all seed nodes
     When I have wallet WALLET_C connected to all seed nodes
     When I have mining node MINER connected to base node NODE and wallet WALLET_A
     When mining node MINER mines 15 blocks
     Then all nodes are at height 15
     When I wait 5 seconds
     When I wait for wallet WALLET_A to have at least 55000000000 uT
     Then I send a one-sided transaction of 1000000 uT from WALLET_A to WALLET_B at fee 100
     Then I send a one-sided transaction of 1000000 uT from WALLET_A to WALLET_B at fee 100
     When mining node MINER mines 5 blocks
     Then all nodes are at height 20
     Then I wait for wallet WALLET_B to have at least 2000000 uT
     Then I send 900000 uT from wallet WALLET_B to wallet WALLET_B at fee 20
     Then I wait for wallet WALLET_B to have less than 1100000 uT
     When mining node MINER mines 5 blocks
     Then all nodes are at height 25
     Then I wait for wallet WALLET_B to have at least 1900000 uT
     Then I send a one-sided transaction of 1500000 uT from WALLET_B to WALLET_C at fee 20
      Step failed:
      Defined: tests/features/WalletTransactions.feature:31:5
      Matched: integration_tests/tests/steps/wallet_steps.rs:742:1
      Step panicked. Captured output: One sided transaction from WALLET_B to WALLET_C with amount 1500000 at fee 20 failed to be broadcasted
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          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",
              "WALLET_B": "NODE",
              "WALLET_C": "NODE",
          },
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {
              "b4719dd604e25f0cb2f3982ac1ecae953f73b874c81be8d77e7c81d33ae6ae0f36": [
                  3817790765385688330,
                  1762878381435179119,
              ],
              "503ff6dc9385b58845ca64dcbbe7fb2e3c3d22667b0cf1d4ef0b45ddcd35ab3ffa": [
                  3817790765385688330,
                  1762878381435179119,
                  15542545054095333646,
                  15542545054095333646,
              ],
          },
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }