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"
Updated by Junxiao Shi almost 10 years ago
- Subject changed from RIB unit tests fail if run independently in a clean environment to RemoteRegistrator test suite: fail if run independently in a clean environment
Confirmed on Ubuntu 12.04.
After the failures, running unit-tests-rib
a second time would succeed.
Updated by Junxiao Shi over 9 years ago
- Status changed from New to Closed
- Assignee deleted (
Yingdi Yu)
This issue has disappeared as of ndn-cxx:commit:8828ca6183f65d713d114228177d2b24a4b9e030 and nfd:commit:ee7c8441c8f89252fe236a559db3b6f04d84e515.
Actions