GEODE-9322: Fix possible race condition on new ITs (#810)

- Solved a potential race condition in TransactionCleaningTest TS
   due to the fact that no checks were performed after starting/stopping
   the server.
 - Added gmock_actions helper to avoid gmock actions duplication.
1 file changed
tree: e927798ad83a7d036b95f61d7037398467c790f6
  1. c_bindings/
  2. ci/
  3. clicache/
  4. cmake/
  5. cppcache/
  6. defaultSystem/
  7. dependencies/
  8. dist/
  9. docker/
  10. docs/
  11. etc/
  12. examples/
  13. executables/
  14. packer/
  15. sni-test-config/
  16. sqliteimpl/
  17. ssl_keys/
  18. templates/
  19. tests/
  20. tools/
  21. xsds/
  22. .asf.yaml
  23. .clang-format
  24. .clang-tidy
  25. .cpackignore
  26. .gitignore
  27. .lcovrc
  28. .lgtm.yml
  29. .ratignore
  30. BUILDING.md
  31. CMakeLists.txt
  32. CONTRIBUTING.md
  33. FindNativeClient.cmake
  34. FindNativeClientCPPCache.cmake
  35. LICENSE
  36. NOTICE
  37. README.md
README.md

Apache Geode

Build Status License LGTM Total Alerts Language grade: C/C++ Language grade: C# Language grade: JavaScript

Table of Contents

Overview

Native Client is a client implementation for Apache Geode that does not require the Java server JARs.

Building from Source

Directions to build Native Client from source can be found in the source distribution in BUILDING.md.

Application Development

Native Client applications can be written in these client technologies:

Versioning

Geode Native follows the Semantic Versioning 2.0.0 specification (semver). This specification only addresses the API compatibility with libraries and does not cover ABI compatibility.

C++

ABI compatibility is not preserved similarly to the API compatibility. ABI compatibility is only guaranteed between patch releases. Recompilation is required for both minor and major releases.

.NET

ABI compatibility is preserved similarly to the API compatibility. ABI compatibility is guaranteed between patch and minor releases. Recompilation is only require for major releases or to utilize new APIs added in minor releases.

Export Control

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

  • Apache Geode links to and uses OpenSSL ciphers.