moleske opened a new pull request #645:
URL: https://github.com/apache/geode-native/pull/645


   Authored-by: M. Oleske <michael@oleske.engineer>
   
   This is in draft because it is working for everything but the following 
three tests on Windows
   ```console
   14 - testRegionAccessThreadSafe (Timeout)
   24 - testThinClientCacheableStringArray (Timeout)
   84 - testThinClientInterestList2 (Timeout)
   ```
   
   I don't have a good Windows machine available to debug, so I need some help. 
 I think it is not ending the running Geode correctly because if I start these 
tests, let the run for long enough, then manually go into task manager and kill 
all the java processes, the tests end and pass.  I'm guessing the work I did in 
CacheHelper was fine for Mac and Ubuntu, but is insufficient for Windows.
   
   Another interesting side discovery doing this is that this warning actually 
shows up almost entirely in the old cpp tests and not much in production code 
(5 files in production code)
   
   I checked the box for `Allow edits and access to secrets by maintainers` so 
if you figure out the windows thing before me, please push the change!


----------------------------------------------------------------
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.

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


Reply via email to