Skip to content

chore: new release v1.11.1-pre.1 (#6778) #1818

chore: new release v1.11.1-pre.1 (#6778)

chore: new release v1.11.1-pre.1 (#6778) #1818

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

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

Annotations

Check failure on line 1 in feature:212:5

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

feature:212:5.Scenario: As a client I want to receive a one-sided transaction: tests/features/WalletFFI.feature:212:5

Step panicked. Captured output: Counter not adequate! Counter is 0.
Raw output
Scenario: As a client I want to receive a one-sided transaction
     Given I have a seed node SEED
     When I have a base node BASE1 connected to all seed nodes
     When I have a base node BASE2 connected to all seed nodes
     When I have wallet SENDER connected to base node BASE1
     And I have a ffi wallet FFI_RECEIVER connected to base node BASE2
     When I have mining node MINER connected to base node BASE1 and wallet SENDER
     When mining node MINER mines 10 blocks
     Then I wait for wallet SENDER to have at least 5000000 uT
     Then I send a one-sided transaction of 1000000 uT from SENDER to FFI_RECEIVER at fee 20
     When mining node MINER mines 2 blocks
     Then all nodes are at height 12
     Then ffi wallet FFI_RECEIVER detects AT_LEAST 1 ffi transactions to be TRANSACTION_STATUS_ONE_SIDED_UNCONFIRMED
      Step failed:
      Defined: tests/features/WalletFFI.feature:224:9
      Matched: integration_tests/tests/steps/wallet_ffi_steps.rs:415:1
      Step panicked. Captured output: Counter not adequate! Counter is 0.
      Client {
          base_nodes: {},
          blocks: {},
          miners: {
              "MINER": MinerProcess {
                  name: "MINER",
                  base_node_name: "BASE1",
                  wallet_name: "SENDER",
                  mine_until_height: 100000,
                  stealth: false,
              },
          },
          ffi_wallets: {
              "FFI_RECEIVER": WalletFFI {
                  name: "FFI_RECEIVER",
                  port: 18409,
                  base_dir: "/runner/_work/tari/tari/integration_tests/tests/temp/cucumber_60221/Wallet FFI/As a client I want to receive a one-sided transaction/ffi_wallets/FFI_RECEIVER_port_18409",
                  wallet: Mutex {
                      data: Wallet {
                          ptr: 0x0000558686648a40,
                          liveness_data: Mutex {
                              data: {},
                              poisoned: false,
                              ..
                          },
                          balance: CachedBalance {
                              available: 0,
                              time_locked: 0,
                              pending_incoming: 1000000,
                              pending_outgoing: 0,
                          },
                      },
                      poisoned: false,
                      ..
                  },
              },
          },
          wallets: {},
          merge_mining_proxies: {},
          chat_clients: [],
          transactions: {},
          wallet_addresses: {},
          utxos: {},
          output_hash: None,
          pre_image: None,
          wallet_connected_to_base_node: {
              "SENDER": "BASE1",
          },
          seed_nodes: [
              "SEED",
          ],
          wallet_tx_ids: {
              "H43CXPQcd3Sv3RXAqs2BwWSpD6SzyQ36VaEdN2uCvDN6DzcvLntykPGk9dzwnqpXzsY9M91Kjw8SYWsrjvaKyRJpiWX": [
                  3920584167261956920,
              ],
              "H4H5MSUyJfutdTHeAtkoErf11m3zvczrdpWfyZhnQVE9WqsWzq9GzTA3g8Xe4LPAWQuvngx8MHeM6Bp6A8mUgmBa3np": [
                  3920584167261956920,
              ],
          },
          errors: [],
          last_imported_tx_ids: [],
          last_merge_miner_response: Null,
      }