wallet_bumpfee fails with AssertionError in test_dust_to_fee #18511

issue MarcoFalke opened this issue on April 3, 2020
  1. MarcoFalke commented at 1:30 AM on April 3, 2020: member

    Example:

    test  2020-04-02T21:26:28.988000Z TestFramework (ERROR): Assertion failed 
    
                                       Traceback (most recent call last):
    
                                         File "/home/travis/build/bitcoin/bitcoin/build/bitcoin-x86_64-pc-linux-gnu/test/functional/test_framework/test_framework.py", line 112, in main
    
                                           self.run_test()
    
                                         File "/home/travis/build/bitcoin/bitcoin/build/bitcoin-x86_64-pc-linux-gnu/test/functional/wallet_bumpfee.py", line 84, in run_test
    
                                           test_dust_to_fee(self, rbf_node, dest_address)
    
                                         File "/home/travis/build/bitcoin/bitcoin/build/bitcoin-x86_64-pc-linux-gnu/test/functional/wallet_bumpfee.py", line 257, in test_dust_to_fee
    
                                           assert_equal(fulltx["vsize"], 141)
    
                                         File "/home/travis/build/bitcoin/bitcoin/build/bitcoin-x86_64-pc-linux-gnu/test/functional/test_framework/util.py", line 46, in assert_equal
    
                                           raise AssertionError("not(%s)" % " == ".join(str(arg) for arg in (thing1, thing2) + args))
    
                                       AssertionError: not(140 == 141)
    
  2. MarcoFalke added the label Bug on Apr 3, 2020
  3. MarcoFalke renamed this:
    walet_bumpfee fails with AssertionError in test_dust_to_fee
    wallet_bumpfee fails with AssertionError in test_dust_to_fee
    on Apr 3, 2020
  4. MarcoFalke commented at 2:03 PM on April 3, 2020: member

    @jonatack The assertion has been added by you. While unlikely, the witness might sometimes be smaller and thus give a lower tx vsize. So that test should probably be relaxed.

  5. MarcoFalke commented at 2:08 PM on April 3, 2020: member

    The bump feerate might have to be increased to 350200 or so, because of the smaller tx size, but I haven't checked.

  6. jonatack commented at 2:12 PM on April 3, 2020: member

    On it :+1:

  7. MarcoFalke closed this on Apr 6, 2020

  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-14 21:14 UTC

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