Page MenuHomePhabricator

[qa] make extended cutoff configurable
ClosedPublic

Authored by schancel on Oct 14 2018, 22:17.

Details

Summary

Add a 'cutoff' flag to test_runner.py that is an integer number of seconds.
The cutoff flag controls which tests run by how long they take in seconds.

Test Plan
./test/functional/test_runner.py --cutoff=6000

Diff Detail

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

Event Timeline

deadalnix added inline comments.
test/functional/test_runner.py
226 ↗(On Diff #5415)

Can we keep the semantic of --extended to basically means no cutoff if no value is provided ?

schancel edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Oct 15 2018, 08:52
This revision was automatically updated to reflect the committed changes.