Thread: pgAdmin IV : Unittest modular patch (Domains and Tables nodes)
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
Attachment
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
Dave Page
VP, Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
VP, Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
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 <dave.page@enterprisedb.com> 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 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
Hi
Please separate the cleanup from the new tests. Each patch should have just one feature/focus/fix.
Thanks.
On Thu, Sep 1, 2016 at 12:12 PM, Navnath Gadakh <navnath.gadakh@enterprisedb.com> wrote:
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 <dave.page@enterprisedb.com> 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.tabl es 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 Dave Page
VP, Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake--
Dave Page
VP, Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
VP, Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
Sure.
On Thu, Sep 1, 2016 at 4:44 PM, Dave Page <dave.page@enterprisedb.com> wrote:
HiPlease separate the cleanup from the new tests. Each patch should have just one feature/focus/fix.Thanks.On Thu, Sep 1, 2016 at 12:12 PM, Navnath Gadakh <navnath.gadakh@enterprisedb.com> wrote: 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 <dave.page@enterprisedb.com> 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.tabl es 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 Dave Page
VP, Chief Architect, Tools & Installers
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake----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