mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow on demand record count setting to be changed per user using preferences. #3275
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user