On 23.08.2016 19:27, Jay Shaughnessy wrote:
Ditto, after increasing the retry/delay all tests passed for me.
On 8/23/2016 10:10 AM, John Mazzitelli wrote:
> Regarding the services itest failure with metric storage from the agent:
>
> When running on my desktop, I don't even get that far - tests can't even
start without timing out.
>
> When running on my laptop (which is a faster machine with SSD), I confirmed the
failure (ran it 2 times, failed the same way both times).
>
> I changed this line:
>
>
https://github.com/hawkular/hawkular-services/blob/master/itest/src/test/...
>
> from: Retry.times(50).delay(100))
> to: Retry.times(50).delay(1000));
Considering that the test suite is the "Customer #0" of the Hawkular
API, if that's what we would recommend for an external client, I think
it's a valid approach for fixing the test.
- Juca.