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-memory17.git
from f19bbfc Added slf4j-nop to eliminate warning.
new 9b9a589 Update memory17
new 2d69298 Update memory17
The 2 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:
.gitignore | 10 +-
compile.sh | 51 +++---
libs/datasketches-memory-3.0.0.jar | Bin 43810 -> 45528 bytes
...sts.jar => datasketches-memory-tests-3.0.0.jar} | Bin 112533 -> 114606 bytes
mods/.keep.txt | 0
scripts/myargfile.txt | 28 +++
testng.xml => scripts/testngByClasses.xml | 11 +-
scripts/testngByPackage.xml | 29 +++
.../apache/datasketches/memory/internal/Util.java | 199 +++++++++++++++++----
.../internal/AllocateDirectMapMemoryTest.java | 2 +-
.../memory/internal/ResourceFromJarTest.java | 71 ++++++++
.../datasketches/memory/internal/UtilTest.java | 10 +-
12 files changed, 345 insertions(+), 66 deletions(-)
rename libs/{datasketches-memory-3.0.0-tests.jar =>
datasketches-memory-tests-3.0.0.jar} (80%)
delete mode 100644 mods/.keep.txt
create mode 100644 scripts/myargfile.txt
rename testng.xml => scripts/testngByClasses.xml (91%)
create mode 100644 scripts/testngByPackage.xml
create mode 100644
src/test/java/org/apache/datasketches/memory/internal/ResourceFromJarTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]