apurtell opened a new pull request, #2457:
URL: https://github.com/apache/phoenix/pull/2457

   `UpdateCacheIT.helpTestUpdateCache` wraps the singleton 
`ConnectionQueryServices` in a Mockito spy so the resulting 
`PhoenixConnection`'s services field is the spy and every internal call routed 
back through it is retained with strong references to every argument. That 
retention layered on top of an already heavy long-lived CQS singleton can tip 
the surefire runner into `OutOfMemoryError`. The fix recategorizes the suite as 
`NeedsOwnMiniClusterTest`


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to