robotframework-historic icon indicating copy to clipboard operation
robotframework-historic copied to clipboard

VIEW is not loading results

Open TestUserRobot opened this issue 4 years ago • 3 comments

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'

TestUserRobot avatar Dec 02 '20 19:12 TestUserRobot

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

adiralashiva8 avatar Dec 03 '20 02:12 adiralashiva8

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

egajrgympass avatar Dec 14 '21 17:12 egajrgympass

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

  • Uninstall library
  • Delete db tables
  • Re-install latest version using pip install git+https://github.com/adiralashiva8/robotframework-historic
  • Perform required installation steps

adiralashiva8 avatar Dec 15 '21 04:12 adiralashiva8