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

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


    from be89eb7  Allow ElasticSearchClient to retrieve hit count. (#3794)
     new 654ec5c  Remove swift tests.
     new d7e5417  Rename test suite.
     new 80d1cf7  Delete really dated sequence schema related tests.
     new 0e05f6b  Remove reference to wsk CLI class Wsk.
     new a75d063  More cleanup of BaseRunWsk, and some redundant methods.
     new a4ac8f7  Remove return statements.
     new c63a4f5  Scala-isms and more code cleanup.
     new 583862d  Remove unnecessary dependency injection and flatten type 
hiearchy some more.
     new 6f358fe  Remove RunWskAdminCmd trait.
     new 07c5c90  Move a trait and singleton around.
     new ce185af  Rename trait and file.
     new 38c3679  Renaming, no intended semantic change.
     new 663440d  Remove burried ActorSystem which turned into several 
instances for every instantiated instance of the Rest 'wsk'.
     new 34fc4b0  Re-introduce cli bindings.
     new ed435e7  Remove return statements.
     new 49e89cb  Add back utility method used downstream, with deprecation 
notice issued in logs.
     new 722f4c5  Allow wsk CLI path to be overriden.
     new 474d2e5  Allow for commands to on network error. Add test for run cmd 
with retry.
     new f604672  Change import to be fully qualified.

The 19 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:
 tests/dat/actions/seq_echo_word_count.json         |  25 --
 tests/dat/actions/seq_type_2.json                  |  33 ---
 .../apigw/healthtests/ApiGwEndToEndTests.scala     |  12 +-
 .../apigw/healthtests/ApiGwRestEndToEndTests.scala |  13 +-
 tests/src/test/scala/common/RunCliCmd.scala        | 147 +++++++++
 .../common/{Wsk.scala => WskCliOperations.scala}   | 292 +++++-------------
 .../common/{BaseWsk.scala => WskOperations.scala}  | 151 +++++-----
 tests/src/test/scala/common/WskTestHelpers.scala   |  72 +++--
 .../{WskRest.scala => WskRestOperations.scala}     | 327 ++++++++++-----------
 tests/src/test/scala/ha/ShootComponentsTests.scala |   4 +-
 tests/src/test/scala/limits/ThrottleTests.scala    |  17 +-
 tests/src/test/scala/services/HeadersTests.scala   |   4 +-
 .../test/scala/system/basic/WskActionTests.scala   |  12 +-
 .../scala/system/basic/WskActivationTests.scala    |   4 +-
 .../scala/system/basic/WskBasicJavaTests.scala     |   4 +-
 .../scala/system/basic/WskBasicNode6Tests.scala    |   4 +-
 .../system/basic/WskBasicNodeDefaultTests.scala    |   4 +-
 .../scala/system/basic/WskBasicPythonTests.scala   |   4 +-
 .../scala/system/basic/WskBasicSwift3Tests.scala   |   4 +-
 .../scala/system/basic/WskConductorTests.scala     |   4 +-
 .../test/scala/system/basic/WskConsoleTests.scala  |   4 +-
 .../test/scala/system/basic/WskPackageTests.scala  |   4 +-
 .../scala/system/basic/WskRestActionTests.scala    |  12 +-
 .../system/basic/WskRestActivationTests.scala      |   7 +-
 .../scala/system/basic/WskRestBasicJavaTests.scala |   8 +-
 .../system/basic/WskRestBasicNode6Tests.scala      |   7 +-
 .../system/basic/WskRestBasicNode8Tests.scala      |   7 +-
 .../basic/WskRestBasicNodeDefaultTests.scala       |   7 +-
 .../system/basic/WskRestBasicPythonTests.scala     |   7 +-
 .../system/basic/WskRestBasicSwift311Tests.scala   |   7 +-
 .../system/basic/WskRestBasicSwift41Tests.scala    |   7 +-
 .../scala/system/basic/WskRestBasicTests.scala     |  10 +-
 .../scala/system/basic/WskRestConductorTests.scala |   7 +-
 .../scala/system/basic/WskRestPackageTests.scala   |   8 +-
 .../test/scala/system/basic/WskRestRuleTests.scala |  11 +-
 .../scala/system/basic/WskRestSequenceTests.scala  |   4 +-
 .../system/basic/WskRestUnicodeJavaTests.scala     |   7 +-
 .../system/basic/WskRestUnicodeNode6Tests.scala    |   7 +-
 .../system/basic/WskRestUnicodeNode8Tests.scala    |   7 +-
 .../system/basic/WskRestUnicodePython2Tests.scala  |  10 +-
 .../system/basic/WskRestUnicodePython3Tests.scala  |  10 +-
 .../system/basic/WskRestUnicodeSwift311Tests.scala |  10 +-
 .../system/basic/WskRestUnicodeSwift41Tests.scala  |   8 +-
 .../src/test/scala/system/basic/WskRuleTests.scala |   4 +-
 .../test/scala/system/basic/WskSequenceTests.scala |   4 +-
 .../test/scala/system/basic/WskUnicodeTests.scala  |   4 +-
 .../test/scala/system/rest/ActionSchemaTests.scala |  20 +-
 .../test/scala/whisk/common/RunCliCmdTests.scala   |  90 ++++++
 .../test/scala/whisk/common/UserEventTests.scala   |   4 +-
 .../scala/whisk/core/admin/WskAdminTests.scala     |  31 +-
 .../test/ApiGwRestRoutemgmtActionTests.scala       |   4 +-
 .../actions/test/ApiGwRoutemgmtActionTests.scala   |  23 +-
 .../whisk/core/cli/test/ApiGwRestBasicTests.scala  |   2 +-
 .../scala/whisk/core/cli/test/ApiGwRestTests.scala |  10 +-
 .../scala/whisk/core/cli/test/BaseApiGwTests.scala |   4 +-
 .../core/cli/test/SequenceMigrationTests.scala     | 137 ---------
 .../scala/whisk/core/cli/test/Swift311Tests.scala  |  65 ----
 .../core/cli/test/WskActionSequenceTests.scala     |   6 +-
 .../whisk/core/cli/test/WskEntitlementTests.scala  |   4 +-
 .../core/cli/test/WskRestActionSequenceTests.scala |   8 +-
 .../core/cli/test/WskRestBasicUsageTests.scala     |  11 +-
 .../core/cli/test/WskRestEntitlementTests.scala    |   9 +-
 .../core/cli/test/WskRestWebActionsTests.scala     |   8 +-
 .../whisk/core/cli/test/WskWebActionsTests.scala   |  10 +-
 .../core/database/test/CacheConcurrencyTests.scala |  13 +-
 .../whisk/core/limits/ActionLimitsTests.scala      |   8 +-
 .../whisk/core/limits/MaxActionDurationTests.scala |   8 +-
 67 files changed, 836 insertions(+), 964 deletions(-)
 delete mode 100644 tests/dat/actions/seq_echo_word_count.json
 delete mode 100644 tests/dat/actions/seq_type_2.json
 create mode 100644 tests/src/test/scala/common/RunCliCmd.scala
 rename tests/src/test/scala/common/{Wsk.scala => WskCliOperations.scala} (79%)
 rename tests/src/test/scala/common/{BaseWsk.scala => WskOperations.scala} (77%)
 rename tests/src/test/scala/common/rest/{WskRest.scala => 
WskRestOperations.scala} (87%)
 create mode 100644 tests/src/test/scala/whisk/common/RunCliCmdTests.scala
 delete mode 100644 
tests/src/test/scala/whisk/core/cli/test/SequenceMigrationTests.scala
 delete mode 100644 tests/src/test/scala/whisk/core/cli/test/Swift311Tests.scala

Reply via email to