-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecated issue & Support array result (#517)
* Fix deprecated issue * Upgrade gradle to 6.9 * Add mavenCentral * Add depVersion * Add rest-assured lib * Fix test code compile error * Specify the akka-discovery version * Make ActorSystem binds to a free port This is avoid test case avoid below problem: java.net.BindException: [/127.0.0.1:25520] Address already in use After added this change, every test case will used a random port. * Add latest dependency - openwhisk-wskdeploy - openwhisk-client-go * Support array result * Fix review comment If return array, make the result return empty string * Adjust limit_invocations_per_minute for travis env * Build image to keep test code consistent with openwhisk * Deploy etcd and elasticsearch * Add akka-http2-support akka-http-xml lib * Fix does not return activationId * Change nodejs:10 to nodejs:14 * Add pureconfig to travis script Avoid does not find pureconfig during testing CLI tests * Use deprecated lib to avoid test case failed Just for system.basic.WskCliActivationTests
- Loading branch information
1 parent
7c47ef1
commit ddcce2e
Showing
12 changed files
with
99 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.