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

Implement running db tests locally #4431

Merged

Commits on Nov 6, 2024

  1. Makefile: implement make db-tests

    enables the option to run the DB tests locally
    that are executed in the github actions
    schuellerf committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b1946b7 View commit details
    Browse the repository at this point in the history
  2. Makefile: add hint that this just compiles the binaries

    It does not run the tests because of to the "-c" flag
    schuellerf committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cb60d45 View commit details
    Browse the repository at this point in the history
  3. jobqueuetest: avoid warning and provide a valid JSON

    Not needed for the test but just generates a useless warning
    schuellerf committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    cae931f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b4bfd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2eeff67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4fb7ee View commit details
    Browse the repository at this point in the history