You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by mg...@apache.org on 2020/03/16 16:46:42 UTC

[incubator-livy] branch master updated (06a8d4f -> 3f9a1a5)

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

mgaido pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git.


    from 06a8d4f  [LIVY-748] Add support for running Livy Integration tests against secure external clusters
     add 3f9a1a5  [LIVY-752][THRIFT] Fix implementation of limits on connections.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   1 +
 .../thriftserver/LivyThriftSessionManager.scala    | 112 +++++++++-------
 .../TestLivyThriftSessionManager.scala             | 145 +++++++++++++++++++++
 3 files changed, 212 insertions(+), 46 deletions(-)
 create mode 100644 thriftserver/server/src/test/scala/org/apache/livy/thriftserver/TestLivyThriftSessionManager.scala