[geode-native] branch develop updated: GEODE-9511: Update ACE cmake config for VS2019 (#847)

2021-08-18 Thread mmartell
This is an automated email from the ASF dual-hosted git repository.

mmartell pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
 new 9221b91  GEODE-9511: Update ACE cmake config for VS2019 (#847)
9221b91 is described below

commit 9221b915bcb6dbac468fa0f1232163f48b3034b4
Author: Michael Martell 
AuthorDate: Wed Aug 18 21:28:53 2021 -0700

GEODE-9511: Update ACE cmake config for VS2019 (#847)
---
 dependencies/ACE/CMakeLists.txt | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dependencies/ACE/CMakeLists.txt b/dependencies/ACE/CMakeLists.txt
index dd546e3..ee2c042 100644
--- a/dependencies/ACE/CMakeLists.txt
+++ b/dependencies/ACE/CMakeLists.txt
@@ -79,7 +79,7 @@ if (${WIN32})
   set ( _CONFIGURE_COMMAND ${MPC} -static ${MPC_FLAGS}
-name_modifier "*_${MPC_TYPE}_static"
-value_template MultiProcessorCompilation=true
-   -value_template 
WindowsTargetPlatformVersion=${CMAKE_SYSTEM_VERSION}
+   -value_template 
WindowsTargetPlatformVersion=${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}
-value_template staticflags+=__ACE_INLINE__
-value_template staticflags+=ACE_BUILD_DLL
-value_template staticflags+=ACE_AS_STATIC_LIBS
@@ -89,9 +89,14 @@ if (${WIN32})
   )
   set ( _INSTALL_COMMAND ${CMAKE_COMMAND} -E copy_directory /lib 
/lib
  COMMAND ${CMAKE_COMMAND} -E copy_directory /ace 
/include/ace
- COMMAND ${CMAKE_COMMAND} -E copy 
/ace/Static_$<$:Debug>$<$>:Release>/ace_${MPC_TYPE}_static/AMD64/ACE_${MPC_TYPE}_static.pdb
 /lib
   )
 
+  if(MSVC_TOOLSET_VERSION LESS 142)
+set ( _INSTALL_COMMAND ${_INSTALL_COMMAND}
+   COMMAND ${CMAKE_COMMAND} -E copy 
/ace/Static_$<$:Debug>$<$>:Release>/ace_${MPC_TYPE}_static/AMD64/ACE_${MPC_TYPE}_static.pdb
 /lib
+)
+  endif()
+
   set(CMAKE_STATIC_LIBRARY_SUFFIX s$<${MSVC}:$<$:d>>.lib)
 
 else()


Error while running github feature from .asf.yaml in geode-native!

2021-08-18 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
dump_all() got an unexpected keyword argument 'sort_keys'


[geode] branch develop updated (6e7110f -> 2a321cf)

2021-08-18 Thread dschneider
This is an automated email from the ASF dual-hosted git repository.

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


from 6e7110f  GEODE-8870: Removes GFE_8009
 add 2a321cf  GEODE-9500: clear deltaInfo even if delta not distributed

No new revisions were added by this update.

Summary of changes:
 .../redis/internal/data/AbstractRedisData.java | 18 ++
 .../geode/redis/internal/data/RedisHashTest.java   | 58 ++-
 .../geode/redis/internal/data/RedisSetTest.java| 66 +++---
 .../redis/internal/data/RedisSortedSetTest.java| 42 ++
 .../geode/redis/internal/data/RedisStringTest.java | 51 ++---
 5 files changed, 117 insertions(+), 118 deletions(-)


Error while running github feature from .asf.yaml in geode-native!

2021-08-18 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
dump_all() got an unexpected keyword argument 'sort_keys'


[geode-native] branch develop updated: GEODE-9356: Disabled netcore-tests until working.

2021-08-18 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
 new 6cf3c9e  GEODE-9356: Disabled netcore-tests until working.
6cf3c9e is described below

commit 6cf3c9e51d74021fac741e20ec55204b02215c28
Author: Jacob Barrett 
AuthorDate: Wed Aug 18 16:27:40 2021 -0700

GEODE-9356: Disabled netcore-tests until working.
---
 ci/lib/templates.lib.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/lib/templates.lib.yml b/ci/lib/templates.lib.yml
index 8aa5b4d..ca46abf 100644
--- a/ci/lib/templates.lib.yml
+++ b/ci/lib/templates.lib.yml
@@ -222,7 +222,7 @@ plan:
 - #@ remote_task("net-integration-tests", config.config, 
ctest_bash_task("build/clicache/integration-test2"), "1h", build.params)
 - #@ remote_task("net-legacy-integration-tests", config.config, 
ctest_bash_task("build/clicache/integration-test", timeout=500, parallel=4), 
"2h", build.params)
 #@ end
-- #@ remote_task("netcore-tests", config.config, 
dotnet_bash_task("source/netcore/NetCore.Test"), "10m", build.params)
+#!- #@ remote_task("netcore-tests", config.config, 
dotnet_bash_task("source/netcore/NetCore.Test"), "10m", build.params)
 on_failure:
   in_parallel:
 steps:


Error while running github feature from .asf.yaml in geode-native!

2021-08-18 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
dump_all() got an unexpected keyword argument 'sort_keys'


[geode-native] 02/02: GEODE-9356: Fixes dotnet install.

2021-08-18 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit fdf367e95a727c112567130ec44f3bb9e51bd9ce
Author: Jacob Barrett 
AuthorDate: Wed Aug 18 15:30:26 2021 -0700

GEODE-9356: Fixes dotnet install.
---
 packer/linux/install-dotnet.sh | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/packer/linux/install-dotnet.sh b/packer/linux/install-dotnet.sh
index 365d513..2992bc0 100644
--- a/packer/linux/install-dotnet.sh
+++ b/packer/linux/install-dotnet.sh
@@ -17,10 +17,8 @@
 
 set -x -e -o pipefail
 
-tmp=$(mktemp)
+curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin \
+--channel 3.1 \
+--install-dir /usr/lib/dotnet
 
-curl -o ${tmp} -L https://dot.net/v1/dotnet-install.sh
-
-bash ${tmp} --channel 3.1
-
-rm -f ${tmp}
+ln -s /usr/lib/dotnet/dotnet /usr/bin/dotnet


[geode-native] branch develop updated (3292e01 -> fdf367e)

2021-08-18 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


from 3292e01  Unlock develop, attempt #3 (#851)
 new d7cb437  GEODE-9356: Fixes test path.
 new fdf367e  GEODE-9356: Fixes dotnet install.

The 2 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:
 ci/lib/templates.lib.yml   |  2 +-
 packer/linux/install-dotnet.sh | 10 --
 2 files changed, 5 insertions(+), 7 deletions(-)


[geode-native] 01/02: GEODE-9356: Fixes test path.

2021-08-18 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit d7cb437399266d1a1902ae9ecd370f240336540d
Author: Jacob Barrett 
AuthorDate: Wed Aug 18 14:47:32 2021 -0700

GEODE-9356: Fixes test path.
---
 ci/lib/templates.lib.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/lib/templates.lib.yml b/ci/lib/templates.lib.yml
index 21653ab..8aa5b4d 100644
--- a/ci/lib/templates.lib.yml
+++ b/ci/lib/templates.lib.yml
@@ -222,7 +222,7 @@ plan:
 - #@ remote_task("net-integration-tests", config.config, 
ctest_bash_task("build/clicache/integration-test2"), "1h", build.params)
 - #@ remote_task("net-legacy-integration-tests", config.config, 
ctest_bash_task("build/clicache/integration-test", timeout=500, parallel=4), 
"2h", build.params)
 #@ end
-- #@ remote_task("netcore-tests", config.config, 
dotnet_bash_task("netcore/Netcore.Test"), "10m", build.params)
+- #@ remote_task("netcore-tests", config.config, 
dotnet_bash_task("source/netcore/NetCore.Test"), "10m", build.params)
 on_failure:
   in_parallel:
 steps:


Error while running github feature from .asf.yaml in geode-native!

2021-08-18 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
dump_all() got an unexpected keyword argument 'sort_keys'


[geode-native] branch develop updated: Unlock develop, attempt #3 (#851)

2021-08-18 Thread bbender
This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
 new 3292e01  Unlock develop, attempt #3 (#851)
3292e01 is described below

commit 3292e0106b21d8f62dc9dd75b4679b9692c9dad8
Author: Blake Bender 
AuthorDate: Wed Aug 18 15:56:31 2021 -0700

Unlock develop, attempt #3 (#851)
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 35eabf0..61fbd85 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -36,7 +36,7 @@ github:
 # strict means "Require branches to be up to date before merging".
 strict: false
 # contexts are the names of checks that must pass
-contexts:
+contexts: []
 #- "concourse-ci/build-rhel-7-debug"
 #- "concourse-ci/build-rhel-8-debug"
 #- "concourse-ci/build-ubuntu-16.04-debug"


[geode-native] branch develop updated: Unlock develop branch, 2nd attempt (#849)

2021-08-18 Thread bbender
This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
 new 309ac2c  Unlock develop branch, 2nd attempt (#849)
309ac2c is described below

commit 309ac2c6b9d0b9b119111e06953ce53a0e1d60dc
Author: Blake Bender 
AuthorDate: Wed Aug 18 15:40:59 2021 -0700

Unlock develop branch, 2nd attempt (#849)

* Unlock develop branch, 2nd attempt
- Just make all gates optional instead, and require 0 reviews

* Also make source code checks optional
---
 .asf.yaml | 50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index c4922d2..35eabf0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,33 +30,33 @@ github:
 # enable rebase button:
 rebase:  true
 
-  #protected_branches:
-  #  develop:
-  #required_status_checks:
-  #  # strict means "Require branches to be up to date before merging".
-  #  strict: false
-  #  # contexts are the names of checks that must pass
-  #  contexts:
-  #  - "concourse-ci/build-rhel-7-debug"
-  #  - "concourse-ci/build-rhel-8-debug"
-  #  - "concourse-ci/build-ubuntu-16.04-debug"
-  #  - "concourse-ci/build-ubuntu-18.04-debug"
-  #  - "concourse-ci/build-ubuntu-20.04-debug"
-  #  - "concourse-ci/build-windows-2016-vs-2017-debug"
-  #  # - "concourse-ci/build-windows-2019-vs-2019-debug"
-  #  - "concourse-ci/clang-format"
-  #  - "concourse-ci/clang-tidy"
-  #  - "concourse-ci/rat-check"
-  #  # - "LGTM analysis: C#"
-  #  # - "LGTM analysis: JavaScript"
-  #  # - "LGTM analysis: C/C++"
+  protected_branches:
+develop:
+  required_status_checks:
+# strict means "Require branches to be up to date before merging".
+strict: false
+# contexts are the names of checks that must pass
+contexts:
+#- "concourse-ci/build-rhel-7-debug"
+#- "concourse-ci/build-rhel-8-debug"
+#- "concourse-ci/build-ubuntu-16.04-debug"
+#- "concourse-ci/build-ubuntu-18.04-debug"
+#- "concourse-ci/build-ubuntu-20.04-debug"
+#- "concourse-ci/build-windows-2016-vs-2017-debug"
+# - "concourse-ci/build-windows-2019-vs-2019-debug"
+#- "concourse-ci/clang-format"
+#- "concourse-ci/clang-tidy"
+#- "concourse-ci/rat-check"
+# - "LGTM analysis: C#"
+# - "LGTM analysis: JavaScript"
+# - "LGTM analysis: C/C++"
 
-  #required_pull_request_reviews:
-  #  dismiss_stale_reviews: false
-  #  require_code_owner_reviews: false
-  #  required_approving_review_count: 1
+  required_pull_request_reviews:
+dismiss_stale_reviews: false
+require_code_owner_reviews: false
+required_approving_review_count: 0
 
-  #required_signatures: false
+  required_signatures: false
 
 notifications:
 commits: commits@geode.apache.org


Error while running github feature from .asf.yaml in geode-native!

2021-08-18 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
[GitHub] Request error with message: "Invalid request.

No subschema in "anyOf" matched.
For 'properties/contexts', nil is not an array.
Not all subschemas of "allOf" matched.
For 'anyOf/1', {"contexts"=>nil, "strict"=>false} is not a null.". (status 
code: 422)


[geode] branch develop updated (12e0b14 -> 6e7110f)

2021-08-18 Thread jbarrett
This is an automated email from the ASF dual-hosted git repository.

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


from 12e0b14  GEODE-9496: Enhance the usage of newly introduced system 
property (#6756)
 add 6e7110f  GEODE-8870: Removes GFE_8009

No new revisions were added by this update.

Summary of changes:
 .../internal/cache/tier/sockets/command/ExecuteFunction70.java| 4 +---
 .../cache/tier/sockets/command/ExecuteRegionFunction66.java   | 3 +--
 .../tier/sockets/command/ExecuteRegionFunctionSingleHop.java  | 4 +---
 .../cache/tier/sockets/command/RegisterInterest61Test.java| 2 +-
 .../cache/tier/sockets/command/RegisterInterestList66Test.java| 2 +-
 .../org/apache/geode/internal/serialization/KnownVersion.java | 8 
 6 files changed, 5 insertions(+), 18 deletions(-)


[geode-native] 01/01: GEODE-9511: Update ACE cmake config for VS2019

2021-08-18 Thread mmartell
This is an automated email from the ASF dual-hosted git repository.

mmartell pushed a commit to branch GEODE-9511-allow-default-sdk-for-ACE
in repository https://gitbox.apache.org/repos/asf/geode-native.git

commit 2d459a60355906b3494c08ee805a22628125d109
Author: Mike Martell 
AuthorDate: Wed Aug 18 13:30:18 2021 -0700

GEODE-9511: Update ACE cmake config for VS2019
---
 dependencies/ACE/CMakeLists.txt | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dependencies/ACE/CMakeLists.txt b/dependencies/ACE/CMakeLists.txt
index dd546e3..ee2c042 100644
--- a/dependencies/ACE/CMakeLists.txt
+++ b/dependencies/ACE/CMakeLists.txt
@@ -79,7 +79,7 @@ if (${WIN32})
   set ( _CONFIGURE_COMMAND ${MPC} -static ${MPC_FLAGS}
-name_modifier "*_${MPC_TYPE}_static"
-value_template MultiProcessorCompilation=true
-   -value_template 
WindowsTargetPlatformVersion=${CMAKE_SYSTEM_VERSION}
+   -value_template 
WindowsTargetPlatformVersion=${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}
-value_template staticflags+=__ACE_INLINE__
-value_template staticflags+=ACE_BUILD_DLL
-value_template staticflags+=ACE_AS_STATIC_LIBS
@@ -89,9 +89,14 @@ if (${WIN32})
   )
   set ( _INSTALL_COMMAND ${CMAKE_COMMAND} -E copy_directory /lib 
/lib
  COMMAND ${CMAKE_COMMAND} -E copy_directory /ace 
/include/ace
- COMMAND ${CMAKE_COMMAND} -E copy 
/ace/Static_$<$:Debug>$<$>:Release>/ace_${MPC_TYPE}_static/AMD64/ACE_${MPC_TYPE}_static.pdb
 /lib
   )
 
+  if(MSVC_TOOLSET_VERSION LESS 142)
+set ( _INSTALL_COMMAND ${_INSTALL_COMMAND}
+   COMMAND ${CMAKE_COMMAND} -E copy 
/ace/Static_$<$:Debug>$<$>:Release>/ace_${MPC_TYPE}_static/AMD64/ACE_${MPC_TYPE}_static.pdb
 /lib
+)
+  endif()
+
   set(CMAKE_STATIC_LIBRARY_SUFFIX s$<${MSVC}:$<$:d>>.lib)
 
 else()


[geode-native] branch GEODE-9511-allow-default-sdk-for-ACE created (now 2d459a6)

2021-08-18 Thread mmartell
This is an automated email from the ASF dual-hosted git repository.

mmartell pushed a change to branch GEODE-9511-allow-default-sdk-for-ACE
in repository https://gitbox.apache.org/repos/asf/geode-native.git.


  at 2d459a6  GEODE-9511: Update ACE cmake config for VS2019

This branch includes the following new commits:

 new 2d459a6  GEODE-9511: Update ACE cmake config for VS2019

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.



[geode] branch develop updated (befc7cc -> 12e0b14)

2021-08-18 Thread zhouxj
This is an automated email from the ASF dual-hosted git repository.

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


from befc7cc  GEODE-9186: Add Radish ZPOPMIN command (#6738)
 add 12e0b14  GEODE-9496: Enhance the usage of newly introduced system 
property (#6756)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/geode/cache/client/internal/QueryOp.java |  8 +---
 .../org/apache/geode/internal/lang/SystemPropertyHelper.java | 12 
 .../apache/geode/internal/lang/SystemPropertyHelperTest.java | 11 +++
 3 files changed, 28 insertions(+), 3 deletions(-)


[geode-native] branch develop updated: GEODE-9356: Making netcore-tests run on Windows and Linux (#844)

2021-08-18 Thread bbender
This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
 new 5150e05  GEODE-9356: Making netcore-tests run on Windows and Linux 
(#844)
5150e05 is described below

commit 5150e0550eb06dbbab893f292dc954b7e258e38b
Author: Matthew Reddington 
AuthorDate: Wed Aug 18 14:32:05 2021 -0500

GEODE-9356: Making netcore-tests run on Windows and Linux (#844)
---
 ci/lib/templates.lib.txt   | 2 +-
 packer/linux/install-dotnet.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/lib/templates.lib.txt b/ci/lib/templates.lib.txt
index 98ee197..94df686 100644
--- a/ci/lib/templates.lib.txt
+++ b/ci/lib/templates.lib.txt
@@ -81,7 +81,7 @@ remote_shell cmake -E chdir (@= path @) ctest -C 
${CMAKE_CONFIG} -j(@= str(paral
 (@ def dotnet_bash_task(path): -@)
 set -ueo pipefail
 (@= remote_functions() @)
-remote_shell chdir (@= path @) && dotnet test
+remote_shell cmake -E chdir (@= path @) dotnet test
 (@- end @)
 
 (@ def clang_tidy_bash_task(): -@)
diff --git a/packer/linux/install-dotnet.sh b/packer/linux/install-dotnet.sh
index e028683..365d513 100644
--- a/packer/linux/install-dotnet.sh
+++ b/packer/linux/install-dotnet.sh
@@ -19,7 +19,7 @@ set -x -e -o pipefail
 
 tmp=$(mktemp)
 
-curl -o ${tmp} -L $(curl -s https://dot.net/v1/dotnet-install.sh)
+curl -o ${tmp} -L https://dot.net/v1/dotnet-install.sh
 
 bash ${tmp} --channel 3.1
 


Error while running github feature from .asf.yaml in geode-native!

2021-08-18 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
dump_all() got an unexpected keyword argument 'sort_keys'


Error while running github feature from .asf.yaml in geode-native!

2021-08-18 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
dump_all() got an unexpected keyword argument 'sort_keys'


[geode-native] branch develop updated: (Temporarily) Unlock develop (#846)

2021-08-18 Thread bbender
This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
 new 7283ce6  (Temporarily) Unlock develop (#846)
7283ce6 is described below

commit 7283ce6d4fa7e49f1d7d5014dea9acb757d5e16b
Author: Blake Bender 
AuthorDate: Wed Aug 18 12:29:15 2021 -0700

(Temporarily) Unlock develop (#846)
---
 .asf.yaml | 50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 0b4467f..c4922d2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,33 +30,33 @@ github:
 # enable rebase button:
 rebase:  true
 
-  protected_branches:
-develop:
-  required_status_checks:
-# strict means "Require branches to be up to date before merging".
-strict: false
-# contexts are the names of checks that must pass
-contexts:
-- "concourse-ci/build-rhel-7-debug"
-- "concourse-ci/build-rhel-8-debug"
-- "concourse-ci/build-ubuntu-16.04-debug"
-- "concourse-ci/build-ubuntu-18.04-debug"
-- "concourse-ci/build-ubuntu-20.04-debug"
-- "concourse-ci/build-windows-2016-vs-2017-debug"
-# - "concourse-ci/build-windows-2019-vs-2019-debug"
-- "concourse-ci/clang-format"
-- "concourse-ci/clang-tidy"
-- "concourse-ci/rat-check"
-# - "LGTM analysis: C#"
-# - "LGTM analysis: JavaScript"
-# - "LGTM analysis: C/C++"
+  #protected_branches:
+  #  develop:
+  #required_status_checks:
+  #  # strict means "Require branches to be up to date before merging".
+  #  strict: false
+  #  # contexts are the names of checks that must pass
+  #  contexts:
+  #  - "concourse-ci/build-rhel-7-debug"
+  #  - "concourse-ci/build-rhel-8-debug"
+  #  - "concourse-ci/build-ubuntu-16.04-debug"
+  #  - "concourse-ci/build-ubuntu-18.04-debug"
+  #  - "concourse-ci/build-ubuntu-20.04-debug"
+  #  - "concourse-ci/build-windows-2016-vs-2017-debug"
+  #  # - "concourse-ci/build-windows-2019-vs-2019-debug"
+  #  - "concourse-ci/clang-format"
+  #  - "concourse-ci/clang-tidy"
+  #  - "concourse-ci/rat-check"
+  #  # - "LGTM analysis: C#"
+  #  # - "LGTM analysis: JavaScript"
+  #  # - "LGTM analysis: C/C++"
 
-  required_pull_request_reviews:
-dismiss_stale_reviews: false
-require_code_owner_reviews: false
-required_approving_review_count: 1
+  #required_pull_request_reviews:
+  #  dismiss_stale_reviews: false
+  #  require_code_owner_reviews: false
+  #  required_approving_review_count: 1
 
-  required_signatures: false
+  #required_signatures: false
 
 notifications:
 commits: commits@geode.apache.org


[geode] branch develop updated (ed38145 -> befc7cc)

2021-08-18 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository.

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


from ed38145  GEODE-9169: remove netty context switch (#6725)
 add befc7cc  GEODE-9186: Add Radish ZPOPMIN command (#6738)

No new revisions were added by this update.

Summary of changes:
 java => ZPopMinNativeRedisAcceptanceTest.java} |  2 +-
 .../server/AbstractHitsMissesIntegrationTest.java  |  5 ++
 .../sortedset/AbstractZPopMaxIntegrationTest.java  | 14 +++-
 ...st.java => AbstractZPopMinIntegrationTest.java} | 63 ++--
 ...rationTest.java => ZPopMinIntegrationTest.java} |  2 +-
 .../geode/redis/internal/RedisCommandType.java |  3 +
 .../redis/internal/data/NullRedisSortedSet.java|  5 ++
 .../geode/redis/internal/data/RedisSortedSet.java  | 20 -
 .../RedisSortedSetCommandsFunctionExecutor.java| 17 +++--
 ...pMaxExecutor.java => AbstractZPopExecutor.java} | 13 ++--
 .../executor/sortedset/RedisSortedSetCommands.java |  5 +-
 .../executor/sortedset/ZPopMaxExecutor.java| 34 ++---
 .../executor/sortedset/ZPopMinExecutor.java}   | 14 ++--
 .../redis/internal/SupportedCommandsJUnitTest.java |  1 +
 .../redis/internal/data/RedisSortedSetTest.java| 88 +-
 15 files changed, 206 insertions(+), 80 deletions(-)
 copy 
geode-apis-compatible-with-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZAddNativeRedisAcceptanceTest.java
 => ZPopMinNativeRedisAcceptanceTest.java} (93%)
 copy 
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/{AbstractZPopMaxIntegrationTest.java
 => AbstractZPopMinIntegrationTest.java} (72%)
 copy 
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZPopMaxIntegrationTest.java
 => ZPopMinIntegrationTest.java} (94%)
 copy 
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/executor/sortedset/{ZPopMaxExecutor.java
 => AbstractZPopExecutor.java} (84%)
 copy 
geode-apis-compatible-with-redis/src/{integrationTest/java/org/apache/geode/redis/internal/executor/sortedset/ZRemIntegrationTest.java
 => 
main/java/org/apache/geode/redis/internal/executor/sortedset/ZPopMinExecutor.java}
 (75%)


[geode] branch feature/GEODE-9496 updated (6369872 -> a2bb10a)

2021-08-18 Thread zhouxj
This is an automated email from the ASF dual-hosted git repository.

zhouxj pushed a change to branch feature/GEODE-9496
in repository https://gitbox.apache.org/repos/asf/geode.git.


from 6369872  add comments to the new property
 add a2bb10a  fix the words

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/geode/internal/lang/SystemPropertyHelper.java| 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


[geode] branch feature/GEODE-9496 updated (c24e13a -> 6369872)

2021-08-18 Thread zhouxj
This is an automated email from the ASF dual-hosted git repository.

zhouxj pushed a change to branch feature/GEODE-9496
in repository https://gitbox.apache.org/repos/asf/geode.git.


from c24e13a  GEODE-9496: Enhance the usage of newly introduced system 
property
 add 6369872  add comments to the new property

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/geode/internal/lang/SystemPropertyHelper.java | 8 
 1 file changed, 8 insertions(+)


[geode] branch develop updated (a1df4b3 -> ed38145)

2021-08-18 Thread heybales
This is an automated email from the ASF dual-hosted git repository.

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


from a1df4b3  GEODE-9490: Correctly ignore RedisProxy exceptions in 
NativeRedisClusterTestRule (#6745)
 add ed38145  GEODE-9169: remove netty context switch (#6725)

No new revisions were added by this update.

Summary of changes:
 .../executor/connection/QuitIntegrationTest.java   |  2 +-
 .../geode/redis/internal/GeodeRedisServer.java |  9 +--
 .../internal/netty/ExecutionHandlerContext.java| 70 +++---
 .../redis/internal/netty/NettyRedisServer.java | 14 ++---
 4 files changed, 14 insertions(+), 81 deletions(-)


Error while running github feature from .asf.yaml in geode-native!

2021-08-18 Thread Apache Infrastructure


An error occurred while running github feature in .asf.yaml!:
dump_all() got an unexpected keyword argument 'sort_keys'


[geode-native] branch develop updated: Fix formatting (#845)

2021-08-18 Thread bbender
This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
 new 1a3469d  Fix formatting (#845)
1a3469d is described below

commit 1a3469da959e881bc8bcce14facb9e5f43a4c942
Author: Blake Bender 
AuthorDate: Wed Aug 18 08:39:58 2021 -0700

Fix formatting (#845)

We took an update to the clang tools a couple days ago, and the new 
clang-format disagrees with the previous version on a couple of files.
---
 .../integration-test/testThinClientPdxTests.cpp|  8 +++---
 cppcache/src/RegionAttributes.cpp  | 31 --
 2 files changed, 14 insertions(+), 25 deletions(-)

diff --git a/cppcache/integration-test/testThinClientPdxTests.cpp 
b/cppcache/integration-test/testThinClientPdxTests.cpp
index 0f706c0..a575837 100644
--- a/cppcache/integration-test/testThinClientPdxTests.cpp
+++ b/cppcache/integration-test/testThinClientPdxTests.cpp
@@ -4435,14 +4435,12 @@ DUNIT_MAIN
 
 // PDXReaderWriterInvalidUsage
 {
-// disable see bug 999 for more details.
-// testReaderWriterInvalidUsage();
+  // disable see bug 999 for more details.
+  // testReaderWriterInvalidUsage();
 }
 
 // Test LinkedList
-{
-  runJavaInterOpsUsingLinkedList();
-}
+{ runJavaInterOpsUsingLinkedList(); }
 
 // NestedPdxOps
 { runNestedPdxOps(); }
diff --git a/cppcache/src/RegionAttributes.cpp 
b/cppcache/src/RegionAttributes.cpp
index 55811af..5e5e4e3 100644
--- a/cppcache/src/RegionAttributes.cpp
+++ b/cppcache/src/RegionAttributes.cpp
@@ -64,9 +64,8 @@ std::shared_ptr 
RegionAttributes::getCacheLoader() const {
 if (CacheXmlParser::managedCacheLoaderFn_ &&
 m_cacheLoaderFactory.find('.') != std::string::npos) {
   // this is a managed library
-  m_cacheLoader.reset((
-  CacheXmlParser::managedCacheLoaderFn_)(m_cacheLoaderLibrary.c_str(),
- 
m_cacheLoaderFactory.c_str()));
+  m_cacheLoader.reset((CacheXmlParser::managedCacheLoaderFn_)(
+  m_cacheLoaderLibrary.c_str(), m_cacheLoaderFactory.c_str()));
 } else {
   auto funcptr = Utils::getFactoryFunction(
   m_cacheLoaderLibrary, m_cacheLoaderFactory);
@@ -81,9 +80,8 @@ std::shared_ptr 
RegionAttributes::getCacheWriter() const {
 if (CacheXmlParser::managedCacheWriterFn_ &&
 m_cacheWriterFactory.find('.') != std::string::npos) {
   // this is a managed library
-  m_cacheWriter.reset((
-  CacheXmlParser::managedCacheWriterFn_)(m_cacheWriterLibrary.c_str(),
- 
m_cacheWriterFactory.c_str()));
+  m_cacheWriter.reset((CacheXmlParser::managedCacheWriterFn_)(
+  m_cacheWriterLibrary.c_str(), m_cacheWriterFactory.c_str()));
 } else {
   auto funcptr = Utils::getFactoryFunction(
   m_cacheWriterLibrary, m_cacheWriterFactory);
@@ -98,11 +96,8 @@ std::shared_ptr 
RegionAttributes::getCacheListener() const {
 if (CacheXmlParser::managedCacheListenerFn_ &&
 m_cacheListenerFactory.find('.') != std::string::npos) {
   // this is a managed library
-  m_cacheListener.reset(
-  (CacheXmlParser::managedCacheListenerFn_)(m_cacheListenerLibrary
-.c_str(),
-m_cacheListenerFactory
-.c_str()));
+  m_cacheListener.reset((CacheXmlParser::managedCacheListenerFn_)(
+  m_cacheListenerLibrary.c_str(), m_cacheListenerFactory.c_str()));
 } else {
   auto funcptr = Utils::getFactoryFunction(
   m_cacheListenerLibrary, m_cacheListenerFactory);
@@ -119,10 +114,9 @@ std::shared_ptr 
RegionAttributes::getPartitionResolver()
 if (CacheXmlParser::managedPartitionResolverFn_ &&
 m_partitionResolverFactory.find('.') != std::string::npos) {
   // this is a managed library
-  m_partitionResolver.reset((
-  CacheXmlParser::
-  managedPartitionResolverFn_)(m_partitionResolverLibrary.c_str(),
-   
m_partitionResolverFactory.c_str()));
+  m_partitionResolver.reset((CacheXmlParser::managedPartitionResolverFn_)(
+  m_partitionResolverLibrary.c_str(),
+  m_partitionResolverFactory.c_str()));
 } else {
   auto funcptr = Utils::getFactoryFunction(
   m_partitionResolverLibrary, m_partitionResolverFactory);
@@ -138,11 +132,8 @@ std::shared_ptr 
RegionAttributes::getPersistenceManager()
 if (CacheXmlParser::managedPersistenceManagerFn_ &&
 m_persistenceFactory.find('.') != std::string::npos) {
   // this is a managed library
-  m_persistenceManager.reset(
-  (CacheXmlParser::managedPersistenceMan

[geode] branch develop updated: GEODE-9490: Correctly ignore RedisProxy exceptions in NativeRedisClusterTestRule (#6745)

2021-08-18 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/develop by this push:
 new a1df4b3  GEODE-9490: Correctly ignore RedisProxy exceptions in 
NativeRedisClusterTestRule (#6745)
a1df4b3 is described below

commit a1df4b3be86c6ac8668770a88210c3cb5f15abef
Author: Jens Deppe 
AuthorDate: Wed Aug 18 07:08:17 2021 -0700

GEODE-9490: Correctly ignore RedisProxy exceptions in 
NativeRedisClusterTestRule (#6745)
---
 .../java/org/apache/geode/redis/NativeRedisClusterTestRule.java| 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/geode-apis-compatible-with-redis/src/commonTest/java/org/apache/geode/redis/NativeRedisClusterTestRule.java
 
b/geode-apis-compatible-with-redis/src/commonTest/java/org/apache/geode/redis/NativeRedisClusterTestRule.java
index 2ad2721..cd677c2 100644
--- 
a/geode-apis-compatible-with-redis/src/commonTest/java/org/apache/geode/redis/NativeRedisClusterTestRule.java
+++ 
b/geode-apis-compatible-with-redis/src/commonTest/java/org/apache/geode/redis/NativeRedisClusterTestRule.java
@@ -57,7 +57,6 @@ public class NativeRedisClusterTestRule extends 
ExternalResource implements Seri
 // Docker compose does not work on windows in CI. Ignore this test on 
windows
 // Using a RuleChain to make sure we ignore the test before the rule 
comes into play
 .outerRule(new IgnoreOnWindowsRule());
-IgnoredException.addIgnoredException("RedisProxy");
   }
 
   public List getExposedPorts() {
@@ -116,6 +115,8 @@ public class NativeRedisClusterTestRule extends 
ExternalResource implements Seri
 proxies.forEach(p -> p.configure(translationMappings));
 
 logger.info("Started redis cluster with mapped ports: {}", 
translationMappings);
+IgnoredException.addIgnoredException("RedisProxy");
+
 try {
   base.evaluate(); // This will run the test.
 } finally {


[geode] branch develop updated: Added dschneider to redis apis as codeowner (#6769)

2021-08-18 Thread jensdeppe
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/develop by this push:
 new 639c5f9  Added dschneider to redis apis as codeowner (#6769)
639c5f9 is described below

commit 639c5f9d865d8cb91a6a164cd5abce08e64f33fb
Author: Darrel Schneider 
AuthorDate: Wed Aug 18 07:06:28 2021 -0700

Added dschneider to redis apis as codeowner (#6769)
---
 CODEOWNERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CODEOWNERS b/CODEOWNERS
index 8acc281..5bbc411 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -284,7 +284,7 @@ geode-assembly/**/resources/**  
  @boglesby @kir
 #-
 # Redis API
 #-
-geode-apis-compatible-with-redis/**   
@jdeppe-pivotal @nonbinaryprogrammer @ringles @upthewaterspout @DonalEvans
+geode-apis-compatible-with-redis/**   
@jdeppe-pivotal @nonbinaryprogrammer @ringles @upthewaterspout @DonalEvans  
@dschneider-pivotal
 
 #-
 # Build and tooling