Re: Build failed in Jenkins: debian_6_x64-master-hardening-regression #67

2013-12-31 Thread Leif Hedstrom
On Dec 31, 2013, at 5:46 PM, Uri Shachar wrote: > > We have something buggy in jenkins -- I'm blameless (at least in this > particular case :-) ) > The problematic commit was > > commit 47982165a1f1beb0bb3d8145fcdf8447f59dbcad > Author: Radim Kolar > Date: Tue Dec 31 13:43:27 2013 -0700 Ye

Re: TDD/Unit testing ATS plugins

2013-12-31 Thread Alan D. Cabrera
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

Re: TDD/Unit testing ATS plugins

2013-12-31 Thread James Peach
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

Re: TDD/Unit testing ATS plugins

2013-12-31 Thread Alan D. Cabrera
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,

Re: TSPluginInit() only being called once

2013-12-31 Thread Leif Hedstrom
On Dec 30, 2013, at 7:08 PM, Nick Kew wrote: > > On 31 Dec 2013, at 00:22, Leif Hedstrom wrote: > >> Sort of, but it doesn't reload the plugin code itself. A lot if people want >> to be able to reload an updated .so on a live system. The reason I brought >> this up is because a future versio

TDD/Unit testing ATS plugins

2013-12-31 Thread Alan D. Cabrera
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 internal static library that the tests would link against but can

Re: TDD/Unit testing ATS plugins

2013-12-31 Thread Leif Hedstrom
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

TDD/Unit testing ATS plugins

2013-12-31 Thread Alan D. Cabrera
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 internal static library that the tests would link against but can'