Issue 10442

ecat-checklistbank-it failing, maybe failsafe related?

10442
Reporter: mdoering
Assignee: mdoering
Type: Bug
Summary: ecat-checklistbank-it failing, maybe failsafe related?
Priority: Minor
Resolution: Fixed
Status: Closed
Created: 2011-11-21 11:11:33.059
Updated: 2013-12-05 11:15:03.549
Resolved: 2012-01-03 21:24:13.111
        
Description: http://builds.gbif.org/view/All%20failed/job/ecat-checklistbank-it/14/console

The first unit tests run fine, in the IT tests then appear some sql exceptions that I cannot reproduce locally at all:
11:30:23.832 Types and specimen record insert error: ERROR: relation "import111.specimen" does not exist

]]>
    


Author: lfrancke@gbif.org
Comment: Markus, is this still a valid issue for me or are you looking into it? Last I checked I had these failures locally too.
Created: 2011-12-06 15:49:06.659
Updated: 2011-12-06 15:49:06.659


Author: mdoering@gbif.org
Created: 2011-12-06 16:39:33.103
Updated: 2011-12-06 16:39:33.103
        
Just kicked off a manually triggered build and its still failing. But its a different error now:
http://builds.gbif.org/job/ecat-checklistbank-it/18/console

  testTestNub(org.gbif.checklistbank.nub.NubGeneratorIT): Import requires an existing checklist folder /var/jenkins/workspace/ecat-checklistbank-it/target/test-classes/datadir/checklists/119

This is likely the same as the one I just ignored in the unit tests: HomonymInformerTest.testInitMultipleSources()
In both cases the 119 test folder /rsc/test/resources/datadir/checklists/119 cannot be found - maybe got deleted during tests somehow?

Both tests are running locally without this problem. The assertions got NubGenrratorID are failing, but that is expected.
Any ideas?
    


Author: lfrancke@gbif.org
Comment: http://dev.gbif.org/code/browse/gbif-ecat/trunk/ecat-checklistbank/src/test/resources/datadir/checklists - there is no folder 119 in the source so if that's expected maybe you forgot to check it in?
Created: 2011-12-06 17:10:40.768
Updated: 2011-12-06 17:10:40.768


Author: mdoering@gbif.org
Created: 2011-12-06 17:12:46.57
Updated: 2011-12-06 17:12:46.57
        
I just realized exactly that. Super sorry, haven't touched that part of the project for so long I really didn't expect that.
I can turn on the other test then too now. Boy...