Project

General

Profile

Bug #42077

Updated by Laura Paduano over 4 years ago

<pre> 
 > ceph-dashboard@0.0.0 test:ci /home/jenkins-build/build/workspace/ceph-pull-requests/src/pybind/mgr/dashboard/frontend 
 > npm run test:config && JEST_SILENT_REPORTER_DOTS=true jest --coverage --reporters jest-silent-reporter 


 > ceph-dashboard@0.0.0 test:config /home/jenkins-build/build/workspace/ceph-pull-requests/src/pybind/mgr/dashboard/frontend 
 > if [ ! -e 'src/unit-test-configuration.ts' ]; then cp 'src/unit-test-configuration.ts.sample' 'src/unit-test-configuration.ts'; fi 

 .................. 
   ● CephfsTabsComponent › handling of id change › should not subscribe to an new interval for the same selection 

     Timeout - Async callback was not invoked within the 5000ms timeout specified by jest.setTimeout.Error: Timeout - Async callback was not invoked within the 5000ms timeout specified by jest.setTimeout. 

       at mapper (node_modules/jest-jasmine2/build/queueRunner.js:25:45) 

 .......................................................................................................................................................................................................... 

 npm ERR! code ELIFECYCLE 
 npm ERR! errno 1 
 npm ERR! ceph-dashboard@0.0.0 test:ci: `npm run test:config && JEST_SILENT_REPORTER_DOTS=true jest --coverage --reporters jest-silent-reporter` 
 npm ERR! Exit status 1 
 npm ERR!  
 npm ERR! Failed at the ceph-dashboard@0.0.0 test:ci script. 
 npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 
 </pre> 

 See: https://jenkins.ceph.com/job/ceph-pull-requests/34960/console

Back