From: | Navnath Gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com> |
---|---|
To: | Dave Page <dave(dot)page(at)enterprisedb(dot)com> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Kanchan Mohitey <kanchan(dot)mohitey(at)enterprisedb(dot)com> |
Subject: | pgAdmin IV: Unittests-drop objects functionality |
Date: | 2016-09-13 14:39:23 |
Message-ID: | CAOAJCYoUGdpgm19D8tq2V2tbPqzyHesnRObMfoBpv9WVZWSKUQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi Dave,
Please find the patch for drop objects functionality for test
framework.
Now, test framework is able to drop all objects(like server, database,
schema, etc.) which are created during test suite execution. Code included
in the patch is only for server and database node. If everything goes fine
will send next patch with the remaining nodes in a single patch.
*The following files are also affected by the new changes:*
web/setup.py,
web/config.py,
regression/test_advanced_config.json.in
*To run the test suite follow the commands*
1. python runtionregress/ests.py --pkg browser.server_groups.servers
2. python regression/runtests.yp --pkg browser.server_groups.servers.
databases
*Note: *Please do not run test suite for all nodes (python
regression/runtests.py) as code modifications have not been done yet.
Thanks.
--
Thanks,
Navnath Gadakh
Software Engineer
EnterpriseDB Corporation
Mobile: +91 9975389878
Attachment | Content-Type | Size |
---|---|---|
drop_objects.patch | application/octet-stream | 65.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Devrim Gündüz | 2016-09-13 21:07:27 | beautifulsoup4, and Python 2.6 |
Previous Message | Surinder Kumar | 2016-09-13 13:41:08 | [pgAdmin4][Patch]: RM1690 - Trailing spaces included in SELECT Script for functions |