Re: h2test

2018-02-14 Thread Rémy Maucherat
On Wed, Feb 14, 2018 at 6:27 PM, Mark Thomas wrote: > If you are testing PING (or anything else) you probably need to disable > the keep-alive PINGs else they mess up the test. > > You want the hidden option initiatePingDisabled="false" on the > Http2Protocol > It didn't work as it is the defaul

Re: h2test

2018-02-14 Thread Mark Thomas
On 14/02/18 17:21, Rémy Maucherat wrote: > On Wed, Feb 14, 2018 at 6:09 PM, Mark Thomas wrote: > >> On 14/02/18 15:41, Rémy Maucherat wrote: >>> Hi, >>> >>> I'm using h2test on and off to see what's going on. It helps me find a >>> signif

Re: h2test

2018-02-14 Thread Rémy Maucherat
On Wed, Feb 14, 2018 at 6:09 PM, Mark Thomas wrote: > On 14/02/18 15:41, Rémy Maucherat wrote: > > Hi, > > > > I'm using h2test on and off to see what's going on. It helps me find a > > significant issue sometimes (like this one r1823670). > > I'v

Re: h2test

2018-02-14 Thread Mark Thomas
On 14/02/18 15:41, Rémy Maucherat wrote: > Hi, > > I'm using h2test on and off to see what's going on. It helps me find a > significant issue sometimes (like this one r1823670). I've been using h2spec which also found a number of issues. Generally, test suites are very

h2test

2018-02-14 Thread Rémy Maucherat
Hi, I'm using h2test on and off to see what's going on. It helps me find a significant issue sometimes (like this one r1823670). Now, it almost looks ok, with a few oddities left: - The ping flag may be inverted (ack is supposed to be 0, not 1, from what I read in the spec). Did I miss