Enable and fix MySQL JDBC-based tests in FIPS-enabled environment and correct FIPS-disabling comment on MySQL reactive tests #1782
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
closes: #756
AgroalPoolTest
didn't work overSA/ECB/OAEPWithSHA-1AndMGF1Padding
error (like in Failure during connection to MYSQL on FIPS-compliant host quarkusio/quarkus#32910 but in TC MySQL lib) but that's TC's version of MySQL container, so I switched waiting strategy that works in FIPS-enabled environment as wellI run all enabled tests with RH OpenJDK 17 and Quarkus 999-SNAPSHOT and 3.8.4. The ones with "native" comment I also run in a native mode. The reactive MySQL tests are disabled due to eclipse-vertx/vertx-sql-client#1436. As far as Quarkus goes, we have
QUARKUS-4387
, which is why I didn't create Quarkus issue (3 issues for one bug seems too much).CI Failures: The Hibernate Reactive and Transacitonal module also fails in a daily build and I'm only changing jupiter Tag and comment there, that can't cause any failures. I have opened quarkusio/quarkus#40425 for Hibernate Reactive ones.
Please select the relevant options.
run tests
phrase in comment)Checklist: