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

Increase and improve integration tests #2795

Merged
merged 9 commits into from
Dec 5, 2022
Merged

Commits on Dec 4, 2022

  1. Fix bug in integration test harness code

    The cleanup function would have never been called, since expectedExitCode was always 0 in the constructor.
    na-- committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    665167f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e6bba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a88fdc View commit details
    Browse the repository at this point in the history
  4. Improve tests to check teardown() is called even when test run is abo…

    …rted
    
    This is a simplified and better alternative to the existing TestEngineRunsTeardownEvenAfterTestRunIsAborted test for the Engine.
    na-- committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    7fedfd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1491c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a67cb56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    690fbbb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    f18a3be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e73e87 View commit details
    Browse the repository at this point in the history