This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/refactor_bundle_cache
in repository https://gitbox.apache.org/repos/asf/celix.git
from 3aa39be9 Add some extra error injection tests
add b0eb4bc9 Add additional error injection to increase code coverage.
No new revisions were added by this update.
Summary of changes:
documents/framework.md | 15 ++++++++
libs/error_injector/CMakeLists.txt | 1 +
libs/error_injector/api/celix_error_injector.h | 38 ++++++++++++++++++++
.../{malloc => asprintf}/CMakeLists.txt | 10 +++---
.../malloc_ei.h => asprintf/include/asprintf_ei.h} | 10 +++---
.../src/asprintf_ei.cc} | 24 +++++++------
libs/error_injector/celix_utils/CMakeLists.txt | 7 +++-
.../celix_utils/include/celix_utils_ei.h | 4 +++
.../celix_utils/src/celix_utils_ei.cc | 31 ++++++++++++++---
libs/framework/gtest/CMakeLists.txt | 2 +-
.../BundleArchiveWithErrorInjectionTestSuite.cc | 40 +++++++++++++++++++---
libs/framework/include/celix/Bundle.h | 2 +-
libs/framework/include/celix_bundle.h | 2 +-
libs/framework/src/bundle_archive.c | 7 ++--
14 files changed, 154 insertions(+), 39 deletions(-)
copy libs/error_injector/{malloc => asprintf}/CMakeLists.txt (71%)
copy libs/error_injector/{malloc/include/malloc_ei.h =>
asprintf/include/asprintf_ei.h} (82%)
copy libs/error_injector/{celix_properties/include/celix_properties_ei.h =>
asprintf/src/asprintf_ei.cc} (69%)