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 HPL/SQL tests #5381

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 3, 2024

  1. Improve HPL/SQL tests

    Two tests in `hplsql` module make assertions on the output to
    `System.out` and `System.err`. This makes the tests fragile to any other
    output that might appear there (see apache/logging-log4j2#2791 for
    example).
    
    This PR introduces a custom `Console` implementation to capture the
    output of these tests and make them independent from whatever is printed
    to the standard output and error descriptors.
    ppkarwasz committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f543834 View commit details
    Browse the repository at this point in the history
  2. Fix SonarCloud warnings

    ppkarwasz committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    81feab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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