Update yarn.lock to support latest version of yarn

This commit is contained in:
Aditya Toshniwal 2023-04-25 12:27:55 +05:30
parent cc9297327b
commit 05938fa6e1
2 changed files with 14748 additions and 10704 deletions

View File

@ -569,7 +569,8 @@ def execute_test(test_module_list_passed, server_passed, driver_passed,
threading.current_thread().ident,
threading.current_thread().name))
# Mark failure as true
if 'other sessions using the database.' not in str(exc):
if 'other session using the database.' not in str(exc) and \
'other sessions using the database.' not in str(exc):
global failure
failure = True
finally:

File diff suppressed because it is too large Load Diff