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:24:04 UTC

[datasketches-memory] branch master updated (e97d072 -> 8cb5f39)

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

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


    from 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.
     new 8cb5f39  Merge pull request #138 from apache/addMimicDruidTest

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../datasketches/memory/test/BaseStateTest.java    |  31 +-
 .../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, 552 insertions(+), 7 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


[datasketches-memory] 01/01: Merge pull request #138 from apache/addMimicDruidTest

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8cb5f3945ee630e1c3b1ac6d887a5505afc86770
Merge: e97d072 edc2003
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Aug 10 16:24:00 2021 -0700

    Merge pull request #138 from apache/addMimicDruidTest
    
    This test mimics the Druid issue #11544, but at a much smaller scale.

 .../datasketches/memory/test/BaseStateTest.java    |  31 +-
 .../datasketches/memory/test/Buffer2Test.java      |  13 +-
 .../memory/test/DruidIssue11544Test.java           |  89 +++++
 .../memory/test/MemoryCloseExceptionTest.java      |  39 ++
 .../memory/test/MurmurHash3v2Test.java             | 402 +++++++++++++++++++++
 .../memory/internal/BaseStateImpl.java             |   5 +-
 6 files changed, 572 insertions(+), 7 deletions(-)

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