You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess I should have assumed this was the behavior after seeing the default for test resources. There doesn't appear to be a simple workaround. For example we could try to use a profile then it will force Quarkus to restart - but only if the profile is different between affected tests and we previously saw that we couldn't have more than 1 profile or even reuse the same profile. So we'll likely need to add methods to reset the bean state and log an upstream issue.
Similar to the issue of having a module wide mock server, it appears that other beans default to this as well:
If you run
mvn install -Dtest=KafkaClusterTest,IngressControllerManagerTest
You'll see the test issue that I had thought clearing the mock server state would address - occurred here after clearing the state https://github.com/bf2fc6cc711aee1a0c2a/kas-fleetshard/runs/4529467650?check_suite_focus=true
The text was updated successfully, but these errors were encountered: