This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from cd5a44cf Merge pull request #551 from xuzhenbao/rsa_shm_unit_test
add 96b22b7d Add tests for system bundle archive creation failures.
add 26fffc94 Add tests for normal bundle archive creation failures.
add eca2f207 Delete residue archive directory in case of errors.
add 7e0541fe Fix logging null string in case of bundleArchive_revise error.
add be8461b7 Add more tests for bundle archive.
add 3842b6e3 Fix a memory leak in test.
add 2e24b1f6 Avoid unnecessary disk write with an extra disk read.
new 53cf5860 Merge pull request #564 from apache/feature/556-osgi-uninstall
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:
libs/error_injector/CMakeLists.txt | 1 +
.../error_injector/unistd}/CMakeLists.txt | 13 +-
.../asprintf_ei.h => unistd/include/unistd_ei.h} | 12 +-
.../src/ifaddrs_ei.cc => unistd/src/unistd_ei.cc} | 18 +-
libs/framework/gtest/CMakeLists.txt | 4 +-
.../BundleArchiveWithErrorInjectionTestSuite.cc | 209 +++++++++++++---
.../src/CelixBundleCacheErrorInjectionTestSuite.cc | 111 ++++++---
.../gtest/src/CelixBundleCacheTestSuite.cc | 4 +
libs/framework/include_deprecated/bundle_archive.h | 7 +-
libs/framework/src/bundle_archive.c | 269 ++++++++++++---------
libs/framework/src/bundle_archive_private.h | 7 +
libs/framework/src/bundle_revision.c | 4 +-
12 files changed, 437 insertions(+), 222 deletions(-)
copy {bundles/logging/log_helper/gtest =>
libs/error_injector/unistd}/CMakeLists.txt (72%)
copy libs/error_injector/{asprintf/include/asprintf_ei.h =>
unistd/include/unistd_ei.h} (85%)
copy libs/error_injector/{ifaddrs/src/ifaddrs_ei.cc =>
unistd/src/unistd_ei.cc} (77%)