Page MenuHomePhabricator

[avalanche] split the functional test suite into 3 suites
AbandonedPublic

Authored by PiRK on Mar 25 2021, 11:55.

Details

Reviewers
None
Group Reviewers
Restricted Project
Summary

The avalanche functional test was getting complicated. This splits the
current test suite into 3 separate tests:

  • fork resolution and voting
  • proofs and node response to invalid proofs
  • peer-discovery

This will hopefully reduce the conflicts and the need for rebasing while working on distinct aspects of the avalanche codebase.

Depends on D9341

Test Plan

ninja check-functional

Diff Detail

Event Timeline

PiRK requested review of this revision.Mar 25 2021, 11:55
PiRK retitled this revision from [avalanche] split the functional test into 3 tests to [avalanche] split the functional test suite into 3 suites.Mar 25 2021, 14:23
PiRK edited the summary of this revision. (Show Details)

use new names for the new test classes

PiRK planned changes to this revision.Mar 26 2021, 08:22

D9327 will probably be replaced, so this needs a lot of work to become independant of D9327

abandoned in favor of D9351

The new diff does not depend on the peer-discovery stuff (D9327) that requires more work.