HBASE-20968 list_procedures_test fails due to no matching regex
This commit is contained in:
parent
5089256529
commit
f1d9377a7f
|
@ -49,7 +49,9 @@ module Hbase
|
|||
procedure = org.apache.hadoop.hbase.client.procedure.ShellTestProcedure.new
|
||||
procedure.tableNameString = 'table1'
|
||||
|
||||
@executor.submitProcedure(procedure)
|
||||
proc_id = @executor.submitProcedure(procedure)
|
||||
sleep(0.1) until @executor.isFinished(proc_id)
|
||||
|
||||
output = capture_stdout { @list_procedures.command }
|
||||
|
||||
regexp = create_procedure_regexp('table1')
|
||||
|
|
Loading…
Reference in New Issue