Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-08-31 Thread Willy Tarreau
On Fri, Aug 31, 2018 at 11:14:00AM +0200, Frederic Lecaille wrote: > Hi, > > I am coming back to this reg testing sent by Daniel which was very > interesting because very complete and because there was a little > detail to fix. (...) applied, thanks Fred. Willy

Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-08-31 Thread Frederic Lecaille
Hi, I am coming back to this reg testing sent by Daniel which was very interesting because very complete and because there was a little detail to fix. On 06/21/2018 04:53 AM, Willy Tarreau wrote: Hi Daniel, On Wed, Jun 20, 2018 at 10:28:43AM -0400, Daniel Corbett wrote: +shell -expect

Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-06-25 Thread Willy Tarreau
Hi Fred, On Mon, Jun 25, 2018 at 11:45:31AM +0200, Frederic Lecaille wrote: > I have attached #0003 patch for that in addition to these ones: > > #0001 : as would say Olivier "Ooops, I'am an idiot etc". > > reg-tests/ssl/h0.vtc did not run any https request. > > #0002 : set the default

Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-06-25 Thread Frederic Lecaille
On 06/21/2018 04:53 AM, Willy Tarreau wrote: Hi Daniel, On Wed, Jun 20, 2018 at 10:28:43AM -0400, Daniel Corbett wrote: +shell -expect "used:0" { +echo "show table http1" |socat ${tmpdir}/h1/stats.sock - ^ This is the point where it will start to

Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-06-21 Thread Willy Tarreau
On Thu, Jun 21, 2018 at 09:41:43PM +0100, Jonathan Matthews wrote: > On Thu, 21 Jun 2018 at 19:45, Willy Tarreau wrote: > > > Oh indeed I didn't even notice! The correct solution is to use the > > example.com domain for this, as explained in RFC2606/6761. No other > > domain possibly pointing to

Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-06-21 Thread Jonathan Matthews
On Thu, 21 Jun 2018 at 19:45, Willy Tarreau wrote: > Oh indeed I didn't even notice! The correct solution is to use the > example.com domain for this, as explained in RFC2606/6761. No other > domain possibly pointing to a valid location now or in the future > should appear in test nor example

Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-06-21 Thread Willy Tarreau
On Thu, Jun 21, 2018 at 09:37:54AM +0200, Frederic Lecaille wrote: > On 06/20/2018 04:28 PM, Daniel Corbett wrote: > > Hello, > > > > Thanks for adding this integration Fred.  Great job! > > > > Attached is a new regression test to check for stick-tables expiration when > > they are used with

Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-06-21 Thread Frederic Lecaille
On 06/20/2018 04:28 PM, Daniel Corbett wrote: Hello, Thanks for adding this integration Fred.  Great job! Attached is a new regression test to check for stick-tables expiration when they are used with table_* converters as noted in commit id: 3e60b11100cbc812b77029ca142b83ac7a314db1 Thanks,

Re: [PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-06-20 Thread Willy Tarreau
Hi Daniel, On Wed, Jun 20, 2018 at 10:28:43AM -0400, Daniel Corbett wrote: > +shell -expect "used:0" { > +echo "show table http1" |socat ${tmpdir}/h1/stats.sock - ^ This is the point where it will start to require that we organize the reg tests better.

[PATCH] REGTEST: stick-tables: Test expiration when used with table_*

2018-06-20 Thread Daniel Corbett
rom 386ed3ca039ea2b5dec7397ba9934576217a421e Mon Sep 17 00:00:00 2001 From: Daniel Corbett Date: Wed, 20 Jun 2018 10:16:16 -0400 Subject: [PATCH] REGTEST: stick-tables: Test expiration when used with table_* New regression test to check for stick-tables expiration when they are used with table_* converters as noted in commit