Skip to content
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

Merged
merged 47 commits into from
Nov 15, 2024
Merged

Testnet live nu6 03 #1508

merged 47 commits into from
Nov 15, 2024

Conversation

fluidvanadium
Copy link
Contributor

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: assertionleft == rightfailed left: Transmitted(BlockHeight(3070826)) right: Transmitted(BlockHeight(3070824)) note: run withRUST_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: calledResult::unwrap()on anErrvalue: CompleteAndBroadcast(Broadcast(Broadcast("Error: SendResponse { error_code: -26, error_message: \"18: bad-txns-orchard-duplicate-nullifier\" }"))) note: run withRUST_BACKTRACE=1environment variable to display a backtrace test lightclient::send::send_with_proposal::test::testnet::glory_goddess_simple_send ... FAILED

@AloeareV
Copy link
Contributor

thread 'lightclient::send::send_with_proposal::test::testnet::glory_goddess_super_send' panicked at zingolib/src/testutils/chain_generics/with_assertions.rs:158:10:
called Result::unwrap() on an Err value: CompleteAndBroadcast(Broadcast(Broadcast("Error: SendResponse { error_code: -26, error_message: "16: bad-txns-no-sink-of-funds" }")))

@zancas zancas marked this pull request as ready for review November 15, 2024 23:24
Copy link
Member

@zancas zancas left a 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).

@zancas
Copy link
Member

zancas commented Nov 15, 2024

Comprehensive Local Tests (CLT) result:

        PASS [ 345.874s] libtonode-tests::concrete slow::witness_clearing
------------
     Summary [1169.418s] 334 tests run: 334 passed (110 slow), 30 skipped
1731714833 || shofth nattyb testnet_live_nu6_03[ ]
REDACTED/testnet_live_nu6_03: 0 $
git show -s
commit d8e457b617784950de0938c736249fe034627c17 (HEAD -> testnet_live_nu6_03, fluidv/testnet_live_nu6_03)
Merge: 992ca3fd3 0b9b19a92
Author: Za Wilcox <[email protected]>
Date:   Fri Nov 15 16:08:32 2024 -0700

    Merge branch 'dev' into testnet_live_nu6_03

@zancas zancas merged commit e49d5f0 into zingolabs:dev Nov 15, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants