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

Fix multiple_miners* tests #5237

Merged
merged 23 commits into from
Oct 2, 2024
Merged

Fix multiple_miners* tests #5237

merged 23 commits into from
Oct 2, 2024

Commits on Sep 24, 2024

  1. Add positive integer for pox_sync_sample_secs and wait_on_interim_blo…

    …cks for multiple_miners* tests
    
    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8ddddae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    082fc51 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Do not use a test_observer in boot_to_epoch_3 to enable use with mult…

    …i node tests
    
    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9360397 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into chore/fix-multiple-miners
    jferrant committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    369bc78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    257e7ec View commit details
    Browse the repository at this point in the history
  4. Do not blanket set pox_sync_sample_secs to a postiive integer

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1f53fac View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into chore/fix-multiple-miners
    jferrant committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b126d17 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Do not advance unless the bootstrapped or follower node also hits epo…

    …ch 3 and shutdown the runloop
    
    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    cd49977 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into chore/fix-multiple-miners
    jferrant committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    db564e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Test: try increasing a timeout to see what CI does

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c60e4a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into chore/fix-multiple-miners
    jferrant committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    28d06b7 View commit details
    Browse the repository at this point in the history
  2. Do not wait for an exact number of block rejections

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9c89e46 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into chore/fix-multiple-miners
    jferrant committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    065a89b View commit details
    Browse the repository at this point in the history
  4. Add some logging to bitcoind test

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    fdcfcdf View commit details
    Browse the repository at this point in the history
  5. Fix microblocks disabled test to allow at least one rather than stric…

    …tly one microblocks
    
    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    51d6000 View commit details
    Browse the repository at this point in the history
  6. Convert logs to info in test

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4c311bb View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. CRC: remove dead code

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    836a97a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into chore/fix-multiple-miners
    jferrant committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4d1f9a9 View commit details
    Browse the repository at this point in the history
  3. Change vec to hashset in wait_for_block_rejections

    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    61eab90 View commit details
    Browse the repository at this point in the history
  4. Do not attempt to process a block validation response for an already …

    …globally processed block
    
    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4752a90 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of https://github.com/stacks-network/stacks-core

    … into chore/fix-multiple-miners
    jferrant committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b9d3b90 View commit details
    Browse the repository at this point in the history
  6. test: remove signer_vote_if_needed

    This is not used in signer v0. Fixes `tests::nakamoto_integrations::continue_tenure_extend`
    obycode committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9eb4e05 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Increase pox_sync_sample_secs to 5 to be on the safe side when waitin…

    …g for anchor blocks to arrive
    
    Signed-off-by: Jacinta Ferrant <[email protected]>
    jferrant committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    db105e0 View commit details
    Browse the repository at this point in the history