On Mar 8, 2014, at 5:28 PM, Alan Cabrera wrote:
> So, I took a crack at this and it seems that InkAPI.cc has a mix of API and
> utility code; utility code being calls such as TSUrlSchemeGet().
>
> To me it seems to only make sense to mock API calls such as
> TSPluginRegister() and _TSmall
So, I took a crack at this and it seems that InkAPI.cc has a mix of API and
utility code; utility code being calls such as TSUrlSchemeGet().
To me it seems to only make sense to mock API calls such as TSPluginRegister()
and _TSmalloc(). But how will mocked tests execute code that uses both
Thanks! I’m going to start tinkering around in
https://github.com/maguro/trafficserver
Feel free to watch or, even better, help!
Regards,
Alan
On Feb 25, 2014, at 3:07 PM, James Peach wrote:
> On Feb 24, 2014, at 7:51 PM, Alan Cabrera wrote:
>
>> I wanted to start goofing around with thi
On Feb 24, 2014, at 7:51 PM, Alan Cabrera wrote:
> I wanted to start goofing around with this in a public place so people can
> comment/participate. Would it make sense to do this on github and if it ever
> gels into something useful I could submit a patch?
Take a look at ci/tsqa. I started a
> On Feb 24, 2014, at 8:51 PM, Alan Cabrera wrote:
>
> I wanted to start goofing around with this in a public place so people can
> comment/participate. Would it make sense to do this on github and if it ever
> gels into something useful I could submit a patch?
Yep, just fork the official A
I wanted to start goofing around with this in a public place so people can
comment/participate. Would it make sense to do this on github and if it ever
gels into something useful I could submit a patch?
Regards,
Alan
On Jan 10, 2014, at 11:41 AM, Alan Cabrera wrote:
> +1 a good mocked libra
+1 a good mocked library would be awesome.
Do more experienced ATS developers know of any blockers to us writing a mock
library for testing?
Regards,
Alan
On Jan 10, 2014, at 11:08 AM, Shu Kit Chan wrote:
> That's just unit tests for utilities and helper classes for the plugin.
> I also wa
That's just unit tests for utilities and helper classes for the plugin.
I also want a stub library, too, for writing unit tests for plugin.
On Fri, Jan 10, 2014 at 10:59 AM, James Peach wrote:
> On Jan 3, 2014, at 8:48 AM, Alan D. Cabrera wrote:
>
> >
> > On Jan 2, 2014, at 9:04 AM, James Peac
On Jan 3, 2014, at 8:48 AM, Alan D. Cabrera wrote:
>
> On Jan 2, 2014, at 9:04 AM, James Peach wrote:
>
>> On Dec 31, 2013, at 2:44 PM, Alan D. Cabrera wrote:
>>
>>>
>>> On Dec 31, 2013, at 1:53 PM, James Peach wrote:
>>>
On Dec 31, 2013, at 8:44 AM, Alan D. Cabrera wrote:
>>>
On Jan 2, 2014, at 9:04 AM, James Peach wrote:
> On Dec 31, 2013, at 2:44 PM, Alan D. Cabrera wrote:
>
>>
>> On Dec 31, 2013, at 1:53 PM, James Peach wrote:
>>
>>> On Dec 31, 2013, at 8:44 AM, Alan D. Cabrera wrote:
>>>
I'm looking for an example of an ATS plugin that has extensive u
It was part of the unit tests for the cookie remap plugin. I ported the plugin
to ATS along with the unit tests and we are using it in production.
I think it would be best to open source both the stub and the plugin and then
move the stub parts into a common directory. The plugin does use some
On Dec 31, 2013, at 2:44 PM, Alan D. Cabrera wrote:
>
> On Dec 31, 2013, at 1:53 PM, James Peach wrote:
>
>> On Dec 31, 2013, at 8:44 AM, Alan D. Cabrera wrote:
>>
>>> I'm looking for an example of an ATS plugin that has extensive unit tests.
>>
>> There are none.
>>
>>> I'm having problem
On Dec 31, 2013, at 1:53 PM, James Peach wrote:
> On Dec 31, 2013, at 8:44 AM, Alan D. Cabrera wrote:
>
>> I'm looking for an example of an ATS plugin that has extensive unit tests.
>
> There are none.
>
>> I'm having problems linking my Boost unit tests against the plugin library
>> for ob
On Dec 31, 2013, at 8:44 AM, Alan D. Cabrera wrote:
> I'm looking for an example of an ATS plugin that has extensive unit tests.
There are none.
> I'm having problems linking my Boost unit tests against the plugin library
> for obvious reasons, it's a module not a shared library.
>
> I tried
On Dec 31, 2013, at 10:11 AM, Leif Hedstrom wrote:
>
> On Dec 31, 2013, at 9:44 AM, Alan D. Cabrera wrote:
>
>> I'm looking for an example of an ATS plugin that has extensive unit tests.
>>
>> I'm having problems linking my Boost unit tests against the plugin library
>> for obvious reasons,
On Dec 31, 2013, at 9:44 AM, Alan D. Cabrera wrote:
> I'm looking for an example of an ATS plugin that has extensive unit tests.
>
> I'm having problems linking my Boost unit tests against the plugin library
> for obvious reasons, it's a module not a shared library.
>
> I tried setting up an
16 matches
Mail list logo