artemiscloud / activemq-artemis-operator

Apache License 2.0
69 stars 63 forks source link

support TEST_VERBOSE_WITH_WATCH to allow verbose watching on any test but disable by default #953

Closed gtully closed 5 months ago

gtully commented 5 months ago

Some tests register a watch on the apiserver, enabled on the verbose flag. that can be very detailed on large clusters where there are lots of pods etc. The watch could be more specific, but is another issue. It would be sensible to disable by default but also to allow it to be enabled via an env var and usable from any test, not just the two that currently use it.