You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flaky test test: service::manage_multiple_transactions fails with:
--- STDERR: minotari_wallet::wallet_integration_tests transaction_service_tests::service::manage_multiple_transactions ---
thread 'transaction_service_tests::service::manage_multiple_transactions' panicked at base_layer/wallet/tests/transaction_service_tests/service.rs:2276:5:
assertion left == right failed
left: 1
right: 0
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
SWvheerden
changed the title
fix flkay test test: service::manage_multiple_transactions
fix flaky test test: service::manage_multiple_transactions
Mar 11, 2025
flaky test test: service::manage_multiple_transactions fails with:
--- STDERR: minotari_wallet::wallet_integration_tests transaction_service_tests::service::manage_multiple_transactions ---
thread 'transaction_service_tests::service::manage_multiple_transactions' panicked at base_layer/wallet/tests/transaction_service_tests/service.rs:2276:5:
assertion
left == right
failedleft: 1
right: 0
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: