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

Add a core test logger to help capture the MSSQL container output #28472

Merged
merged 2 commits into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. Add a core test logger to help capture the MSSQL container output

     - I believe the if t.Failed prevents the logging of the container
       logging as when executed the test isn't considered failed yet.
     - Use a test core logger so that we can capture the container output
       all the time and get it from the captured log files when the test
       fails
    stevendpclark committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c002466 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccbc1ff View commit details
    Browse the repository at this point in the history