470 | @@ -472,15 +471,12 @@ def run_test(self):
471 | self.sync_blocks([self.nodes[0], self.nodes[5]], wait=5, timeout=300)
472 |
473 | self.log.info("Test prune with a new index")
474 | - self.stop_node(0)
475 | + self.restart_node(0, extra_args=["-prune=550", "-blockfilterindex=1"])
6d7caa1 indexes: set prune lock to genesis before first block:
We're changing the test conditions in the fix commit, so it's not obvious what the behavior was before the fix.
Can you adjust the characterization commit so that ideally only the assertions change while the conditions stay the same (so that we're actually exercising the same use case)?
it's not obvious what the behavior was before the fix.
What specifically is not obvious about it? I'd prefer to leave it like this.
you're changing the conditions, this is a different test, so you haven't characterized the behavior before the fix
But which part is not obvious to you?