Re: [pgAdmin][RM5050] Language node code coverage.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Pradip Parkale <pradip(dot)parkale(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM5050] Language node code coverage.
Date: 2020-01-20 07:47:38
Message-ID: CANxoLDf-89oAH2f4ftKaWB5FMjr-+fz52ORHgdht1_CVYj6bmg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Mon, Jan 20, 2020 at 11:43 AM Pradip Parkale <
pradip(dot)parkale(at)enterprisedb(dot)com> wrote:

> Hi Akshay,
>
> Please find the updated patch.
> I have accommodated all the changes mentioned in the review.
>
> On Thu, Jan 16, 2020 at 5:54 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Hi Pradip
>>
>> Below are the review comments:
>>
>> - Format the JSON file. Rename the JSON file from
>> 'language_testcases.json' to 'language_test_data.json'.
>> - For consistency please follow the naming convention used in '
>> *cast_test_data.json*' file. For example, in Cast we have used 'name'
>> and in Languages, we used 'Test_case'.
>> - Move all the data in the JSON file from python file.
>> - Move mocking function name and return value to the JSON file, as we
>> did in '*cast_test_data.json*' file.
>> - Move "*generate_scenarios*" function to
>> "web/regression/python_test_utils/test_utils.py"
>>
>> Can you please fix the following for CAST node:
>>
>> - Remove 'TC-..' from all the scenario name.
>> - Used the same generic function(generate_scenario) from test_utils.
>>
>>
>>
>> On Wed, Jan 15, 2020 at 2:19 PM Pradip Parkale <
>> pradip(dot)parkale(at)enterprisedb(dot)com> wrote:
>>
>>> Hi All,
>>>
>>> Attached is a patch for language node code coverage.
>>> This increases the code coverage of the language node from 45% to 69%.
>>>
>>> Command to run the tests -
>>> - python runtests.py --pkg
>>> browser.server_groups.servers.databases.languages.tests
>>>
>>>
>>> --
>>> Thanks & Regards,
>>> Pradip Parkale
>>> QMG, EnterpriseDB Corporation
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> Thanks & Regards,
> Pradip Parkale
> QMG, EnterpriseDB Corporation
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2020-01-20 10:39:51 pgAdmin 4 commit: Improve wording
Previous Message Akshay Joshi 2020-01-20 07:47:13 pgAdmin 4 commit: Improve code coverage and API test cases for the LANG