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

chore: make it possible to debug integration tests with sbt or IDE #2327

Merged
merged 8 commits into from Dec 9, 2022

Commits on Dec 7, 2022

  1. Make integration-tests pickup its own conf from application.conf

    Remove -Dconfig.resource=fuseki.conf param from it sbt invocation and replace by a dedicated application.conf in it class pass.
    
    The it application.conf will be merged with the default one.
    
    Remove import of standard application.conf in test.conf as this lead to a cyclic dependency during startup.
    seakayone committed Dec 7, 2022
    Copy the full SHA
    ba6af95 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9a3b118 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c3de0d8 View commit details
    Browse the repository at this point in the history
  4. Documentation

    seakayone committed Dec 7, 2022
    Copy the full SHA
    4a0c252 View commit details
    Browse the repository at this point in the history
  5. Update docs/05-internals/development/testing.md

    Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
    seakayone and irinaschubert committed Dec 7, 2022
    Copy the full SHA
    98c41ff View commit details
    Browse the repository at this point in the history
  6. Update docs/05-internals/development/testing.md

    Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
    seakayone and irinaschubert committed Dec 7, 2022
    Copy the full SHA
    73ba980 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    a016c4b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Copy the full SHA
    f29a867 View commit details
    Browse the repository at this point in the history