pgAdmin4: Test-suite OS compatability issue

From: Navnath Gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Cc: Kanchan Mohitey <kanchan(dot)mohitey(at)enterprisedb(dot)com>, Ikram Khan <ikram(dot)khan(at)enterprisedb(dot)com>
Subject: pgAdmin4: Test-suite OS compatability issue
Date: 2017-04-28 13:51:32
Message-ID: CAOAJCYrRH_E-=TwsVK7=FsiV86xBgwKOQnVHanOQ9sMeBECe-g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Dave,

Please find the patch for OS compatability issue of test-suite.

*Code Changes:*

1. Minor code changes done related to os module in
*pgadmin4/web/regression/feature_utils/app_starter.py*
2. Code added in
pgadmin4/*web/pgadmin/utils/tests/test_versioned_template_loader.py
*to handle path for SQL file.
3. Code added to convert unicode to string in some .py files.

*Note:*
With python2.6.6 test-suite is failed to execute. I have
created the RM 2367 <https://redmine.postgresql.org/issues/2367>

Thank you!

--
Regards,
Navnath Gadakh

EnterpriseDB Corporation
The Enterprise PostgreSQL Company

Attachment Content-Type Size
testsuite_os_compatability_issue.patch application/octet-stream 5.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Matthew Kleiman 2017-04-28 14:28:31 Re: [pgAdmin4][Patch]: Fixed RM #2315 : Sorting by size is broken
Previous Message Surinder Kumar 2017-04-28 10:48:37 [pgAdmin4][Patch]: Delete row server error not shown to GUI user