Hi All,
Running a View Planner test run called “Wed11thTest” in remote mode with 16 desktops, 15 desktops failed. I don't know why these desktops are counted as failures, report attached.
Reviewing the view planner log (attached) I see sets of the following entries:
Running query: LOAD DATA INFILE "/var/log/ViewPlanner/.remotelog_ViewPlan2Client2" into table remoteresults fields terminated by ',' lines terminated by '\n'
/root/ViewPlanner/PySQLPool/PySQLPool/PySQLQuery.py:84: Warning: Out of range value adjusted for column 'event_latency' at row 93
/root/ViewPlanner/PySQLPool/PySQLPool/PySQLQuery.py:84: Warning: Out of range value adjusted for column 'event_latency' at row 135
etc....
Looking at the .remotelog_ViewPlan2Client2 file the lines with warnings have negative values.
(Line 93) \N,25,2013-09-11 18:50:56,2013-09-11 08:49:40,Word-Maximize-Init-Modify-rtt,-794064,1
(Line 135) \N,25,2013-09-11 18:50:56,2013-09-11 08:50:26,Word-Modify-Minimize-rtt,-1898988,1
These entries get added to the database as zeros.
1) Why are these values negative?
2) What are rtt events?
3) How can I get all desktops to complete the test correctly?
Any help would be appreciated.
Richard