You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2021/03/13 17:10:50 UTC

[GitHub] [openwhisk-runtime-ruby] rabbah commented on pull request #57: chore: rubocop fixes

rabbah commented on pull request #57:
URL: https://github.com/apache/openwhisk-runtime-ruby/pull/57#issuecomment-798644700


   Thank you @Juice10 for looking this over.
   
   There are several tests that failed, suggesting an uninteded semantic change.
   ```
   > citool monitor -r 219648421 
   runtime.actionContainers.Ruby25ActionContainerTests > runtime proxy should handle initialization with no code FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > runtime proxy should handle initialization with no content FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > runtime proxy should run and report an error for function not returning a json object FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > runtime proxy should fail to initialize a second time FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > runtime proxy should invoke non-standard entry point FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > runtime proxy should echo arguments and print message to stdout/stderr FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > runtime proxy should handle unicode in source, input params, logs, and result FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > runtime proxy should confirm expected environment variables FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > runtime proxy should echo a large input FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should fail to initialize with bad code FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should return some error on action error FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should support application errors FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should fail gracefully when an action has a TypeError exception FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should support the documentation examples (1) FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should have mechanize and activesupport gems available FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should support large-ish actions FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should support zip-encoded packages FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should support zip-encoded packages without directory entries FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should fail gracefully on invalid zip files FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should fail gracefully on valid zip files that are not actions FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should fail gracefully on valid zip files with invalid code in main.rb FAILED
   runtime.actionContainers.Ruby25ActionContainerTests > action-ruby-v2.5 should support zipped actions using non-default entry point FAILED
   > Task :tests:test FAILED
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org