Re: [pgadmin-hackers] Database child node: Cast node patch

2016-10-05 Thread Dave Page
On Wed, Oct 5, 2016 at 7:31 AM, Priyanka Shendge wrote: > > On 4 October 2016 at 19:36, Dave Page wrote: >> >> Hi >> >> On Tue, Oct 4, 2016 at 9:01 AM, Priyanka Shendge >> wrote: >> > I applied this patch on clean machine and executed testsuite only for >> > "cast" >> > node, i did not face any

Re: [pgadmin-hackers] Database child node: Cast node patch

2016-10-04 Thread Priyanka Shendge
On 4 October 2016 at 19:36, Dave Page wrote: > Hi > > On Tue, Oct 4, 2016 at 9:01 AM, Priyanka Shendge > wrote: > > I applied this patch on clean machine and executed testsuite only for > "cast" > > node, i did not face any issue. > > When i tried to execute testsuite for all nodes, i get same o

Re: [pgadmin-hackers] Database child node: Cast node patch

2016-10-04 Thread Dave Page
Hi On Tue, Oct 4, 2016 at 9:01 AM, Priyanka Shendge wrote: > I applied this patch on clean machine and executed testsuite only for "cast" > node, i did not face any issue. > When i tried to execute testsuite for all nodes, i get same output as you > mentioned above e-mail. (As few variable name >

Re: [pgadmin-hackers] Database child node: Cast node patch

2016-10-04 Thread Priyanka Shendge
I applied this patch on clean machine and executed testsuite only for "cast" node, i did not face any issue. When i tried to execute testsuite for all nodes, i get same output as you mentioned above e-mail. (As few variable name have changed later on in test_utils.py file and those are yet to chang

Re: [pgadmin-hackers] Database child node: Cast node patch

2016-10-03 Thread Dave Page
Hi On Wed, Sep 28, 2016 at 8:47 AM, Priyanka Shendge wrote: > Hi Dave, > > Please find the attached patch for Cast node. (Changes required due to drop > objects functionality). > > To run test cases please enter following command: > > python regression/runtests.py --pkg > browser.server_groups.se

[pgadmin-hackers] Database child node: Cast node patch

2016-09-28 Thread Priyanka Shendge
Hi Dave, Please find the attached patch for Cast node. (Changes required due to drop objects functionality). To run test cases please enter following command: python regression/runtests.py --pkg browser.server_groups.servers.databases.casts Let me know if any changes required. -- Best, Priyan