Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltpht-0006zn-Hs for pgadmin-hackers@arkaria.postgresql.org; Thu, 17 Jun 2021 10:57:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ltphs-0007TT-FN for pgadmin-hackers@arkaria.postgresql.org; Thu, 17 Jun 2021 10:57:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltphs-0007TK-9V for pgadmin-hackers@lists.postgresql.org; Thu, 17 Jun 2021 10:57:08 +0000 Received: from mail-io1-xd29.google.com ([2607:f8b0:4864:20::d29]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1ltphp-0002e3-Kt for pgadmin-hackers@postgresql.org; Thu, 17 Jun 2021 10:57:07 +0000 Received: by mail-io1-xd29.google.com with SMTP id b14so2592295iow.13 for ; Thu, 17 Jun 2021 03:57:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=V2sqUdUWOFlRDwREkYZg09YMeLgfUmlHRKz/e8ZqTnQ=; b=VAtMMArlOehYpUzZuRlUDqa46tb+bHDz0JVlg4t+dwNDk1bH4QbwF5C5wCXXoCleO6 FzoMjsCw0YTwSoExCYNSAWPPJa1XvGOrLgxjlv2WeKRvOQNadkH24gbfCBqveC89Snsr FI2nCAPBqTopvZ0x80mOUciMt0vVGwAvvXhswVyelAtAL5GOoxGMndjrL2h753bB2ArY CAaTGXUPPDVX8S/Tz+mMebcLe5TGUcrAh88e0bGKOUb+Emv5zjIY21sZLoYEErhmBZ+w +gf+zBiN8I53yzdlO8q6HzTwoOIAQ9lahevCgM8YNj0kxwjIDsjJ9q6XHPcAQiL6BePb NAKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=V2sqUdUWOFlRDwREkYZg09YMeLgfUmlHRKz/e8ZqTnQ=; b=WjADnhKEAw8/Nl4sUFpO08a7jX8fIKXASlGX0tL06Nu1mcPgahucsDndz34SVlwcRC TannIdB/cLdm5CIBAmnhruwHMuaJZAqkQlNq8IRQ8aHr791tht1VblP5DPVrwLpRVjWz 1PphsxJ0doP6LtSQAZXgjq8J8JphWt7hrBdJ7NUp7OCM8OJAR4ofBwVeze4O3VMPriXN KbvYw6+JU0r1L//nFK8ZTwJQTI5NVnhbpAFN/cIVsKqenYVTUrz+GPETd6Z6+jmdY6S3 jXo0f45v+BrMIic6wmbCLH3rVvlwJQ8T9hTlkRBN5JxSDgDhvzmggXsvKafZVQNgTA0p 9E+Q== X-Gm-Message-State: AOAM530bVTdCwYj+qw+ESy9BwvEkn1DBE4kM+2vzhAX34C2zyZe0W48O JnA848WAqu1HgMFtbn85z7fOCYZfrJDbSEO0dKdpnA2ORLKFoo29oscKYzIv0WnjC60d6CXRzeo sMnTJ/d6UOZJRs2eYQNe65j7lW20sqTzJrWqgiW/Hicc2Bfm9QMgnQHg72RstoZpdYpnzxrSC5c wMPTbIACHTxg2XA2te1iyPrYbK7BH3iouvCKF/TMirNy+gupT2YIQAfYCvEQ== X-Google-Smtp-Source: ABdhPJw5PhtNaeIu/MWV8LkO+kI6VbN/R/CjrnIQNbH1CzEAdu8hb20CorLDDyRSw705i3jd0Db0t8pCFF8efLBuel8= X-Received: by 2002:a05:6638:10e3:: with SMTP id g3mr4105759jae.20.1623927423002; Thu, 17 Jun 2021 03:57:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Thu, 17 Jun 2021 16:26:52 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] - Test cases failure fix To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000030839205c4f411c5" X-CLOUD-SEC-AV-Info: enterprisedb,google_mail,monitor X-CLOUD-SEC-AV-Sent: true X-Gm-Spam: 0 X-Gm-Phishy: 0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000030839205c4f411c5 Content-Type: text/plain; charset="UTF-8" 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* --00000000000030839205c4f411c5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, the patch applied.

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

Please fi= nd the attached patch to fix the test cases failure due to below error on P= G 9.6.
psycopg2.errors.ObjectInUse: database "test_db_1658f" is bein=
g accessed by other users
DETAIL: There is= 1 other session using the database.
Thanks,
Khushboo
=


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

--00000000000030839205c4f411c5--