gharris1727 commented on PR #12995:
URL: https://github.com/apache/kafka/pull/12995#issuecomment-1353446482

   @ijuma Thanks for pointing that out. I never noticed any effects of the 
OOMEs on the persistent JVM or other tests, but if I'm trying to de-flake the 
tests, introducing a new kind of flakiness that's even harder to debug is 
certainly not a good idea.
   
   I've taken the high memory-pressure tests that I know of, and moved them 
from the `test` target to a new `memoryIsolationTest` target. This target will 
run the test classes in throw-away JVMs, so that any effects of the OOMEs will 
only affect that single run of that single test class.
   
   This means that these specific tests (three once i'm finished) will no 
longer be run as part of `test`, but will still be executed by CI builders. I 
hope that this is an acceptable compromise, and will allow us to keep these 
memory pressure tests around.
   
   Thanks!


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to