Page MenuHomePhabricator

[avalanche] Also log when contenders are not promoted
AcceptedPublic

Authored by roqqit on Mon, Apr 28, 23:47.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Summary

The original log is very helpful for debugging functional tests, however we are left guessing what proofids are associated with contenders that were not promoted. This diff reuses that log and clearly indicates whether or not it was promoted.

Test Plan
./test/functional/test_runner.py --nocleanup abc_p2p_avalanche_contender_voting

Inspect the log and see "was NOT promoted" log messages intermixed with "was promoted".

Diff Detail