You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes tests are aborted (e.g. due to time limit), this results in unindexed bag files altought there is (partially) usefull data recorded. The analyzer skips this bag files and adds no result to all the testblocks, athough some testblocks finished successfully.
if reindexing the bag file and the running the analyzer will result in successfull testblocks and partially executed testblocks, see
wrongly closed bags sounds a lot like what we have had during the woz tests....there was an easy work-around for that...I'll try to find the fix in the woz repo...
mojin-robotics/woz@bb8ddfe
does this help?
unfortunatelly not. The bags are not closed correctly because we hit the time limit for a rostest, e.g. due to the robot being stuck somewhere and the test does not succeed to the end, and thus the rosbag cannot be closed (this is handled within the rostest framework like a CTRL-C)
This should clearly be a failed test (because robot could not finish) but we can still evaluate the metrics (path_length, time, etc) until the shutdown of the test which might give insights what has happened.
So the solution is that we rosbag reindex the broken bag files and pass the fixed bag files to the analyzer.
sometimes tests are aborted (e.g. due to time limit), this results in unindexed bag files altought there is (partially) usefull data recorded. The analyzer skips this bag files and adds
no result
to all the testblocks, athough some testblocks finished successfully.if reindexing the bag file and the running the analyzer will result in successfull testblocks and partially executed testblocks, see
For the partially executed testblocks it's ok to have
data: None
but the error message should beno result (did not finish testblock)
to indicate.The text was updated successfully, but these errors were encountered: