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

Python tests fixes #544

Merged
merged 1 commit into from
May 8, 2023
Merged

Python tests fixes #544

merged 1 commit into from
May 8, 2023

Conversation

JackPiri
Copy link
Contributor

@JackPiri JackPiri commented May 8, 2023

This PR fixes two Python tests:

  • shieldedpooldeprecation_rpc.py: due to tx-hash-based selection of utxos/notes, z_mergetoaddress output can change from run to run, eventually incurring in insufficiently mature funds; this has been fixed by making funds mature earlier (no performance impact),

  • wallet_mergetoaddress_2.py: after updating the chain setup archive, an assertion with previously ad hoc defined value was failing; this has been fixed updating that value.

shieldedpooldeprecation_rpc.py: due to tx-hash-based selection of utxos/notes, z_mergetoaddress output can change from run to run, eventually incurring in insufficiently mature funds; this has been fixed by making funds mature earlier (no performance impact)
wallet_mergetoaddress_2.py: after updating the chain setup archive, an assertion with previously ad hoc defined value was failing; this has been fixed updating that value
@JackPiri JackPiri requested review from ptagl, drgora and a-petrini May 8, 2023 08:49
Copy link
Contributor

@a-petrini a-petrini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR looks good

Copy link
Contributor

@drgora drgora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine by me, thanks

@ptagl ptagl merged commit 59e5ed3 into main May 8, 2023
@ptagl ptagl deleted the gp/python_tests_fixes branch May 8, 2023 14:55
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.

4 participants