quarkus-test-suite icon indicating copy to clipboard operation
quarkus-test-suite copied to clipboard

Results 40 quarkus-test-suite issues
Sort by recently updated
recently updated
newest added

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.5.1 🚀 New features and improvements [SUREFIRE-2270] - Use JUnit5 in surefire-shadefire (#783) @​slawekjaranowski [SUREFIRE-2266] - Execute ITs...

dependencies
java
triage/flaky-test

Bumps [org.amqphub.quarkus:quarkus-qpid-jms](https://github.com/amqphub/quarkus-qpid-jms) from 2.6.1 to 2.7.1. Commits 9aba1f9 [maven-release-plugin] prepare release 2.7.1 6fd0cbc stop excluding unused transitive netty-codec-socks dep 1a59f2d [maven-release-plugin] prepare for next development iteration 7657589 [maven-release-plugin] prepare release...

dependencies
java

Currently, we run test services via containers. The only Spring Cloud Config server container that exists and we use does not build containers for aarch64, only for x86-64. At the...

priority/moderate
arch/aarch64

Currently, we run test services via containers. The oracle-xe container we use does not build containers for aarch64, only for x86-64. We need to figure out a different way to...

priority/moderate
arch/aarch64

Currently, we run test services via containers. DB2 does not publish containers for aarch64, only for x86-64, P and Z. We need to figure out a different way to deploy...

priority/moderate
arch/aarch64

Currently, we run test services via containers. Since MS SQL Server does not support running on aarch64 (even on baremetal), we need to figure out a different way to deploy...

priority/moderate
arch/aarch64

In the KafkaGratefulShutdownIT[1] we create topics and then sleep for a second until they are ready to accept messages. Recommended solution from Quarkus team[2] is to "access the [underlying Kafka...

Snappy in Dev Mode[1] was disabled there: https://github.com/quarkus-qe/quarkus-test-suite/pull/1851 Currently, these tests use kafka container directly, which is/should not be available in dev mode. We need to rewrite the app (and...

### Summary TODO Please select the relevant options. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Dependency update - [ ] Refactoring - [...

DON'T MERGE

### Summary Use changes from https://github.com/quarkus-qe/quarkus-test-framework/pull/1303. Do not merge before that is in TS. Please select the relevant options. - [ ] Bug fix (non-breaking change which fixes an issue)...