adiralashiva8 / robotframework-historic

Robotframework-historic is a free, custom html report which provides historical robotframework execution results by storing execution results info in MySQL database and generate's html reports (charts / statistics) from database using Flask.
MIT License
81 stars 16 forks source link

VIEW is not loading results #27

Open TestUserRobot opened 3 years ago

TestUserRobot commented 3 years ago

Executions are Loaded. But clickin on VIEW is giving below error 'missing newly added required columns in table. Execute rfhistoricupdate command to add columns.'

I tried even after running 'rfhistoricupdate' . Same issue

===rfhistoricupdate INFO: Updating TB_EXECUTION table of DB CCPA_QA 1060 (42S21): Duplicate column name 'Execution_Skip' 1060 (42S21): Duplicate column name 'Execution_SSkip' INFO: Updating TB_SUITE table of DB CCPA_QA 1060 (42S21): Duplicate column name 'Suite_Skip' INFO: Updating TB_TEST table of DB CCPA_QA 1060 (42S21): Duplicate column name 'Test_Assigned_To' 1060 (42S21): Duplicate column name 'Test_ETA' 1060 (42S21): Duplicate column name 'Test_Review_By' 1060 (42S21): Duplicate column name 'Test_Issue_Type' 1060 (42S21): Duplicate column name 'Test_Tag' 1060 (42S21): Duplicate column name 'Test_Updated'

adiralashiva8 commented 3 years ago

Please ping me to my email id (can be found in project read me) i want to view issue live via screenshare

egajrgympass commented 2 years ago

Hi. Do you already have feedback on this issue? It's the same with me. Thank you.

adiralashiva8 commented 2 years ago

Hi. Do you already have feedback on this issue? It's the same with me. Thank you.

I feel version upgrade (new columns in db) causing issue. I have pushed few changes to master. Could you please try below steps