> On March 15, 2016, 9:37 p.m., Bruce Schuchardt wrote: > > geode-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheServerCreation.java, > > line 55 > > <https://reviews.apache.org/r/44858/diff/1/?file=1299935#file1299935line55> > > > > Isn't this changing the default CacheServer port from 40404 to zero > > when creating the cache from XML? That doesn't seem like something we want > > to do.
Can you just change the test itself to set the port to zero? - Bruce ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44858/#review123753 ----------------------------------------------------------- On March 15, 2016, 4:55 p.m., Jianxia Chen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/44858/ > ----------------------------------------------------------- > > (Updated March 15, 2016, 4:55 p.m.) > > > Review request for geode, Bruce Schuchardt, Hitesh Khamesra, and Udo > Kohlmeyer. > > > Repository: geode > > > Description > ------- > > In order to avoid an already used port, use tcp port 0, so that the test will > be automatically assigned an available port. > > > Diffs > ----- > > > geode-core/src/main/java/com/gemstone/gemfire/internal/cache/xmlcache/CacheServerCreation.java > 8e9dbbe > > Diff: https://reviews.apache.org/r/44858/diff/ > > > Testing > ------- > > precheckin > > > Thanks, > > Jianxia Chen > >