Page MenuHomePhabricator

Use no test fixture for the RCU unit tests
ClosedPublic

Authored by Fabien on Dec 19 2022, 17:54.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC543e0468399a: Use no test fixture for the RCU unit tests
Summary

So far the test fixture makes no use of any RCU pointer, but the test will break otherwise as it as expectations on the cleanup count.
Since the fixture is unused, the most simple solution is to drop it.

Test Plan
ninja check-bitcoin-rcu_tests

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable