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 1kptNj-0004P6-Vn for pgadmin-hackers@arkaria.postgresql.org; Thu, 17 Dec 2020 13:31:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kptNi-0004Ot-8G for pgadmin-hackers@arkaria.postgresql.org; Thu, 17 Dec 2020 13:31:46 +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 1kptNh-0004Nk-Ti for pgadmin-hackers@lists.postgresql.org; Thu, 17 Dec 2020 13:31:46 +0000 Received: from mail-io1-xd2d.google.com ([2607:f8b0:4864:20::d2d]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kptNd-00060l-O8 for pgadmin-hackers@postgresql.org; Thu, 17 Dec 2020 13:31:44 +0000 Received: by mail-io1-xd2d.google.com with SMTP id o6so14375740iob.10 for ; Thu, 17 Dec 2020 05:31:40 -0800 (PST) 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=U/nLuAAOCC3Tx3xKSlc9pqzv8OROFFbiX5DfyMQGsSE=; b=JsN/600wsY9EuOzDx1T/Z+xxtOkx2sC2Utt40Ge7Q+BYRWRE5IdpWLPhyG1yJIZ2dj qKyo9yYc8ihLjmC5PitZ0Xoa0Y0OnQEMbR16OnNPZOg1sFNIvWz4x4C70FYNsy5gGl6K O2zcqsJfzOhED2yP8qLNFMO4U/68MLivkiQzdBx4d+jsCU9+wjWoesAn/Dxyv8n1UBF7 AbPHOh1TkfmebvbCiRhUUHYGLP4Ob6ITIlnfaGAkrdNV4oAT65LCuvPFghCXDmRVWG3b 6kLZXQdggCy4CBBBVXnQ2fTFDx6oxMSiZpCmY6DmDLFQtCauJJ1sOQpBpq3CKpHy2p2V w9Fw== 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=U/nLuAAOCC3Tx3xKSlc9pqzv8OROFFbiX5DfyMQGsSE=; b=Q4hPMJ304H1MYHMg2wvjdP5BfpXg8dLGuI9VKTQLRyKLD8evcAqEb0sbfieqPJBuLX HC3Y7SYxDHFAeAzAi0471F7qTbEMtusXZfdqdueisyIvD5BUPNK1Ofak9dganiyBOq3V RiDAg76FrHx/jxc4j1AjP+b8pOhdcQxiKeZWS9XejQBub1494qzMBRF+NLGuhgR9vEMe r+6+tTpFT7klJC2WXQpsmLOBqBoZ9ZvHvx6eCqUI40dpFKi0bJlD6TcAXRmrTuJeFnKX rGXreJSNKYrfNy2rGdr1efwHgg4wwh+xP6oH3S+lqSYxCeAGyEstI78Ygl0g7CDKRvCd 9hhQ== X-Gm-Message-State: AOAM5301pycZhelr47D4/cbVB0lJYTauDncwP3Wnkm8mt1MzCg53yOZK sMw2yzrpiRdqHEysPL+6O5XsfwJStbWp3y4/R84JNwYXkSIA1pZLziHAcGVGp/DXBFXEOiKunMq MDjXS4gVVcpcWIcvoEQ5YTsFfJeNZPfwHIuxwVL9WKG3cQBYfL7+XmWW7RR7gBau00ofwr15ZOZ 5uhng1bkfiN9zo+skyUtk8qFIpyxFPieob6E3tNUnk/ouCWPQ1ZONsvE7vvg== X-Google-Smtp-Source: ABdhPJyfjTV70gHUef49wXwjF+EVE9yhX3cfsvDYruCkYu9aTtVEB1FWDOkim4jrkv0gEzzKKdCSiUDca0O3jVndfNY= X-Received: by 2002:a02:3907:: with SMTP id l7mr48764709jaa.0.1608211898787; Thu, 17 Dec 2020 05:31:38 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Thu, 17 Dec 2020 19:01:27 +0530 Message-ID: Subject: Re: [pgAdmin][RM-5343]: [Code Coverage] Improve API test cases for Debugger To: Nikhil Mohite Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000f384f205b6a902c1" 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: Precedence: bulk --000000000000f384f205b6a902c1 Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Thu, Dec 17, 2020 at 5:40 PM Nikhil Mohite < nikhil.mohite@enterprisedb.com> wrote: > Hi Akshay/ Team, > > Please find attached an updated patch for debugger test cases. > > Regards, > Nikhil Mohite. > > On Wed, Dec 16, 2020 at 12:12 PM Akshay Joshi < > akshay.joshi@enterprisedb.com> wrote: > >> Thanks, patch applied. >> >> On Tue, Dec 15, 2020 at 4:20 PM Nikhil Mohite < >> nikhil.mohite@enterprisedb.com> wrote: >> >>> Hi Team, >>> >>> Please find the updated patch for debugger test cases. >>> 1. Added check to skip debugger test case if the plugin is not installed. >>> 2. Added code to delete the existing "pldbgapi" extension and create a >>> new extension. >>> 3. Updated a few test cases that are falling on specific servers. >>> >>> >>> Regards, >>> Nikhil Mohite. >>> >>> On Wed, Dec 9, 2020 at 1:37 PM Akshay Joshi < >>> akshay.joshi@enterprisedb.com> wrote: >>> >>>> Thanks, patch applied. >>>> >>>> On Wed, Dec 9, 2020 at 1:24 PM Nikhil Mohite < >>>> nikhil.mohite@enterprisedb.com> wrote: >>>> >>>>> Hi Akshay/Team, >>>>> >>>>> Please find the small patch for debugger test cases. >>>>> Added random function name generation for the debugger. >>>>> >>>>> >>>>> Regards, >>>>> Nikhil Mohite. >>>>> >>>>> >>>>> On Mon, Dec 7, 2020 at 3:32 PM Nikhil Mohite < >>>>> nikhil.mohite@enterprisedb.com> wrote: >>>>> >>>>>> Hi Akshay/Team, >>>>>> >>>>>> Please find the updated patch for debugger test cases. >>>>>> 1. Resolved the issues related to the database connection. >>>>>> 2. Updated the create "pldbgapi" extension for the debugger. >>>>>> >>>>>> >>>>>> Regards, >>>>>> Nikhil Mohite. >>>>>> >>>>>> On Thu, Dec 3, 2020 at 10:47 AM Akshay Joshi < >>>>>> akshay.joshi@enterprisedb.com> wrote: >>>>>> >>>>>>> Thanks, patch applied. >>>>>>> >>>>>>> On Wed, Dec 2, 2020 at 11:25 AM Nikhil Mohite < >>>>>>> nikhil.mohite@enterprisedb.com> wrote: >>>>>>> >>>>>>>> Hi Akshay, >>>>>>>> >>>>>>>> please find the updated patch, sorry for the inconvenience. >>>>>>>> >>>>>>>> >>>>>>>> Regards, >>>>>>>> Nikhil Mohite. >>>>>>>> >>>>>>>> On Wed, Dec 2, 2020 at 11:03 AM Akshay Joshi < >>>>>>>> akshay.joshi@enterprisedb.com> wrote: >>>>>>>> >>>>>>>>> Hi Nikhil >>>>>>>>> >>>>>>>>> The patch is not applied, please rebase and send the patch again. >>>>>>>>> >>>>>>>>> On Tue, Dec 1, 2020 at 2:48 PM Nikhil Mohite < >>>>>>>>> nikhil.mohite@enterprisedb.com> wrote: >>>>>>>>> >>>>>>>>>> Hi Team, >>>>>>>>>> >>>>>>>>>> Please find the attached patch for RM-5343 >>>>>>>>>> : [Code Coverage] >>>>>>>>>> Improve API test cases for Debugger. >>>>>>>>>> also updated implementation to remove dead code and unhandled >>>>>>>>>> exceptions. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> *Thanks & Regards,* >>>>>>>>>> *Nikhil Mohite* >>>>>>>>>> *Software Engineer.* >>>>>>>>>> *EDB Postgres* >>>>>>>>>> *Mob.No: +91-7798364578.* >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> *Thanks & Regards* >>>>>>>>> *Akshay Joshi* >>>>>>>>> *pgAdmin Hacker | Principal Software Architect* >>>>>>>>> *EDB Postgres * >>>>>>>>> >>>>>>>>> *Mobile: +91 976-788-8246* >>>>>>>>> >>>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Thanks & Regards* >>>>>>> *Akshay Joshi* >>>>>>> *pgAdmin Hacker | Principal Software Architect* >>>>>>> *EDB Postgres * >>>>>>> >>>>>>> *Mobile: +91 976-788-8246* >>>>>>> >>>>>> >>>> >>>> -- >>>> *Thanks & Regards* >>>> *Akshay Joshi* >>>> *pgAdmin Hacker | Principal Software Architect* >>>> *EDB Postgres * >>>> >>>> *Mobile: +91 976-788-8246* >>>> >>> >> >> -- >> *Thanks & Regards* >> *Akshay Joshi* >> *pgAdmin Hacker | Principal Software Architect* >> *EDB Postgres * >> >> *Mobile: +91 976-788-8246* >> > -- *Thanks & Regards* *Akshay Joshi* *pgAdmin Hacker | Principal Software Architect* *EDB Postgres * *Mobile: +91 976-788-8246* --000000000000f384f205b6a902c1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.

On Thu, Dec 17, 2020 at 5:40 PM Nikh= il Mohite <nikhil.mohi= te@enterprisedb.com> wrote:
Hi Akshay/ Team,

Ple= ase find attached an updated patch for debugger test cases.

<= /div>
Regards,
Nikhil Mohite.

On Wed, Dec 16, 2020 at 12= :12 PM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks, patch= applied.

On Tue, Dec 15, 2020 at 4:20 PM Nikhil Mohite <nikhil.mohite@enter= prisedb.com> wrote:
Hi Team,

Please find the upd= ated patch for debugger test cases.
1. Added check to skip debugg= er test case if the plugin is not installed.
2. Added code to del= ete the existing "pldbgapi" extension and create a new extension.=
3. Updated a few test cases that=C2=A0are falling on specific se= rvers.


Regards,
Nikhil Mo= hite.

On Wed, Dec 9, 2020 at 1:37 PM Akshay Joshi <akshay.joshi@enterprised= b.com> wrote:
Thanks, patch applied.

On Wed, Dec 9, 2020 at 1:24 PM = Nikhil Mohite <nikhil.mohite@enterprisedb.com> wrote:
Hi Akshay/Team,

Please find the small patch for debugge= r test cases.
Added random function name generation=C2=A0for the = debugger.


Regards,
= Nikhil Mohite.


On Mon, Dec 7, 2020 at 3:32 PM Nikhil Mohite = <nik= hil.mohite@enterprisedb.com> wrote:
Hi Akshay/Team,

<= div>Please find the updated patch for debugger test cases.
1. Res= olved the issues related to the database connection.
2. Updated t= he create "pldbgapi" extension for the debugger.


Regards,
Nikhil Mohite.

On Thu, Dec = 3, 2020 at 10:47 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
= Thanks, patch applied.

On Wed, Dec 2, 2020 at 11:25 AM Nikhil Mohite <= ;nikhil= .mohite@enterprisedb.com> wrote:
Hi Akshay,

= please find the updated patch, sorry for the inconvenience.

<= /div>

Regards,
Nikhil Mohite.

<= div class=3D"gmail_quote">
On Wed, Dec= 2, 2020 at 11:03 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:<= br>
Hi Nikhil

The patch is not applied, please rebase and s= end the patch again.

On Tue, Dec 1, 2020 at 2:48 PM Nikhil Mohite <= nikhil.= mohite@enterprisedb.com> wrote:
Hi Team,

Please = find the attached patch for RM-5343:=C2=A0[Code Coverage] Improve API tes= t cases for Debugger.
also updated implementation to remove dead = code and unhandled exceptions.


--
Thanks &= ; Regards,
Nikhil Mohi= te
Software Engi= neer.


--


--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



--
Thank= s & Regards
Akshay Joshi
pgAdmin Hacker | Principal Softw= are Architect
EDB Po= stgres
Mobile: +91 976-788-8246



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

--000000000000f384f205b6a902c1--