Re: Making flakey tests run again

2018-09-18 Thread ramkrishna vasudevan
Thanks for the information Sean. I will then commit the changes and watch the flaky tests build. Regards Ram On Tue, Sep 18, 2018 at 11:20 AM Sean Busbey wrote: > Unfortunately there is not currently a way to have tests that are in > the flaky list run in the automated precommit tests[1]. > >

Re: Making flakey tests run again

2018-09-17 Thread Sean Busbey
Unfortunately there is not currently a way to have tests that are in the flaky list run in the automated precommit tests[1]. I suggest you test the change locally and then commit. When the test no longer fails in the flaky test runner and ages out of what the flaky detector looks at[2], it'll

Making flakey tests run again

2018-09-17 Thread ramkrishna vasudevan
Hi As part of HBASE-21102 the test case that was added was reported as Flaky test. I had fixed the code such that the test case is not flaky any more. But when we submit the patch for precommit - it still avoids that test case since it is marked flaky. I can see in the console output that