qa: Intermittent error in wallet_resendwallettransactions.py #20143

issue hebasto opened this issue on October 13, 2020
  1. hebasto commented at 11:34 AM on October 13, 2020: member

    https://travis-ci.org/github/hebasto/bitcoin/jobs/735078189#L5109:

    AssertionError: Predicate ''''
            def test_function():
                if check_connected:
                    assert self.is_connected
                return test_function_in()
    ''' not true after 240.0 seconds
    
  2. hebasto added the label Bug on Oct 13, 2020
  3. MarcoFalke commented at 1:43 PM on October 13, 2020: member

    The scheduler thread runs in a different thread than the RPC thread and message handling thread. As the mockscheduler call is non-blocking and there is no way to observe to-be-trickled txids over RPC or P2P, the only way to synchronize this event I see is over assert_debug_log. Fixed in #20112

    Longer term, mockscheduler should probably be blocking until all events that are scheduled in the past have been executed.

  4. MarcoFalke referenced this in commit 88271184e8 on Oct 22, 2020
  5. MarcoFalke closed this on Oct 22, 2020

  6. sidhujag referenced this in commit c195d64e99 on Oct 22, 2020
  7. Fabcien referenced this in commit a6092ced56 on Sep 1, 2021
  8. DrahtBot locked this on Feb 15, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-17 06:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me