GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/230
[TEST] Remove null statement from AssignableInstanceManagerControllerSwitch
â¦erControllerSwitch
Controller was set to null during development of the test and never got
removed after finishing writing the test, which caused an NPE.
Changelist:
1. Remove an old null statement in the test
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix 1323246
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/230.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 #230
----
commit 7c6c4a5518265d4e7a5586272d5118ab5fd77e78
Author: Hunter Lee <narendly@...>
Date: 2018-07-10T01:33:29Z
[HELIX-723] [TEST] Remove null statement from
AssignableInstanceManagerControllerSwitch
Controller was set to null during development of the test and never got
removed after finishing writing the test, which caused an NPE.
Changelist:
1. Remove an old null statement in the test
----
---