-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testnet live nu6 03 #1508
Testnet live nu6 03 #1508
Conversation
for anyone who disapproves of them being recognized as part of a standard test run, is there a better solution?
…to testnet_live_nu6_03
thread 'lightclient::send::send_with_proposal::test::testnet::glory_goddess_super_send' panicked at zingolib/src/testutils/chain_generics/with_assertions.rs:158:10: |
1c525fa
to
992ca3f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that a lot of this functionality needs integrations (e.g. with TAZ faucets-or-wallets) still it's a good record of how we verified (and can reverify NU6).
Comprehensive Local Tests (CLT) result:
|
cargo nextest run dess_simple_send --run-ignored=all --nocapture
has returned mixed results. 1 success. then alternating errors:
PoolBalances { sapling_balance: Some(10000), verified_sapling_balance: Some(10000), spendable_sapling_balance: Some(10000), unverified_sapling_balance: Some(0), orchard_balance: Some(4999895000), verified_orchard_balance: Some(4999895000), unverified_orchard_balance: Some(0), spendable_orchard_balance: Some(4999895000), transparent_balance: Some(10000) } thread 'lightclient::send::send_with_proposal::test::testnet::glory_goddess_simple_send' panicked at zingolib/src/testutils/chain_generics/with_assertions.rs:63:9: assertion
left == rightfailed left: Transmitted(BlockHeight(3070826)) right: Transmitted(BlockHeight(3070824)) note: run with
RUST_BACKTRACE=1environment variable to display a backtrace test lightclient::send::send_with_proposal::test::testnet::glory_goddess_simple_send ... FAILED
or
PoolBalances { sapling_balance: Some(10000), verified_sapling_balance: Some(10000), spendable_sapling_balance: Some(10000), unverified_sapling_balance: Some(0), orchard_balance: Some(4999895000), verified_orchard_balance: Some(4999895000), unverified_orchard_balance: Some(0), spendable_orchard_balance: Some(4999895000), transparent_balance: Some(10000) } thread 'lightclient::send::send_with_proposal::test::testnet::glory_goddess_simple_send' panicked at zingolib/src/testutils/chain_generics/with_assertions.rs:51:10: called
Result::unwrap()on an
Errvalue: CompleteAndBroadcast(Broadcast(Broadcast("Error: SendResponse { error_code: -26, error_message: \"18: bad-txns-orchard-duplicate-nullifier\" }"))) note: run with
RUST_BACKTRACE=1environment variable to display a backtrace test lightclient::send::send_with_proposal::test::testnet::glory_goddess_simple_send ... FAILED