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

Improve automated (nightly vs manual) tests #63

Merged
merged 4 commits into from
Nov 28, 2023

Commits on Nov 28, 2023

  1. Demote s_singletest to 'manual' test

    The test s_singletest runs a large number of tasks which typically results on a flood of requests and easily triggers error "ran out of endpoints".
    marcosbento committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    402e0d6 View commit details
    Browse the repository at this point in the history
  2. Avoid memory access error on manual tests

    These changes avoid dereferencing nullptr e.g.:
     - argv[1] when it was not provided
     - getenv("VAR") when it is known that "VAR" was not defined
    marcosbento committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0868322 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac27b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d990193 View commit details
    Browse the repository at this point in the history