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

[QA] Fix intermittent mempool sync failures in sapling_wallet_nullifiers #2638

Merged

Conversation

random-zebra
Copy link

Still (somewhat frequent) mempool sync failures in this test, even after #2633.

This is because node1 might still be in IBD when he receives the first tx INV message, and, with #2611, nodes no longer send (non-block) getdata requests during initial sync.

@random-zebra random-zebra added this to the 5.4.0 milestone Nov 16, 2021
@random-zebra random-zebra self-assigned this Nov 16, 2021
Copy link

@furszy furszy left a comment

Choose a reason for hiding this comment

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

great catch, ACK 0f79bdc.

GA here is failing for #2634 and 2634's GA is failing for this. And.. every other PR's GA is failing for this two reasons..

Copy link
Collaborator

@Fuzzbawls Fuzzbawls left a comment

Choose a reason for hiding this comment

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

ACK 0f79bdc

@furszy furszy merged commit f8cc0dc into PIVX-Project:master Nov 19, 2021
furszy added a commit that referenced this pull request Dec 18, 2021
bc33da8 [QA] Use single node in sapling_changeaddresses (random-zebra)

Pull request description:

  Same problem as #2638, on a different test (GA failed run [here](https://github.com/PIVX-Project/PIVX/runs/4383720230)).

  Since there's no need to use two nodes to perform this test, instead of adding the missing `sync_blocks`/`sync_mempools` calls, just remove the second node (which also speeds the test up).

ACKs for top commit:
  furszy:
    nice one, ACK bc33da8
  Fuzzbawls:
    ACK bc33da8

Tree-SHA512: 9ce2753da17c2002b84a476d2fec0d450109ddfc593935286594a2829d705d220fc888e480499c3c14bd0f933ad91b8f3d5f7c0523656c196c0d973ee00cb1c0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants