kirklund commented on code in PR #7571: URL: https://github.com/apache/geode/pull/7571#discussion_r869597915
########## geode-assembly/src/upgradeTest/java/org/apache/geode/session/tests/Tomcat8ClientServerRollingUpgradeTest.java: ########## @@ -125,21 +130,30 @@ protected void startLocator(String name, String classPath, int port, GfshRule gf @Before public void setup() throws Exception { + Path tempFolder = folderRule.getFolder().toPath(); + currentGfsh = gfshRule.executor() + .withGfshJvmOptions("-Dgfsh.log-level=fine") + .build(tempFolder); + oldGfsh = gfshRule.executor() + .withGfshJvmOptions("-Dgfsh.log-level=fine") + .withGeodeVersion(oldVersion) + .build(tempFolder); Review Comment: Remove temporary debug code. -- 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: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org