Class TestNegativeMemStoreSizeWithSlowCoprocessor

java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestNegativeMemStoreSizeWithSlowCoprocessor

Test that verifies we do not have memstore size negative when a postPut/Delete hook is slow/expensive and a flush is triggered at the same time the coprocessow is doing its work. To simulate this we call flush from the coprocessor itself