Skip to content

chore: new release v1.11.0-pre.0 (#6768) #1809

chore: new release v1.11.0-pre.0 (#6768)

chore: new release v1.11.0-pre.0 (#6768) #1809

GitHub Actions / JUnit Test Report failed Jan 28, 2025 in 0s

37 tests run, 36 passed, 0 skipped, 1 failed.

Annotations

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: Simple reorg to stronger chain: tests/features/Reorgs.feature:8:3

Step panicked. Captured output: base node didn't synchronize successfully with height 10, current chain height 3
Raw output
Scenario: Simple reorg to stronger chain
     Given I have a seed node SEED_B
     When I have a base node B connected to seed SEED_B
     When I have wallet WB connected to base node B
     When I have mining node BM connected to base node B and wallet WB
     When mining node BM mines 3 blocks with min difficulty 1 and max difficulty 50
     Given I have a seed node SEED_C
     When I have a base node C connected to seed SEED_C
     When I have wallet WC connected to base node C
     When I have mining node CM connected to base node C and wallet WC
     When mining node CM mines 10 blocks with min difficulty 51 and max difficulty 9999999999
     Then node B is at height 3
     Then node C is at height 10
     When I have a base node SA connected to nodes B,C
     Then node SA is at height 10
     Then node B is at height 10
      Step failed:
      Defined: tests/features/Reorgs.feature:28:5
      Matched: integration_tests/tests/steps/node_steps.rs:218:1
      Step panicked. Captured output: base node didn't synchronize successfully with height 10, current chain height 3
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "BM": MinerProcess {
                  name: "BM",
                  base_node_name: "B",
                  wallet_name: "WB",
                  mine_until_height: 100000,
                  stealth: false,
              },
              "CM": MinerProcess {
                  name: "CM",
                  base_node_name: "C",
                  wallet_name: "WC",
                  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: {
              "WB": "B",
              "WC": "C",
          },
          seed_nodes: [
              "SEED_B",
              "SEED_C",
          ],
          wallet_tx_ids: {},
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }