Project

General

Profile

Bug #44391

Updated by Kefu Chai about 4 years ago

<pre> 

 181: [ RUN        ] TestImageReplayerJournal.ErrorNoJournal 
 181: terminate called after throwing an instance of 'std::length_error' 
 181:     what():    basic_string::_M_create 
 1/1 Test #181: unittest_rbd_mirror ..............***Exception: Child aborted 63.21 sec 

 </pre> 

 in a91c3112a9364a17f846d80ceadedb187ef0510f, and in a bonic docker container env: 

 i was running 
 <pre> 
 while ctest -R unittest_rbd_mirror    -V; do sleep 1; done 
 </pre> 
 in hope to reproduce the random failure we have in jenkins "make check" runs. 

 Jason, mind taking a look?

Back