Skip to content

fix: add lock height and kernel features checks on default transactio… #1207

fix: add lock height and kernel features checks on default transactio…

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:34:3

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:34:3.Scenario: Sync burned output: tests/features/Sync.feature:34:3

Step panicked. Captured output: called `Result::unwrap()` on an `Err` value: transport error

Caused by:
    0: error trying to connect: tcp connect error: Connection refused (os error 111)
    1: tcp connect error: Connection refused (os error 111)
    2: Connection refused (os error 111)
Raw output
Scenario: Sync burned output
     Given I have a seed node NODE
     When I have a base node NODE1 connected to all seed nodes
     When I have 2 base nodes connected to all seed nodes
     When I have wallet WALLET_A 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 for wallet WALLET_A to have at least 55000000000 uT
     When I create a burn transaction of 1000000 uT from WALLET_A at fee 100
     When mining node MINER mines 10 blocks
     Then all nodes are at height 25
     When I have a base node NODE2 connected to all seed nodes
     Then all nodes are at height 25
      Step failed:
      Defined: tests/features/Sync.feature:47:5
      Matched: integration_tests/tests/steps/node_steps.rs:166:1
      Step panicked. Captured output: called `Result::unwrap()` on an `Err` value: transport error
      
      Caused by:
          0: error trying to connect: tcp connect error: Connection refused (os error 111)
          1: tcp connect error: Connection refused (os error 111)
          2: Connection refused (os error 111)
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "NODE",
                  wallet_name: "WALLET_A",
                  mine_until_height: 100000,
              },
          },
          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",
          },
          seed_nodes: [
              "NODE",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }