-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
KafkaDevServicesContinuousTestingWorkingAppPropsTestCase / PriceResourceET do not indicate recovery is tested, logs with test errors #24378
Comments
Is this still an issue? |
This one is funny :)
Running
These tests were initially added in 76939af @geoand / @cescoffier drop it / fix it ? |
I would say we should fix it if possible. |
You cannot run the |
In my case, the flakiness comes from Apicurio, which starts 50% of the time. (on my machine) |
@cescoffier are you talking about #23916? |
Most probably yes, it seems random . |
Describe the bug
KafkaDevServicesContinuousTestingWorkingAppPropsTestCase / PriceResourceET do not indicate recovery is tested, logs with test errors
When I executed
KafkaDevServicesContinuousTestingWorkingAppPropsTestCase
I thought there is a hidden issue and talked to @cescoffier about it.Clement Escoffier: the error is actually expected, because we introduce an invalid configuration
Clement Escoffier: and we test that we can recover
Clement Escoffier: Yes, we should change the name of the test.
Clement Escoffier: can you open an issue and assign it to Ozan?
PriceResourceET
and the test method should be renamed to indicate recovery / invalid setup is tested.Maybe there could be Invalid Configuration keyword somewhere, or Recovery keyword
Expected behavior
Test method or test name indicate that logged error is expected as the test is testing recovery scenario
Actual behavior
Test name is PriceResourceET#sseStream(), no indication from random people that it's expected to see things like
How to Reproduce?
Use Quarkus main
Run
mvn clean install -pl extensions/smallrye-reactive-messaging-kafka/deployment -Dtest-containers -Dstart-containers -am -Dtest=KafkaDevServicesContinuousTestingWorkingAppPropsTestCase -DfailIfNoTests=false
Output of
uname -a
orver
macOS Monterey
Output of
java -version
Java 11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
Quarkus main
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: