Actions
Task #2359
closedDeadNonceList test suite: use UnitTestTimeFixture
Start date:
Due date:
% Done:
100%
Estimated time:
0.50 h
Tags:
Description
Use UnitTestTimeFixture
in TableDeadNonceList
test suite, to make it more robust.
Example of failed test run: http://jenkins.named-data.net/job/NFD/2175/OS=OSX-10.10/console
Updated by Junxiao Shi almost 10 years ago
- Status changed from New to In Progress
Updated by Junxiao Shi almost 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi almost 10 years ago
- Status changed from Code review to Closed
Updated by Junxiao Shi over 8 years ago
Valgrind reports a lot of "uninitialised value" errors in DeadNonceList test suite.
The problem comes from uninitialized PeriodicalInsertionFixture::lastNonce
variable, although it doesn't affect correctness of this test suite.
https://gerrit.named-data.net/2941 fixes the error.
Updated by Davide Pesavento over 3 years ago
- Tags changed from DeadNonceList to DeadNonceList, unit-tests
Actions