-
Bug
-
Resolution: Done
-
Major
-
None
The test case is expecting a different exception message than what is produced on Windows with JDK17.
Message that is produced with JDK 17:
An established connection was aborted by the software in your host machine
The assert expects following text in exception message:
"Broken pipe" or "connection abort"