Actions
Bug #2392
closedRemoteRegistrator test suite: fail if run independently in a clean environment
Start date:
01/16/2015
Due date:
% Done:
0%
Estimated time:
Description
Steps to reproduce
rm -Rf ~/.ndn
./build/unit-tests-rib
Expected:
*** No errors detected
Actual:
jenkinss-MacBook-Pro:OSX-10.10 jenkins$ ./build/unit-tests-rib
Running 64 test cases...
unknown location:0: fatal error in "RegisterWithoutIdentity": std::runtime_error: SecPublicInfoSqlite3::getDefaultIdentity no default identity
../tests/rib/remote-registrator.cpp:218: last checkpoint
unknown location:0: fatal error in "RegisterBasic": std::runtime_error: SecPublicInfoSqlite3::getDefaultIdentity no default identity
../tests/rib/remote-registrator.cpp:105: last checkpoint
unknown location:0: fatal error in "RegisterAdvanced": std::runtime_error: SecPublicInfoSqlite3::getDefaultIdentity no default identity
../tests/rib/remote-registrator.cpp:105: last checkpoint
unknown location:0: fatal error in "RegisterWithRedundantCallback": std::runtime_error: SecPublicInfoSqlite3::getDefaultIdentity no default identity
../tests/rib/remote-registrator.cpp:105: last checkpoint
unknown location:0: fatal error in "RegisterRetry": std::runtime_error: SecPublicInfoSqlite3::getDefaultIdentity no default identity
../tests/rib/remote-registrator.cpp:105: last checkpoint
unknown location:0: fatal error in "UnregisterWithoutSuccessfullRegistration": std::runtime_error: SecPublicInfoSqlite3::getDefaultIdentity no default identity
../tests/rib/remote-registrator.cpp:105: last checkpoint
unknown location:0: fatal error in "UnregisterBasic": std::runtime_error: SecPublicInfoSqlite3::getDefaultIdentity no default identity
../tests/rib/remote-registrator.cpp:105: last checkpoint
unknown location:0: fatal error in "UnregisterAdvanced": std::runtime_error: SecPublicInfoSqlite3::getDefaultIdentity no default identity
../tests/rib/remote-registrator.cpp:105: last checkpoint
unknown location:0: fatal error in "EraseFace": std::runtime_error: SecPublicInfoSqlite3::getDefaultIdentity no default identity
../tests/rib/remote-registrator.cpp:105: last checkpoint
unknown location:0: fatal error in "RebuildConnection": std::runtime_error: SecPublicInfoSqlite3::getDefaultIdentity no default identity
../tests/rib/remote-registrator.cpp:105: last checkpoint
*** 10 failures detected in test suite "Master Test Suite"
Actions