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 1kkgzx-0005Z7-1H for pgadmin-hackers@arkaria.postgresql.org; Thu, 03 Dec 2020 05:17:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kkgzw-00084Z-0z for pgadmin-hackers@arkaria.postgresql.org; Thu, 03 Dec 2020 05:17:44 +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 1kkgzv-00084S-QI for pgadmin-hackers@lists.postgresql.org; Thu, 03 Dec 2020 05:17:43 +0000 Received: from mail-il1-x12e.google.com ([2607:f8b0:4864:20::12e]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kkgzt-0002d4-4i for pgadmin-hackers@postgresql.org; Thu, 03 Dec 2020 05:17:43 +0000 Received: by mail-il1-x12e.google.com with SMTP id k8so795411ilr.4 for ; Wed, 02 Dec 2020 21:17:41 -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=2UEexctcqylP4zJaeAAPr9fk5Kyx/4Iw2HAo5SuA/zo=; b=jjcfwGoNpFfdMP9oRjmumOfTZNoT8L4UpldUiXNEoeaWGKmdVUZW0IAUY1vNmLqSoa spy04ilSIUvLk7VWEfey9FU57PAFsqu5WPyHSps2fwAsv2dRj/bfWYRX5LXpykRi4XuB s9Qi5fCnByxBUfm0deb1OETpMDjl8O3r9W/6fw4pEFJJvtzFro6jRVWkIC8YFWicNNdl XEvYnaYMNLa7w0cSStr7Ex418vVtrg2XWUUobMRhRxaEYaFC6SIC7o1pZaZGHskehiHS ilxl4sHveRNo57mgGZqc9xEo2f6rim5sSobstNgqh5BYw+1fPHqDt59Z7HMZWyFEY5Qc Wv1Q== 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=2UEexctcqylP4zJaeAAPr9fk5Kyx/4Iw2HAo5SuA/zo=; b=GgXDW36MErJI/mMecaEIKoKuSfFePvcaobbIM5NsgJZa8ujmzmSR4SoX8Ttw91rmiR qRWMP4fgfCbBMOGg0Z72/RKLQCMpeNCVYcHjOrTTEl0t2h9g/P68i7DoUn5ejqrnizHf nxYz+OBC43sY30S1L0pSAqtJDSU5W68rh3Sr4QS5CkKwtHOea3B1QQHRYJLIiC3c+avm 2ORaB5N/v7FYx1fZ6B+j2396e9LuMlYQH0YueK6wmUfqbV34aIegLeI50dNjJ7jIzftA FG8okomhIuPT5xV3V6Y8YJ7fnfVSVvIA7noOrHfhTKVT6Ubr8bSH47CcMF4R4xFYHL+C ZerQ== X-Gm-Message-State: AOAM530nwRLHggL8LxFs7N3IV1G8AcVAsnOWQz6KASn6lmBFv8jzplPF j2xHxMvvAqoFnpw/3ftXSZiIzPA1gaDZ4OiCc8P5CnPsnzh75WV91mITN3r8SGPE7tl6om2MgBw eXvZv5j5+zMy5jhQTkcrJHa1I6qVQH4B5wvnJOd/C02uxaVfyioVBUvecRDGOw94MGnlRhkLkGN QtpPB2Mke3JQpngFnyRF9ubFEORAZU6pZeta5lU/N0iWOQ9H/0LNS1oMUfhQ== X-Google-Smtp-Source: ABdhPJwrR5qEgzBNSfLYZ1eO+4H7+fXa3zxXDkiK9Nk7KGk56VabNRO000KOvH9GSWPdskT0GXl/n8C+WT/dRBbFYzI= X-Received: by 2002:a92:de09:: with SMTP id x9mr1552677ilm.257.1606972659392; Wed, 02 Dec 2020 21:17:39 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Thu, 3 Dec 2020 10:47:28 +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="00000000000086f55205b5887a09" 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 --00000000000086f55205b5887a09 Content-Type: text/plain; charset="UTF-8" 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* --00000000000086f55205b5887a09 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.

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

p= lease 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 se= nd the patch again.

On Tue, Dec 1, 2020 at 2:48 PM Nikhil Mohite <<= a href=3D"mailto:nikhil.mohite@enterprisedb.com" target=3D"_blank">nikhil.m= ohite@enterprisedb.com> wrote:
Hi Team,

Please f= ind the attached patch for RM-5343:=C2=A0[Code Coverage] Improve API test= cases for Debugger.
also updated implementation to remove dead c= ode and unhandled exceptions.


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


--


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

--00000000000086f55205b5887a09--