Page MenuHomePhabricator

Move MakeNoLogFileContext to common libtest_util, and use it in bench
ClosedPublic

Authored by PiRK on Jan 29 2024, 09:16.

Details

Summary

Can be reviewed with --color-moved=dimmed-zebra

This is a backport of core#21003
Depends on D15308

Test Plan

ninja check bitcoin-fuzzers bench-bitcoin

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Jan 29 2024, 09:16
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/bench/rpc_blockchain.cpp
19 ↗(On Diff #44670)

auto ?

This revision is now accepted and ready to land.Jan 29 2024, 09:49
src/bench/rpc_blockchain.cpp
19 ↗(On Diff #44670)

Screenshot from 2024-01-29 10-53-33.png (165×634 px, 18 KB)

So this seems to be illegal for complicated reasons (https://stackoverflow.com/a/11303175/4494781)