Re: Successful build on windows

2020-06-26 Thread Kirk Lund
My guess is that there is a background thread that throws a CancelException which is caught and logged AFTER the DistributedSystem disconnect. Any logging after that goes to stdout logging instead of the server/locator log file. Otherwise, it might be a System.out or throwable.printStackTrace call

Re: Successful build on windows

2020-06-25 Thread Alberto Gomez
Hi Kirk, I build on Ubuntu 18.02 and I occasionally see the partial stack traces you mentioned on geode-wan:tests you mentioned. So it is not just a Windows thing. Never figured out what they provoked them and neither how to get them consistently. BR, Alberto

Re: Successful build on windows

2020-06-25 Thread Kirk Lund
PS: This is develop HEAD on Windows 10. It used to build and run unit tests cleanly on this machine but I don't do this very often. On Thu, Jun 25, 2020 at 2:53 PM Kirk Lund wrote: > In case anyone is interested in the developer experience building with > unit tests on windows: > > It succeeds (