Page MenuHomePhabricator

[avalanche] Check unknown inv type in cooldown test
ClosedPublic

Authored by roqqit on Sep 25 2024, 18:44.

Details

Reviewers
Fabien
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC30c59afc75a5: [avalanche] Check unknown inv type in cooldown test
Summary

Make sure unknown inv types cooldown just like known types do.

Depends on D16813

Test Plan
test_runner.py abc_p2p_avalanche_cooldown

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cooldown-unknown
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30420
Build 60360: Build Diffbuild-without-wallet · build-diff · build-debug · build-clang · build-clang-tidy
Build 60359: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Sep 25 2024, 18:44
roqqit requested review of this revision.Sep 25 2024, 18:44
Fabien requested changes to this revision.Sep 25 2024, 20:18
Fabien added a subscriber: Fabien.
Fabien added inline comments.
test/functional/abc_p2p_avalanche_cooldown.py
109

You should add UNDEFINED as a constant in messages.py, so it mirrors protocol.h (and makes it clear 0 is an invalid inv type)

This revision now requires changes to proceed.Sep 25 2024, 20:18

add MSG_UNDEFINED constant

This revision is now accepted and ready to land.Sep 26 2024, 18:52