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

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


    from f6a7c58b Merge pull request #256 from apache/typo_in_main
     add cabf9ca9 More comprehensive tests.
     add 7f40e8b1 Add missing license
     add e0faea24 Better test coverage AND actual checking for the 
@pawel-weijacha bug for all the primitives.
     new 22c79088 Merge pull request #257 from apache/better_test_coverage

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:
 .../memory/internal/NativeWritableBufferImpl.java  |   4 +-
 .../datasketches/memory/internal/ResourceImpl.java |   2 +-
 .../memory/internal/WritableBufferImpl.java        |   2 +-
 .../internal/NativeWritableBufferImplTest.java     | 315 +++++++++------------
 .../internal/NativeWritableMemoryImplTest.java     | 303 ++++++++------------
 .../internal/NonNativeWritableBufferImplTest.java  | 176 +++++++-----
 .../internal/NonNativeWritableMemoryImplTest.java  | 156 +++++-----
 .../datasketches/memory/internal/ResourceTest.java |  21 ++
 .../datasketches/memory/internal/UtilForTest.java  |  53 ++++
 9 files changed, 515 insertions(+), 517 deletions(-)
 create mode 100644 
src/test/java/org/apache/datasketches/memory/internal/UtilForTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to