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

Fix win acceptance tests - 3.21.x #5325

Merged
merged 4 commits into from
Sep 19, 2023

Commits on Sep 15, 2023

  1. Amend acceptance tests for testsuite to pass on Windows

    For now, majority of tests are marked as soft-fail (a failure is expected).
    
    Follow-up tasks are created (and linked) to investigate these failures
    one-by-one.
    
    Changelog: none
    
    Ticket: ENT-2664
    (cherry picked from commit 895c3ca)
    Aleksei Shpakovskii committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2787622 View commit details
    Browse the repository at this point in the history
  2. un-soft-fail passing tests

    After removing .gitattributes file, some tests started passing
    
    Ticket: ENT-10254
    
    Changelog: none
    (cherry picked from commit 1c93e72)
    Aleksei Shpakovskii committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b270937 View commit details
    Browse the repository at this point in the history
  3. Convert win lineendings to Unix for tests which need it on Windows

    Ticket: ENT-10433
    
    Changelog: none
    (cherry picked from commit 9a9d10d)
    Aleksei Shpakovskii committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    eb5c801 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Change suppress fail to soft fail on known failing tests

    Ticket: ENT-10470
    
    Issue was that these failures were visible in Jenkins,
    turning build "unstable".
    
    (cherry picked from commit 3d88073)
    Aleksei Shpakovskii committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0759205 View commit details
    Browse the repository at this point in the history