You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2021/08/10 23:30:18 UTC

[datasketches-memory] branch CleanUp updated (7f24f6e -> 52592d4)

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

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


    from 7f24f6e  Alignment of some comments.
     add e97d072  Merge pull request #136 from apache/DS-javaIssue358
     add 58bb816  This test mimics the Druid issue #11544, but at a much smaller scale.
     add 25ef76b  Add more tests.
     add edc2003  Fix 2 issues found during review.
     add 8cb5f39  Merge pull request #138 from apache/addMimicDruidTest
     add 52592d4  Merge branch 'master' into CleanUp

No new revisions were added by this update.

Summary of changes:
 .../datasketches/memory/test/BaseStateTest.java    |  25 ++
 .../datasketches/memory/test/Buffer2Test.java      |  13 +-
 .../memory/test/DruidIssue11544Test.java           |  89 +++++
 ...age-info.java => MemoryCloseExceptionTest.java} |  19 +
 .../memory/test/MurmurHash3v2Test.java             | 402 +++++++++++++++++++++
 .../memory/internal/BaseStateImpl.java             |   5 +-
 6 files changed, 549 insertions(+), 4 deletions(-)
 create mode 100644 datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/DruidIssue11544Test.java
 copy datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/{package-info.java => MemoryCloseExceptionTest.java} (68%)
 create mode 100644 datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/MurmurHash3v2Test.java

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