• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • None
    • None
    • tools
    • None

      Gracefully shutdown forked tests in case of Stale threads.
      As for now test exits VM without performing connection shutdown:
                  if (results.count(Outcome.STALE) > 0) {
                      testLog.println("Have stale threads, forcing VM to exit");
                      testLog.flush();
                      testLog.close();
                      break;
                  }
      So we don't invoke BinaryLinkClient::close() to say to the Main part that the test is over. This leads to a SocketClosedException and a message
      "<binary link had failed, forked VM corrupted the stream?"
       

            shade Aleksey Shipilev
            ppunegov Pavel Punegov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: