This is an automated email from the ASF dual-hosted git repository.
marklau99 pushed a change to branch wal-compress-formal-branch
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 75afa659991 fix test
add dd618570703 add test for wal compression
No new revisions were added by this update.
Summary of changes:
.../allocation/AbstractNodeAllocationStrategy.java | 6 +-
.../storageengine/dataregion/wal/io/LogWriter.java | 2 +-
.../dataregion/wal/io/WALInputStream.java | 74 +++--
.../storageengine/dataregion/wal/WALTestUtils.java | 90 +++++++
.../wal/compression/WALCompressionTest.java | 298 ++++++++++++++++++++-
5 files changed, 433 insertions(+), 37 deletions(-)
create mode 100644
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/wal/WALTestUtils.java