GitHub user eranwitkon opened a pull request: https://github.com/apache/incubator-zeppelin/pull/223
Protect from NPE when creating Interpreter Group When creating Interpreter group using missing data from REST call a NPE accrues. this fix protect from that and add some test cases. Also, fix some test other REST test when installed interpreters are not matching the default configuration interpreters list You can merge this pull request into a Git repository by running: $ git pull https://github.com/eranwitkon/incubator-zeppelin master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/223.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #223 ---- commit 4e1e4dcb0a2f2c4d6c1b150b2ab99a7444a166d0 Author: eranwitkon <goi....@gmail.com> Date: 2015-08-18T07:27:44Z Change getAvailableInterpreters test to pass when list of interpreters in the build does not match the list of interpreters in the default config commit 31e0edcf742037cf21342fb3506518a9a3a28cdb Author: eranwitkon <goi....@gmail.com> Date: 2015-08-18T07:40:15Z Add argument check for option and properties to protect from NPE. Add equivalent test for this case commit 1502cf965f0240e3606e33e4f4b080e06759df70 Author: eranwitkon <goi....@gmail.com> Date: 2015-08-18T07:42:28Z fix getAvailableInterpreters test for cases were the installed interpreters do not match the list of interpreters in the config. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---