This is an automated email from the ASF dual-hosted git repository.
laiyingchun pushed a change to branch branch-1.17.x
in repository https://gitbox.apache.org/repos/asf/kudu.git
from 9613d12fa [java] alternative distro for Gradle propdeps plugin
new 951190557 [tools] add bound_http_address into DaemonInfoPB
new a8ddd7e46 [thirdparty] handle OpenSSL errors properly in curl and
squeasel
new 563274ae2 jwt: add control points for test binaries
new 368b070fd [Python] Refactor tests to use assertRaisesRegex
new 93cdca8d3 [util] remove unused JWT-related code
new c2fe33a03 jwt: introduce MiniOidc
The 6 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:
.../org/apache/kudu/backup/TestKuduBackup.scala | 6 +-
.../apache/kudu/test/cluster/MiniKuduCluster.java | 45 ++++-
.../org/apache/kudu/test/TestMiniKuduCluster.java | 17 ++
python/kudu/compat.py | 12 +-
python/kudu/tests/test_client.py | 58 +++++--
python/kudu/tests/test_scanner.py | 1 -
python/kudu/tests/test_scantoken.py | 1 -
python/kudu/tests/test_schema.py | 83 ++++++---
python/kudu/tests/util.py | 4 +-
src/kudu/rpc/messenger.h | 1 -
src/kudu/tools/tool.proto | 13 +-
src/kudu/tools/tool_action_test.cc | 34 +++-
src/kudu/util/CMakeLists.txt | 12 ++
src/kudu/util/jwt-util-test.cc | 192 ++++++---------------
src/kudu/util/jwt-util.cc | 7 +-
src/kudu/util/jwt-util.h | 6 +-
src/kudu/util/jwt.h | 15 --
src/kudu/util/mini_oidc.cc | 163 +++++++++++++++++
src/kudu/util/mini_oidc.h | 93 ++++++++++
thirdparty/download-thirdparty.sh | 8 +-
.../patches/curl-handle-openssl-errors.patch | 124 +++++++++++++
.../patches/squeasel-handle-openssl-errors.patch | 191 ++++++++++++++++++++
22 files changed, 854 insertions(+), 232 deletions(-)
create mode 100644 src/kudu/util/mini_oidc.cc
create mode 100644 src/kudu/util/mini_oidc.h
create mode 100644 thirdparty/patches/curl-handle-openssl-errors.patch
create mode 100644 thirdparty/patches/squeasel-handle-openssl-errors.patch