palashc commented on PR #2025: URL: https://github.com/apache/phoenix/pull/2025#issuecomment-2479834117
@virajjasani I am hitting some timing related issues in some tests on this PR due to TaskRegionObserver running in the background. The connection created by it causes some tests to flap, depends on when it runs relative to the test code. I fixed `ConnectionQueryServicesMetricsIT` by disabling TaskRegionObserver. Now `ConfigurableCacheIT` fails but I cannot override the setup for that test to disable TaskRegionObserver. What should be done in this case? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org