You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2022/06/07 13:23:53 UTC

[datasketches-memory] branch integrate-memory17 updated (2d07c84 -> f5ed262)

This is an automated email from the ASF dual-hosted git repository.

dcromberge pushed a change to branch integrate-memory17
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


    from 2d07c84  Update implementation with latest commit from memory17 repo
     add f5ed262  Update tests

No new revisions were added by this update.

Summary of changes:
 .../memory/test/AllocateDirectMapMemoryTest.java   | 118 ++++-------
 .../memory/test/AllocateDirectMemoryTest.java      |  93 ++++-----
 .../test/AllocateDirectWritableMapMemoryTest.java  | 217 +++++++++----------
 .../datasketches/memory/test/BaseBufferTest.java   |  19 +-
 .../datasketches/memory/test/BaseStateTest.java    |  81 ++-----
 .../datasketches/memory/test/Buffer2Test.java      |  46 +---
 .../memory/test/BufferBoundaryCheckTest.java       | 114 +++-------
 .../memory/test/BufferInvariantsTest.java          |  18 +-
 .../memory/test/BufferReadWriteSafetyTest.java     |  87 ++++----
 .../datasketches/memory/test/BufferTest.java       |  41 ++--
 .../datasketches/memory/test/CommonBufferTest.java |  54 ++---
 .../datasketches/memory/test/CommonMemoryTest.java |  81 ++-----
 .../memory/test/CopyMemoryOverlapTest.java         |  16 +-
 .../datasketches/memory/test/CopyMemoryTest.java   |  78 ++++---
 .../memory/test/DruidIssue11544Test.java           |  31 +--
 .../test/ExampleMemoryRequestServerTest.java       | 117 ++++-------
 .../memory/test/IgnoredArrayOverflowTest.java      |  18 +-
 .../datasketches/memory/test/LeafImplTest.java     | 153 ++++++--------
 .../memory/test/MemoryBoundaryCheckTest.java       |  82 +++-----
 .../memory/test/MemoryReadWriteSafetyTest.java     |  97 ++++-----
 .../datasketches/memory/test/MemoryTest.java       | 207 +++++++++---------
 .../memory/test/MemoryWriteToTest.java             |  47 +++--
 ...rmurHash3v2Test.java => MurmurHash3v3Test.java} |  38 +++-
 .../memory/test/NativeWritableBufferImplTest.java  | 127 ++++-------
 .../memory/test/NativeWritableMemoryImplTest.java  | 232 +++++++++------------
 .../test/NonNativeWritableBufferImplTest.java      |  33 ++-
 .../test/NonNativeWritableMemoryImplTest.java      |  47 +----
 .../datasketches/memory/test/SpecificLeafTest.java | 151 +++++++-------
 .../apache/datasketches/memory/test/UtilTest.java  | 105 +---------
 .../memory/test/WritableDirectCopyTest.java        |  60 +++---
 .../memory/test/WritableMemoryTest.java            |  70 +++----
 .../memory/test/XxHash64LoopingTest.java           |   2 +-
 .../datasketches/memory/test/XxHash64Test.java     |   8 +-
 .../datasketches/memory/test/ZeroCapacityTest.java |  20 +-
 34 files changed, 1087 insertions(+), 1621 deletions(-)
 copy datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/{MurmurHash3v2Test.java => MurmurHash3v3Test.java} (91%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org