Bug #2881
closedTestNlsr/FaceDestroyEvent test case fails on TravisCI
100%
Description
TestNlsr/FaceDestroyEvent test case has been consistently failing on Travis-CI.
https://travis-ci.org/named-data/NLSR/builds/66059075
Updated by Junxiao Shi over 9 years ago
- Subject changed from TestNlsr/FaceDestroyEvent test case fails in some cases to TestNlsr/FaceDestroyEvent test case fails on TravisCI
- Description updated (diff)
Same failure occurs with NLSR's own TravisCI project, so it's not caused by ndn-cxx-breaks build script.
Updated by Vince Lehman over 9 years ago
- Assignee changed from Vince Lehman to Muktadir Chowdhury
Updated by Junxiao Shi over 9 years ago
I initially suspects there is uninitialized memory, but valgrind
reports nothing wrong.
I ran this test case individually on Ubuntu 12.04.
The first execution gives this error, but the second and third executions are successful.
Thus, this is probably a timing issue.
Updated by Junxiao Shi over 9 years ago
Then I noticed nlsrSeqNo.txt
file in the home directory. I deleted that file, and the error reappears.
So the new conclusion is: the test case fails every time if $HOME/nlsrSeqNo.txt
does not exist; it succeeds when this file exists from a previous execution.
Updated by Vince Lehman over 9 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 90
Updated by Vince Lehman over 9 years ago
- Status changed from Code review to Closed
- % Done changed from 90 to 100