Re: geodeOldVersionInstalls

2020-04-28 Thread Kirk Lund
Thanks, yes, it is created by Gradle. Unfortunately we have some tests which have part of their setup in gradle files which is a major anti-pattern for tests. We should NOT be doing this. The setup for the test should be within the test itself. On Tue, Apr 28, 2020 at 4:32 PM Robert Houghton wrot

Re: geodeOldVersionInstalls

2020-04-28 Thread Robert Houghton
Pretty sure it is generated by Gradle in geode-assembly On Tue, Apr 28, 2020, 16:09 Kirk Lund wrote: > Does anyone know how geodeOldVersionInstalls.txt gets created? > > When I try to run > TomcatSessionBackwardsCompatibilityTomcat8WithOldModuleCanDoPutsTest > locally, it fails with the followin