Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
-
None
-
Reviewed
Description
Investigating a test failure seen on HBASE-12349
git bisect shows me the following:
# first bad commit: [473446719b7b81b56216862bf2a94a576ff90f60] HBASE-18511 Default no regions on master
It wouldn't fail every time, but I used this command with the bisect
export OPTS='test -Dtest=org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi2 -pl hbase-server -am' mvn clean $OPTS && mvn $OPTS && mvn $OPTS && mvn $OPTS