BIND 10 #1249: separate unittests with timeouts
BIND 10 Development
do-not-reply at isc.org
Tue Sep 27 07:00:57 UTC 2011
#1249: separate unittests with timeouts
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner:
Type: enhancement | UnAssigned
Priority: major | Status: new
Component: build system | Milestone: Next-
Sensitive: 0 | Sprint-Proposed
Sub-Project: Core | Keywords:
Estimated Difficulty: 0 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
As we discussed in f2f, it would be helpful if we can separate
unittest cases that involves timeouts (at least for C++ google tests).
What I'd do is
- rename these tests so that they ca be distinguished by a gtest filter.
(e.g. TIMEOUT_test_Something)
- tweak Makefile.am's so that if we do just 'make check' TIMEOUT tests
will be excluded, and if we do something like 'make check-all' they
will be included
(this is an example idea. as long as the goal of the ticket is achieved
how to do that doesn't matter)
--
Ticket URL: <http://bind10.isc.org/ticket/1249>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list