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

Test improvements #1878

Open
1 of 6 tasks
rkm opened this issue Jul 24, 2024 · 0 comments
Open
1 of 6 tasks

Test improvements #1878

rkm opened this issue Jul 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rkm
Copy link
Member

rkm commented Jul 24, 2024

Possible avenues of investigation:

  • Separate unit tests from integration/system
  • Remove redundant tests against external dependencies and mock when needed
    • E.g., We don't need to test that every service can publish to RabbitMQ, only a single implementation needs to check this
  • Switch to RDMP yaml repo for testing, removing the need for SQL server
  • Switch from MySQL to Postgres to match the live environment
  • Refactor to allow running all tests in parallel
    • Probably low value initially, as one test suite (DicomRelationalMapper) takes significantly longer to execute than the rest
  • Misc
    • Remove all references to Oracle DB (DatabaseType.Oracle / OracleImplementation) - we never intend to enable these
@rkm rkm added the enhancement New feature or request label Jul 24, 2024
@rkm rkm mentioned this issue Aug 4, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant