hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.49k stars 815 forks source link

For test node runners use provided data storage config #7495

Closed matthew1001 closed 1 month ago

matthew1001 commented 1 month ago

PR description

Update the test node runners to use whatever the test has configured for data storage config, not hard-coded FOREST defaults

Looking at the test code the tests all configure the node's configuration with the FOREST default anyway, so this change should have no affect on its own but it allows tests to pass in BONSAI and have that setting honoured (e.g. see draft PR https://github.com/hyperledger/besu/pull/7496 which requires this PR)