Fantom-foundation / Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.
GNU Lesser General Public License v3.0
4 stars 12 forks source link

Fix geth tests #1132

Closed cabrador closed 1 month ago

cabrador commented 1 month ago

Description

This PR fixes bug with geth-tests which caused only first test from each test to be ran by the loop. This bug was due to misreading the test files - now that I understand the tests more an two upcoming PRs are necessary.

It also refactors how files are iterated and tests are run altogether with progress logging. 1) refactor the tool - done in this PR 2) add proper post verification

Type of change