quarkus-test-suite
quarkus-test-suite copied to clipboard
### Summary Add Snappy compression test coverage on messaging/kafka module. Please select the relevant options. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Dependency...
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) from 3.11.0 to 4.1.0. Release notes Sourced from org.htmlunit:htmlunit's releases. HtmlUnit 4.1.0 Highlights This release is not compatible with 3.xx versions Chrome/Edge 124, Firefox 125 some deprecations to...
The service binding tests disabled due to missing container builds of CrunchyDB for aarch64 and it not being available in operator marketplace on OCP on aarch64 need to be re-enabled...
It can not be done automatically[1], since "this release is not compatible with 3.xx versions" [1] https://github.com/quarkus-qe/quarkus-test-suite/pull/1738
I already invested 3 days into it, have WIP here https://github.com/quarkus-qe/quarkus-test-suite/compare/main...michalvavrik:quarkus-test-suite:feature/mtls-oidc (I think I have some stashed changes too) and I adapted FW to use Secrets for resources but it...
We keep repeating this pattern https://github.com/quarkus-qe/quarkus-test-suite/blob/c92ab509aa30a6b7b17ce67578ac2e0a841d2e42/security/keycloak-authz-reactive/src/test/java/io/quarkus/ts/security/keycloak/authz/reactive/KeycloakAuthzSecurityReactiveIT.java#L13 mostly because we don't have configured HTTPS for all origins, but no users will actually do that in production, we need to have communication...
I have a quarkus application with a reactive Mysql database container : https://github.com/jcarranzan/quarkus-test-suite/tree/webauthn-mysql-backup/security/webauthn When I run the tests on bare metal the tests pass successfully but if I run on...
Currently we are not using the latest unreleased Quarkus CLI in our weekly runs. That is hidden by the fact that [QuarkusCliVersionIT](https://github.com/quarkus-qe/quarkus-test-suite/blob/main/quarkus-cli/src/test/java/io/quarkus/ts/quarkus/cli/QuarkusCliVersionIT.java) is disabled. We should try to find a...
Move to Elasticsearch 8, introduce service in FW for it AIs: - Move to Elasticsearch 8, focus on `sql-db/hibernate-fulltext-search` - Introduce quarkus-test-service-elasticsearch in https://github.com/quarkus-qe/quarkus-test-framework and use it here
To test this module on FIPS compliant machines , we must test it on OpenJDK 17 by RedHat and using PKCS12 keystore, please see [RHEL ticket](https://issues.redhat.com/browse/RHELPLAN-110420). Using another FIPS compliant...