Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfPvU-0002h0-TT for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Sep 2016 11:12:57 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bfPvU-0002Rm-AM for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Sep 2016 11:12:56 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bfPvG-0002DJ-U5 for pgadmin-hackers@postgresql.org; Thu, 01 Sep 2016 11:12:43 +0000 Received: from mail-qk0-x22e.google.com ([2607:f8b0:400d:c09::22e]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bfPvB-0004OS-Rd for pgadmin-hackers@postgresql.org; Thu, 01 Sep 2016 11:12:41 +0000 Received: by mail-qk0-x22e.google.com with SMTP id v123so80529620qkh.2 for ; Thu, 01 Sep 2016 04:12:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=+oejOtbEHq5ZJ8uhaU7UmD3qe6YbVKxazPdwngvts1g=; b=gqglxfSAxO/xvrsw3X6cTyRmwuK4Dh/3/TEcQx+ymVHgqEYb4Xy8GsRRcvGQyh02B3 KRHDTo0mBb27g4/eVN+ITithI2u2AbUwhinyX8OmmjCb7hsY5qiUlmlIJ4cC/dn5L5yP 5cQRi83EFq4o32oMKw0uSGj+cvnxcFjZs/MwSj7B93Wz6xaFpgVzZVzD60X6WZsHhKHu KOEokw/GW4aJZbfwZK8X5mDnPqW+JKy9xO+tpavFI7tljEPIoo4L++I8HzO1h8zEqGyn ZB1G/0w6BsMEBJapeVR0S5ZLFWc7gOyP3jYUH94SpuI93IObZT9KHp7pg2DKKsB7e7w/ +7tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=+oejOtbEHq5ZJ8uhaU7UmD3qe6YbVKxazPdwngvts1g=; b=ectLXRr4vKxFfTBWX1rICSMnbHGRkWtiqp/JEiPeIgyXHA7VyYJNfVL1XmNExicjl5 bp2JrJ8Mw/hHW6ILGjRJwH97YUEb9RbKLn5IR9JyQg1goT4wrXWVnH1WIJ8b3gcIQFKw crgMzIokhDIrRiWqQiUQr5arIbFVkXe2OE3KUJ3QEHV+dMVicQ0ujSuvh5QBFJXjhj11 fQODhij8w88GRVZFiFg3q2xOqxYWRn4INXvlaKcLU+MNuWxhFS0jOGVg6Od878QU+8R2 jdK5wZ5KTUx5AYzdO+te7yq/pZMI1SnJv5zc3G4Y7ibDwojRoG6V3q5v6YdgmfXMuEp1 dQwA== X-Gm-Message-State: AE9vXwNXarYZyDyLKoOMZ9eBw5OAaT3FIVEXuYZCdXNoqweLV+IxclzIebQDO/N7+y9VjBotJoSI/nW8WDUiDNGT X-Received: by 10.55.182.4 with SMTP id g4mr17000475qkf.120.1472728356807; Thu, 01 Sep 2016 04:12:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.41.90 with HTTP; Thu, 1 Sep 2016 04:12:36 -0700 (PDT) In-Reply-To: References: From: Navnath Gadakh Date: Thu, 1 Sep 2016 16:42:36 +0530 Message-ID: Subject: Re: pgAdmin IV : Unittest modular patch (Domains and Tables nodes) To: Dave Page Cc: pgadmin-hackers , Kanchan Mohitey Content-Type: multipart/alternative; boundary=94eb2c060cf08f24c4053b704a77 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --94eb2c060cf08f24c4053b704a77 Content-Type: text/plain; charset=UTF-8 Hello Dave, Object cleanup work is completed in above patch. I am working on enhanced summary work, once that's complete I will send the revised patch. Thanks! On Thu, Sep 1, 2016 at 3:57 PM, Dave Page wrote: > Per my earlier email to Priyanka, I'm not going to commit any more test > cases until the existing issues are resolved and the enhanced summary and > object cleanup work is complete, otherwise it's just taking too much time > unnecessarily. > > Please re-test and resubmit this patch once that work is complete. > > Thanks. > > On Tue, Aug 30, 2016 at 1:02 PM, Navnath Gadakh < > navnath.gadakh@enterprisedb.com> wrote: > >> Hi Dave, >> Please find the patch API unit test cases for Domain & Tables >> Nodes. >> >> This patch also includes code to drop the all objects(like database, >> roles, tablespace & server) created during the test suite run. >> >> *To run the test suite for domain node:* >> python regression/runtests.py --pkg browser.server_groups.servers. >> databases.schemas.domains >> >> >> *To run the test suite for tables node:* >> python regression/runtests.py --pkg browser.server_groups. >> servers.databases.schemas.tables >> >> *To run the test suite for all nodes *(Comment the all test code in >> 'synonyms' node i.e. Code under 'tests' directory as its partially >> completed): >> python regression/runtests.py >> >> >> -- >> Thanks, >> Navnath Gadakh >> Software Engineer >> EnterpriseDB Corporation >> Mobile: +91 9975389878 >> >> >> > > > -- > Dave Page > VP, Chief Architect, Tools & Installers > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > -- Thanks, Navnath Gadakh Software Engineer EnterpriseDB Corporation Mobile: +91 9975389878 --94eb2c060cf08f24c4053b704a77 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello Dave,
=C2=A0 =C2=A0 Object cleanup work is compl= eted in above patch. I am working on=C2=A0= enhanced summary work, once that's complete I will send the revised pat= ch.

Thanks!

On Thu, Sep 1, 2016 at 3:57 PM, = Dave Page <dave.page@enterprisedb.com> wrote:
Per my earlier email to = Priyanka, I'm not going to commit any more test cases until the existin= g issues are resolved and the enhanced summary and object cleanup work is c= omplete, otherwise it's just taking too much time unnecessarily.
<= div>
Please re-test and resubmit this patch once that work is= complete.

Thanks.

On Tue, Aug 30= , 2016 at 1:02 PM, Navnath Gadakh <navnath.gadakh@enterprise= db.com> wrote:
Hi Dave,
=C2=A0 =C2=A0 =C2=A0 =C2=A0Please find the patch API= =C2=A0unit test cases for Domain & Tables Nodes.

This patch also includes code to drop the all objects(like database, rol= es, tablespace=C2=A0& server) created during the test suite run.
<= div>
To run the test suite=C2=A0for domain node:
=
=C2=A0python regression/runtests.p= y --pkg browser.server_groups.servers.databases.schemas.domains=

To run the test suite=C2=A0for tables node:
=C2=A0=C2=A0python=C2=A0regression/runtests.py=C2=A0--pkg=C2=A0browser.server_groups.servers.databases.schemas.tables

To run the test suite for all = nodes=C2=A0(Comment the=C2=A0all test code in 'synonyms' node i= .e. Code under 'tests' directory as its partially completed):
=C2=A0=C2=A0python=C2=A0regression/runtests.py


--
=
Thanks,
Navnath=C2=A0Gadakh
Software = Engineer
EnterpriseDB Corporation
Mobile: +91 9975= 389878=C2=A0





--
Dave Page
VP, Chief Architect, Tools & Installers
Ent= erpriseDB: http:/= /www.enterprisedb.com
The Enterprise PostgreSQL Company

Blog:= http://pgsnake.b= logspot.com
Twitter: @pgsnake



--
T= hanks,
Navnath=C2=A0Gadakh
Software Engineer
EnterpriseDB Corporation
Mobile: +91 9975389878=C2=A0
=

--94eb2c060cf08f24c4053b704a77--