Skip to content

Instantly share code, notes, and snippets.

@akrabat
Created February 23, 2018 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akrabat/60c1a0d7cc9b7d4acdb0a64b7da81230 to your computer and use it in GitHub Desktop.
Save akrabat/60c1a0d7cc9b7d4acdb0a64b7da81230 to your computer and use it in GitHub Desktop.
rob@MacBook-Pro incubator-openwhisk-runtime-php (master *)$ ./gradlew :tests:test --tests *Php71*Tests
> Task :tests:test
runtime.actionContainers.ActionProxyContainerTests STANDARD_OUT
[2018-02-23T18:55:43.518Z] [INFO] Slf4jLogger started
runtime.actionContainers.Php71ActionContainerTests STANDARD_OUT
[2018-02-23T18:55:43.656Z] [INFO] Slf4jLogger started
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should run a PHP script STANDARD_OUT
deploy target not defined
test router? false
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should run a PHP script PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should run and report an error for script not returning a json object PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should run a PHP action and handle unicode in source, input params, logs, and result PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should run a PHP script and confirm expected environment variables PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should fail to initialize with bad code PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should fail to initialize with no code PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should return some error on action error PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should support application errors PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should fail gracefully when an action has a fatal error PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should suport returning a stdClass PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should support returning an object with a getArrayCopy() method PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should support the documentation examples (1) PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should have Guzzle and Uuid packages available PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should support large-ish actions PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should support zip-encoded packages PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should support replacing vendor in zip-encoded packages PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should fail gracefully on invalid zip files PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should fail gracefully on valid zip files that are not actions PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should fail gracefully on valid zip files with invalid code in index.php PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should support actions using non-default entry point PASSED
runtime.actionContainers.Php71ActionContainerTests > action-php-v7.1 should support zipped actions using non-default entry point PASSED
[2018-02-23T18:56:32.884Z] [INFO] Starting coordinated shutdown from JVM shutdown hook
BUILD SUCCESSFUL in 1m 4s
15 actionable tasks: 2 executed, 13 up-to-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment