Skip to content

Speed up fork_tests by including pre-generated block log

Mateusz Żebrak requested to merge mzebrak/fork-tests-block-log into develop

Requires: test-tools!73 (merged)

Previously, the process of preparing the test network was a major slowdown in testing. in the current implementation, the entire prepared network is stored in the block log and is replayed during each test. It also allowed for the tests to be parallelized.

Reduced fork_tests job time: ~8min -> ~2min

Edited by Mateusz Żebrak

Merge request reports