Enis Soztutar created HBASE-12549: ------------------------------------- Summary: Fix TestAssignmentManagerOnCluster#testAssignRacingWithSSH() flaky test Key: HBASE-12549 URL: https://issues.apache.org/jira/browse/HBASE-12549 Project: HBase Issue Type: Test Reporter: Enis Soztutar Assignee: Enis Soztutar Fix For: 2.0.0, 0.98.9, 0.99.2
TestAssignmentManagerOnCluster#testAssignRacingWithSSH() runs on average 40 sec, with 60 sec timeout. This causes flakiness. The fix is easy. One of the earlier tests increases the hbase.assignment.maximum.attempts from 3 to 10. Then testAssignRacingWithSSH() is ran with 10 attempts causing slowness. -- This message was sent by Atlassian JIRA (v6.3.4#6332)