Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test_protocol_upgrade_under_congestion
This test kept failing on the check: ``` assert!(congestion_info.receipt_bytes() > next_congestion_info.receipt_bytes()); ``` It seems flaky, sometimes it passes and sometimes it doesn't. I think it's related to the recent changes (tx and receipt size limits). Let's change the way in which we test that the chain is doing progress to measuring burned gas on the congested shard, this is more reliable and makes the test pass.
- Loading branch information