You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "onichols-pivotal (GitHub)" <gi...@apache.org> on 2018/10/15 21:51:34 UTC

[GitHub] [geode] onichols-pivotal commented on issue #2608: GEODE-5878: Pass JAVA_HOME, GF_JAVA to test gfsh environment

@pivotal-jbarrett the behavior we have is dangerous precisely because forking passes along the same JAVA_HOME.  This can cause the tests to inherit the compile JAVA_HOME, which is difficult to catch since the only symptom is passing tests.  Sure, we can painstakingly track down everywhere JAVA_HOME may be escaping currently.  Or we can make JAVA_HOME always be the test VM, and then we only have exactly 2 points to worry about making sure correct compile VM is used.

[ Full content available at: https://github.com/apache/geode/pull/2608 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org