[pgadmin-org/pgadmin4] a166f8: Skip debugger test cases to fix "too many clients"...

From: Yogesh Mahajan <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] a166f8: Skip debugger test cases to fix "too many clients"...
Date: 2024-01-18 11:11:30
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/d26c16-a166f8@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: a166f8dc89f3b0dbba519a2a47668f9664a9a584
https://github.com/pgadmin-org/pgadmin4/commit/a166f8dc89f3b0dbba519a2a47668f9664a9a584
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>
Date: 2024-01-18 (Thu, 18 Jan 2024)

Changed paths:
M web/pgadmin/tools/debugger/tests/test_debugger_clear_all_breakpoint.py
M web/pgadmin/tools/debugger/tests/test_debugger_execute_query.py
M web/pgadmin/tools/debugger/tests/test_debugger_poll_execution_result.py
M web/pgadmin/tools/debugger/tests/test_debugger_poll_result.py
M web/pgadmin/tools/debugger/tests/test_debugger_set_breakpoint.py
M web/pgadmin/tools/debugger/tests/test_start_execution_debugger.py
M web/pgadmin/tools/debugger/tests/utils.py
M web/pgadmin/tools/psql/tests/test_backend_task.py
M web/pgadmin/tools/psql/tests/test_panel.py
M web/pgadmin/tools/psql/tests/test_psql_disabled.py
M web/pgadmin/tools/psql/tests/test_psql_input.py
M web/pgadmin/tools/psql/tests/test_resize_terminal.py
M web/pgadmin/tools/psql/tests/test_socket_connect.py
M web/pgadmin/tools/psql/tests/test_socket_disconnect.py
M web/pgadmin/tools/psql/tests/test_start_process.py
M web/pgadmin/tools/psql/tests/test_start_process_fail.py

Log Message:
-----------
Skip debugger test cases to fix "too many clients" error on github actions.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2024-01-22 06:55:32 [pgadmin-org/pgadmin4] 93d25e: Use COOKIE_DEFAULT_PATH or SCRIPT_NAME in session ...
Previous Message Aditya Toshniwal 2024-01-17 13:08:21 [pgadmin-org/pgadmin4] d26c16: Improve auto-focus of editable data grid when addi...