You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/05/01 15:41:05 UTC

[hbase] branch master updated (e8504ba -> 3df1e60)

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

stack pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from e8504ba  HBASE-24277 TestZooKeeper is flaky (#1617)
     add 3df1e60  HBASE-24294 [Flakey Tests] TestThriftHttpServer BindException (#1619)

No new revisions were added by this update.

Summary of changes:
 .../hbase/thrift/TestBindExceptionHandling.java    |  32 ++---
 .../hadoop/hbase/thrift/TestThriftHttpServer.java  | 119 +++++-------------
 .../hadoop/hbase/thrift/TestThriftServer.java      |   7 +-
 .../hbase/thrift/TestThriftServerCmdLine.java      | 136 +++++++++++----------
 .../thrift/TestThriftSpnegoHttpFallbackServer.java |  18 +++
 .../hbase/thrift/TestThriftSpnegoHttpServer.java   |  34 +++++-
 .../hadoop/hbase/thrift/ThriftServerRunner.java    |  66 ++++++++++
 .../hbase/thrift2/TestThrift2HttpServer.java       |  11 +-
 .../hbase/thrift2/TestThrift2ServerCmdLine.java    |  16 +--
 9 files changed, 248 insertions(+), 191 deletions(-)
 create mode 100644 hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift/ThriftServerRunner.java