This sounds like a good candidate for a "git bisect" operation [1]
since we already have a pretty tight window where things changed.
Carl
[1] http://git-scm.com/docs/git-bisect
On Thu, Sep 3, 2015 at 7:07 AM, Assaf Muller wrote:
>
>
> On Thu, Sep 3, 2015 at 8:43 AM, Andrey Pavlov wrote:
>>
>>
On Thu, Sep 3, 2015 at 8:43 AM, Andrey Pavlov wrote:
> Hello,
>
> We have rally job with fake virt driver. And we run it periodically.
> This job runs 200 servers and measures 'show' operations.
>
> On 18.08 it was run well[1]. But on 21.08 it was failed by timeout[2].
> I tried to understand wha
Hello,
We have rally job with fake virt driver. And we run it periodically.
This job runs 200 servers and measures 'show' operations.
On 18.08 it was run well[1]. But on 21.08 it was failed by timeout[2].
I tried to understand what happens.
I tried to check this job with 20 servers only[3]. It pa