Re: Unit testing for plugin

2016-04-25 Thread Karthik Sivaraman
Thanks Gancho. This is very helpful Karthik From: Gancho Tenev Sent: Friday, April 22, 2016 4:05 PM To: dev@trafficserver.apache.org Subject: Re: Unit testing for plugin Karthik, If interested in regression / integration testing (trafficserver+plugin

Re: Unit testing for plugin

2016-04-22 Thread Gancho Tenev
_ > From: Brian Geffon > Sent: Friday, April 22, 2016 8:46 AM > To: dev@trafficserver.apache.org > Subject: Re: Unit testing for plugin > > Take a look at the open pull requests, there are c++ API mocks that are > hopefully going to land soon too. > >

Re: Unit testing for plugin

2016-04-22 Thread Karthik Sivaraman
Thanks all. Will follow up on these links Karthik From: Brian Geffon Sent: Friday, April 22, 2016 8:46 AM To: dev@trafficserver.apache.org Subject: Re: Unit testing for plugin Take a look at the open pull requests, there are c++ API mocks that are

Re: Unit testing for plugin

2016-04-22 Thread James Peach
> On Apr 22, 2016, at 7:01 AM, Karthik Sivaraman > wrote: > > Hi > > > We are planning to maintain a plug-in that does third party feed based URL > filtering. Are there any recommendations for unit test/regression test > frameworks? What does trafficserver use for its unit/regression tests?

Re: Unit testing for plugin

2016-04-22 Thread Brian Geffon
Take a look at the open pull requests, there are c++ API mocks that are hopefully going to land soon too. Brian On Friday, April 22, 2016, James Peach wrote: > > > On Apr 22, 2016, at 7:01 AM, Karthik Sivaraman < > karthiksivara...@outlook.com > wrote: > > > > Hi > > > > > > We are planning to

Re: Unit testing for plugin

2016-04-22 Thread Jason Kenny
Have to remember the joy of e-mail at yahoo Let me try to get a good link to catch https://github.com/philsquared/Catch Jason From: Jason Kenny To: "dev@trafficserver.apache.org" Sent: Friday, April 22, 2016 9:56 AM Subject: Re: Unit testing for plugin I am planning on

Re: Unit testing for plugin

2016-04-22 Thread Jason Kenny
Yahoo. I have something different for regression/gold/production/TSQA testing Jason From: Karthik Sivaraman To: "dev@trafficserver.apache.org" Sent: Friday, April 22, 2016 9:01 AM Subject: Unit testing for plugin Hi We are planning to maintain a plug-in that does third

Unit testing for plugin

2016-04-22 Thread Karthik Sivaraman
Hi We are planning to maintain a plug-in that does third party feed based URL filtering. Are there any recommendations for unit test/regression test frameworks? What does trafficserver use for its unit/regression tests? Thanks Karthik