This is an automated email from the ASF dual-hosted git repository.
leerho pushed a change to branch 6.0.X
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
from f05d0b3e Fixed all the tests which lacked the ability to test this bug.
add 555008af More comprehensive tests.
add 2075ff3e Add missing license
add 45b1a5b8 Better test coverage AND actual checking for the
@pawel-weijacha bug for all the primitives.
add 97b976ee Redo var names
new 8bab1daa Merge pull request #258 from apache/6.0.X_cherrypick_tgt2
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 | 308 ++++++++-------------
.../internal/NativeWritableMemoryImplTest.java | 293 ++++++++------------
.../internal/NonNativeWritableBufferImplTest.java | 106 ++++---
.../internal/NonNativeWritableMemoryImplTest.java | 105 ++++---
.../datasketches/memory/internal/ResourceTest.java | 21 ++
.../datasketches/memory/internal/UtilForTest.java} | 26 +-
9 files changed, 402 insertions(+), 465 deletions(-)
copy src/{main/java/org/apache/datasketches/memory/internal/package-info.java
=> test/java/org/apache/datasketches/memory/internal/UtilForTest.java} (55%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]