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

[3.15] Backports for 25.9 #2046

Merged
merged 20 commits into from
Sep 25, 2024
Merged

Commits on Sep 25, 2024

  1. add test for DLQ metric counting (quarkus-qe#1960)

    * Add test for DLQ metric counting
    
    (cherry picked from commit f8e76c8)
    mocenas authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    42a9ef4 View commit details
    Browse the repository at this point in the history
  2. Switch to supported service type

    "Cache" service is deprecated and removed from the newest versions of
    Inifinspan[1][2] and it already became a problem for IBM testing folks[3]
    
    [1] https://access.redhat.com/solutions/7010384
    [2] https://access.redhat.com/solutions/6972352
    [3] https://issues.redhat.com/browse/QQE-961
    
    (cherry picked from commit 3103d5e)
    fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8ff2600 View commit details
    Browse the repository at this point in the history
  3. Revert "Change waiting strategy for PG imgs from RH registry till FW …

    …fixed" (quarkus-qe#2007)
    
    This reverts commit c4ca78c.
    
    (cherry picked from commit 76627f0)
    michalvavrik authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a18700e View commit details
    Browse the repository at this point in the history
  4. Excluding DB2 tests from aarch64 profile

    * Disabling DB2 tests on aarch64 profile as DB2 is not supported
      on aarch64 architecture, so our test service will not work.
    
    (cherry picked from commit 892d7c4)
    mjurc authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    693a37d View commit details
    Browse the repository at this point in the history
  5. Excluding MS SQL tests from aarch64 profile

    * Disabling MS SQL tests on aarch64 profile as MS SQL is not supported
      on aarch64 architecture, so our test service will not work.
    
    (cherry picked from commit fcb947e)
    mjurc authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    232a64c View commit details
    Browse the repository at this point in the history
  6. Excluding Oracle tests from aarch64 profile

    * Disabling Oracle tests on aarch64 profile as there's no Oracle
      container available for aarch64 architecture, so our test service
      will not work.
    
    (cherry picked from commit 609c549)
    mjurc authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ac7c88c View commit details
    Browse the repository at this point in the history
  7. Disable syslog-ng tests on aarch64

    * Disabling syslog tests on aarch64 as the currently used container is
      not multiarch.
    
    (cherry picked from commit a7364b0)
    mjurc authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6f3ed04 View commit details
    Browse the repository at this point in the history
  8. Disable Spring Cloud Server test on aarch64

    * Disabling Spring Cloud Server tests on aarch64 as there's no aarch64
      based container we can use as test service.
    
    (cherry picked from commit 4bd94a0)
    mjurc authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    52ad156 View commit details
    Browse the repository at this point in the history
  9. Remove Camel pom, fix Jetty failure

    We do not test Camel ATM, so its pom can be removed
    It seems, that Quarkus Camel is not compatible with Wiremock,
    since then QC is added, Wiremock fails to find Jetty 11.
    This can be solved by using standalone Wiremock in case we want to test
    Camel some day
    
    (cherry picked from commit 01b9131)
    fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2241a73 View commit details
    Browse the repository at this point in the history
  10. Enable Keycloak on FIPS

    Reverts quarkus-qe@2b13fe0
    
    (cherry picked from commit a8b04b7)
    fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2f77b87 View commit details
    Browse the repository at this point in the history
  11. TS cleanup

    - Enable back disabled tests
    - Update reasons for the test which should be disabled
    
    (cherry picked from commit 85e52d5)
    fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    25d3e73 View commit details
    Browse the repository at this point in the history
  12. Add coverage for quarkus-picocli

    (cherry picked from commit dfb7a58)
    jcarranzan authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f4f84e6 View commit details
    Browse the repository at this point in the history
  13. Test new Spring Data 3 interfaces and methods introduced in bump

    (cherry picked from commit 5bd7470)
    michalvavrik authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7e793d6 View commit details
    Browse the repository at this point in the history
  14. Fix QuarksCliTlsCommandIT cert path on Windows

    (cherry picked from commit 27f733d)
    michalvavrik authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8b478be View commit details
    Browse the repository at this point in the history
  15. Fix QuarkusCliTlsCommandIT truststore config val on Win (quarkus-qe#2042

    )
    
    (cherry picked from commit 82c02d3)
    michalvavrik authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    83a5c47 View commit details
    Browse the repository at this point in the history
  16. Use different syslog container

    - Use the one from linuxserver, since it supports ARM.
    - Also do some refactoring and change of config files
    
    (cherry picked from commit 60b56ef)
    fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f512cbf View commit details
    Browse the repository at this point in the history
  17. Adapt our syslog test to new Quarkus message limit

    (cherry picked from commit bbb8497)
    fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    50a4010 View commit details
    Browse the repository at this point in the history
  18. Fix OTel Management interface TLS connection on Windows (quarkus-qe#2039

    )
    
    (cherry picked from commit 9ea57d0)
    michalvavrik authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    11c0db2 View commit details
    Browse the repository at this point in the history
  19. Fix DevModeMultipleReactiveSqlClientsIT on Aarch64 (quarkus-qe#2041)

    (cherry picked from commit 2935041)
    michalvavrik authored and fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    278d022 View commit details
    Browse the repository at this point in the history
  20. Make control message smaller, so to not break ARM tests

    While testing on ARM, our control message (64 symbols) is not shown in
    logs. I presume, that on ARM this message weight more, than 128 bytes;
    and so it is filtered by Quarkus. We should be careful around
    encodings and byte limits in the future.
    
    (cherry picked from commit fed2b5d)
    fedinskiy committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1608401 View commit details
    Browse the repository at this point in the history