Re: [pgAdmin4][Patch] - Test cases failure fix - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: [pgAdmin4][Patch] - Test cases failure fix
Date
Msg-id CANxoLDcobbhmONy4dxWa3ktdcR89zQUT5Q82VwWCvMCPx7q5Qg@mail.gmail.com
Whole thread Raw
In response to [pgAdmin4][Patch] - Test cases failure fix  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
List pgadmin-hackers
Thanks, the patch applied.

On Thu, Jun 17, 2021 at 3:58 PM Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
Hi,

Please find the attached patch to fix the test cases failure due to below error on PG 9.6.
psycopg2.errors.ObjectInUse: database "test_db_1658f" is being accessed by other users
DETAIL: There is 1 other session using the database.
Thanks,
Khushboo



--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed API test cases for PG/EPAS 9.6
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Revert "Fixed API test cases for PG/EPAS 9.6" per Khu