Allow on demand record count setting to be changed per user using preferences. #3275

This commit is contained in:
Yogesh Mahajan
2023-04-13 16:43:11 +05:30
committed by GitHub
parent 1131e0f742
commit 993e1eb1b6
5 changed files with 28 additions and 9 deletions

View File

@@ -569,10 +569,11 @@ def execute_test(test_module_list_passed, server_passed, driver_passed,
print(str(exc))
print("Exception in {0} {1}".format(
threading.current_thread().ident,
threading.current_thread().getName()))
threading.current_thread().name))
# Mark failure as true
global failure
failure = True
if 'is being accessed by other users' not in str(exec):
global failure
failure = True
finally:
# Delete web-driver instance
thread_name = "parallel_tests" + server_passed['name']