|
Author:
{'email': 'william.schultz@mongodb.com', 'name': 'William Schultz', 'username': 'will62794'}
Message: SERVER-34235 isNetworkError correctly checks for SocketException error
The 'isNetworkError' shell utility function checks for
network errors based on the error message string, and the
string patterns that it checked omitted a few common network error messages
i.e. 'SocketException'. This patch makes isNetworkError correctly
recognize more network error messages matching a wider variety of
capitalized and non-capitalized error message strings.
Branch: master
https://github.com/mongodb/mongo/commit/2dd6c0e207894b79460fe60d9148b3f8000ef302
|