----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40990/ -----------------------------------------------------------
Review request for Ambari, Jonathan Hurley and Jayush Luniya. Repository: ambari Description ------- The following error was being thrown [root@mv-ru1-03-2 ~]# ambari-server upgradestack HDP-2.3 Using python /usr/bin/python2 Upgrading stack of ambari-server ERROR: Unexpected AttributeError: 'list' object has no attribute 'database_index' For more info run ambari-server with -v or --verbose option The code that is executed is trying to use an Options object, not a List. Diffs ----- ambari-server/src/main/python/ambari_server/serverUpgrade.py 293a480 ambari-server/src/test/python/TestAmbariServer.py 0042714 ambari-server/src/test/python/TestServerUpgrade.py 027830d Diff: https://reviews.apache.org/r/40990/diff/ Testing ------- ---------------------------------------------------------------------- Ran 250 tests in 6.861s OK ---------------------------------------------------------------------- Total run:845 Total errors:0 Total failures:0 OK Thanks, Nate Cole
