You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/03/09 14:04:42 UTC

[celix] branch develop updated (f865fd2 -> c84db1a)

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

pnoltes pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from f865fd2  Merge pull request #164 from bakkerv/feature/fix-memstream-available
     add bd08d2d  #91 Refactors rsa tests from cpputest to googletest, split up tests so that they can be run separately and fixes an issue with double frees in libdfi.
     new c84db1a  Merge pull request #167 from apache/feature/#91-rsa_double_free

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:
 .../remote_service_admin_dfi/CMakeLists.txt        |   2 +-
 .../{test => gtest}/CMakeLists.txt                 |  10 +-
 .../{test => gtest}/client.properties.in           |   0
 .../{test => gtest}/config.properties.in           |   0
 .../{test => gtest}/server.properties.in           |   0
 .../remote_service_admin_dfi}/gtest/src/main.cc    |   0
 .../gtest/src/rsa_client_server_tests.cc           | 190 +++++++++++++++++++++
 .../src/rsa_tests.cpp => gtest/src/rsa_tests.cc}   |  74 ++++----
 .../{test => gtest}/src/tst_activator.c            |   0
 .../{test => gtest}/src/tst_service.h              |   0
 .../test/src/rsa_client_server_tests.cpp           | 129 --------------
 .../test/src/run_tests.cpp                         |  26 ---
 libs/dfi/src/dyn_type.c                            |   3 +-
 13 files changed, 236 insertions(+), 198 deletions(-)
 rename bundles/remote_services/remote_service_admin_dfi/{test => gtest}/CMakeLists.txt (94%)
 rename bundles/remote_services/remote_service_admin_dfi/{test => gtest}/client.properties.in (100%)
 rename bundles/remote_services/remote_service_admin_dfi/{test => gtest}/config.properties.in (100%)
 rename bundles/remote_services/remote_service_admin_dfi/{test => gtest}/server.properties.in (100%)
 copy bundles/{pubsub/pubsub_protocol_wire_v1 => remote_services/remote_service_admin_dfi}/gtest/src/main.cc (100%)
 create mode 100644 bundles/remote_services/remote_service_admin_dfi/gtest/src/rsa_client_server_tests.cc
 rename bundles/remote_services/remote_service_admin_dfi/{test/src/rsa_tests.cpp => gtest/src/rsa_tests.cc} (82%)
 rename bundles/remote_services/remote_service_admin_dfi/{test => gtest}/src/tst_activator.c (100%)
 rename bundles/remote_services/remote_service_admin_dfi/{test => gtest}/src/tst_service.h (100%)
 delete mode 100644 bundles/remote_services/remote_service_admin_dfi/test/src/rsa_client_server_tests.cpp
 delete mode 100644 bundles/remote_services/remote_service_admin_dfi/test/src/run_tests.cpp


[celix] 01/01: Merge pull request #167 from apache/feature/#91-rsa_double_free

Posted by pn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git

commit c84db1a17edc6aca20d497e9bc747448f2cbe24b
Merge: f865fd2 bd08d2d
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Mon Mar 9 15:04:36 2020 +0100

    Merge pull request #167 from apache/feature/#91-rsa_double_free
    
    #91 Refactors rsa tests from cpputest to googletest, split up tests s…

 .../remote_service_admin_dfi/CMakeLists.txt        |   2 +-
 .../{test => gtest}/CMakeLists.txt                 |  10 +-
 .../{test => gtest}/client.properties.in           |   0
 .../{test => gtest}/config.properties.in           |   0
 .../{test => gtest}/server.properties.in           |   0
 .../remote_service_admin_dfi/gtest/src/main.cc     |  26 +++
 .../gtest/src/rsa_client_server_tests.cc           | 190 +++++++++++++++++++++
 .../src/rsa_tests.cpp => gtest/src/rsa_tests.cc}   |  74 ++++----
 .../{test => gtest}/src/tst_activator.c            |   0
 .../{test => gtest}/src/tst_service.h              |   0
 .../test/src/rsa_client_server_tests.cpp           | 129 --------------
 .../test/src/run_tests.cpp                         |  26 ---
 libs/dfi/src/dyn_type.c                            |   3 +-
 13 files changed, 262 insertions(+), 198 deletions(-)