Skip to content

Add context for play error messages

  • explicit the failing event (object - command - args) so it is easier to find it in the input file.

It adds the highlighted line below:

3020: Process started
3020: vtkSMTestDriver: client successfully started.
3020: Process started
3020: Playing: /home/nicolas/ParaView/branch1/Clients/ParaView/Testing/XML/RenameArrays.xml
3020: critical: In /home/nicolas/ParaView/branch1/ThirdParty/QtTesting/vtkqttesting/pqEventPlayer.cxx, line 177
+3020: critical: In event 'object=pqClientMainWindow/propertiesDock/propertiesPanel/scrollArea/qt_scrollarea_viewport/scrollAreaWidgetContents/PropertiesFrame/ProxyPanel/PointrrayNames/ArrayListWidget/1pqExpandableTableView0' 'command=setSelection' 'arguments=0.4,0.4':
3020: Couldn't find object  `pqClientMainWindow/propertiesDock/propertiesPanel/scrollArea/qt_scrollarea_viewport/scrollAreaWidgetContents/PropertiesFrame/ProxyPanel/PointrrayNames/ArrayListWidget/1pqExpandableTableView0`
3020: Test timeout changed to 5
3020: Found up to           `pqClientMainWindow/propertiesDock/propertiesPanel/scrollArea/qt_scrollarea_viewport/scrollAreaWidgetContents/PropertiesFrame/ProxyPanel`

Merge request reports