Skip to content

Commit

Permalink
Fix ManagedLedgerCompressionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Oct 30, 2023
1 parent 220732e commit 41a45ea
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ public void testRestartBrokerEnableManagedLedgerInfoCompression() throws Excepti
"No enum constant org.apache.bookkeeper.mledger.proto.MLDataFormats.CompressionType.INVALID",
e.getCause().getMessage());
}

conf.setManagedLedgerInfoCompressionType(MLDataFormats.CompressionType.NONE.name());
startBroker();
produceAndConsume(producer, consumer, messageCnt);
}

private void produceAndConsume(Producer<byte[]> producer,
Expand Down

0 comments on commit 41a45ea

Please sign in to comment.