Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[cypress] Database Unix Sockets for System Tests #44092

Merged
merged 6 commits into from
Oct 24, 2024

Commits on Oct 22, 2024

  1. [cypress] Enable database usage with Unix Sockets

    Check if db_host is a Unix socket by verifying the "unix:/" prefix.
    JavaScript drivers does not handle this prefix, it needs to be stripped.
    This approach maintains compatibility with the PHP drivers and allows
    to have Cypress.config.mjs working for installation step (PHP driver)
    and custom database commands (JavaScript driver).
    muhme committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    365bc17 View commit details
    Browse the repository at this point in the history
  2. Fixing lint errors

    muhme committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f95de5b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    099de91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ebd0b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    a417ea0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f894d View commit details
    Browse the repository at this point in the history