Skip to content

feat!: update key manager hasher labels (#6329) #1500

feat!: update key manager hasher labels (#6329)

feat!: update key manager hasher labels (#6329) #1500

GitHub Actions / JUnit Test Report failed May 9, 2024 in 0s

35 tests run, 33 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 18072 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
     When I have mine-before-tip mining node MINER2 connected to base node SYNCER and wallet WALLET2
     When I stop node SYNCER
     When mining node MINER mines 101 blocks with min difficulty 1 and max difficulty 9999999999
     Then node SEED is at height 101
     When I start base node SYNCER
      Step failed:
      Defined: tests/features/Sync.feature:134:5
      Matched: integration_tests/tests/steps/node_steps.rs:68:1
      Step panicked. Captured output: Service on port 18072 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "SEED",
                  wallet_name: "WALLET1",
                  mine_until_height: 100000,
                  stealth: false,
              },
              "MINER2": MinerProcess {
                  name: "MINER2",
                  base_node_name: "SYNCER",
                  wallet_name: "WALLET2",
                  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: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 18407 never started
Raw output
Scenario Outline: Syncing node while also mining before tip sync | Retry attempt: 1/2
     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
     When I have mine-before-tip mining node MINER2 connected to base node SYNCER and wallet WALLET2
     When I stop node SYNCER
     When mining node MINER mines 101 blocks with min difficulty 1 and max difficulty 9999999999
     Then node SEED is at height 101
     When I start base node SYNCER
      Step failed:
      Defined: tests/features/Sync.feature:134:5
      Matched: integration_tests/tests/steps/node_steps.rs:68:1
      Step panicked. Captured output: Service on port 18407 never started
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "SEED",
                  wallet_name: "WALLET1",
                  mine_until_height: 100000,
                  stealth: false,
              },
              "MINER2": MinerProcess {
                  name: "MINER2",
                  base_node_name: "SYNCER",
                  wallet_name: "WALLET2",
                  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,
      }