Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db errors from tests when installing #32

Open
MalinAhlberg opened this issue Dec 11, 2023 · 0 comments
Open

db errors from tests when installing #32

MalinAhlberg opened this issue Dec 11, 2023 · 0 comments

Comments

@MalinAhlberg
Copy link

Describe your problem.

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

If it is a bug name steps to reproduce

  1. Follow the readme instructions
  2. On mvn clean install, the tests do not pass

If it is a bug complete the following information:

  • Version: branch develop, openjdk 17.0.9, Apache Maven 4.0.0-alpha-8
  • OS: Ubuntu 20

Describe the solution you'd like

A successful installation :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant