This is an automated email from the ASF dual-hosted git repository.
igodwin pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.
from 31c5402 Fix cli integration-test2 flakiness (#362)
add 5a46b65 GEODE-5750: Fix incorrect optype enum value (#361)
No new revisions were added by this update.
Summary of changes:
clicache/integration-test2/CMakeLists.txt | 1 +
clicache/integration-test2/CqOperationTest.cs | 220 ++++++++++++++++++++++++++
clicache/integration-test2/GeodeServer.cs | 8 +-
clicache/src/CqOperation.hpp | 5 +-
cppcache/include/geode/CqOperation.hpp | 3 -
cppcache/src/Task.hpp | 42 +++--
cppcache/src/TcrChunkedContext.hpp | 18 +--
7 files changed, 262 insertions(+), 35 deletions(-)
create mode 100644 clicache/integration-test2/CqOperationTest.cs