You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up a local test instance, but the installation fails with
ERROR] Errors:
[ERROR] DiseaseRepositoryTest.shouldFindCodesContaining:99 » SQLGrammar could not execute statement [ERROR: relation "diseases" does not exist
Position: 13] [insert into diseases (codes,name,orphacode,synonyms) values (?,?,?,?)]
[ERROR] DiseaseRepositoryTest.shouldFindDiseaseByOrphaCode:47 » SQLGrammar could not execute statement [ERROR: relation "diseases" does not exist
Position: 13] [insert into diseases (codes,name,orphacode,synonyms) values (?,?,?,?)]
[ERROR] DiseaseRepositoryTest.shouldFindDiseaseNameContaining:60 » SQLGrammar could not execute statement [ERROR: relation "diseases" does not exist
Describe your problem.
I'm trying to set up a local test instance, but the installation fails with
If it is a bug name steps to reproduce
mvn clean install
, the tests do not passIf it is a bug complete the following information:
develop
,openjdk 17.0.9
,Apache Maven 4.0.0-alpha-8
Describe the solution you'd like
A successful installation :)
The text was updated successfully, but these errors were encountered: