----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40990/#review109135 -----------------------------------------------------------
Ship it! Ship It! - Jayush Luniya On Dec. 4, 2015, 10:02 p.m., Nate Cole wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/40990/ > ----------------------------------------------------------- > > (Updated Dec. 4, 2015, 10:02 p.m.) > > > 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 > >
