Project

General

Profile

Bug #47596

Updated by Kefu Chai over 3 years ago

<pre> 
 [ RUN        ] TestMigration.NoSnapsOtherPool 
 resize: 83886080 
 write: 1 0~8388609 
 write: 1 16777218~8388609 
 write: 1 0~8388609 
 write: 1 16777218~8388609 
 migration_prepare 
 terminate called after throwing an instance of 'std::system_error' 
   what():    Invalid argument 
 /home/jenkins-build/build/workspace/ceph-pull-requests/src/test/run-rbd-unit-tests.sh: line 20: 27739 Aborted                   (core dumped) RBD_FEATURES=$i unittest_librbd 
 ... 
 The following tests FAILED: 
	  10 - run-rbd-unit-tests-109.sh (Failed) 
 </pre> 

 spotted in a "make check" run performed by jenkins. the PR being tested only touches crimson related stuff. 

 https://jenkins.ceph.com/job/ceph-pull-requests/60394/console might be GC'ed in days.

Back