[Paraview-developers] Updated VTK Breaks ParaView tests

Mathieu Westphal mathieu.westphal at kitware.com
Tue Nov 24 06:04:08 EST 2015


Hello

I am trying to update VTK in ParaView in order to integrate my GIL ensured
changes, but a lot of python Tests are failing with paraview, with the
following error :

Traceback (most recent call last): File
"/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/source/ParaViewCore/ServerManager/Default/Testing/Python/MultiView.py",
line 9, in <module> Show() File
"/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/build/lib/site-packages/paraview/simple.py",
line 400, in Show rep = controller.Show(proxy, proxy.Port, view) File
"/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/build/lib/site-packages/paraview/servermanager.py",
line 158, in __getattr__ return getattr(self.SMController, name)
AttributeError: 'vtkPVServerManagerCorePython.vtkSMParaViewPipeline' object
has no attribute 'Show' Traceback (most recent call last): File
"/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/source/ParaViewCore/ServerManager/Default/Testing/Python/MultiView.py",
line 9, in <module> Show() File
"/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/build/lib/site-packages/paraview/simple.py",
line 400, in Show rep = controller.Show(proxy, proxy.Port, view) File
"/home/kitware/Dashboards/buildslave/paraview-amber8-linux-static-release_mpi_osmesa_python/build/lib/site-packages/paraview/servermanager.py",
line 158, in __getattr__ return getattr(self.SMController, name)
AttributeError: 'vtkPVServerManagerCorePython.vtkSMParaViewPipeline' object
has no attribute 'Show'


https://open.cdash.org/index.php?compare1=63&filtercount=2&field1=buildname%2Fstring&project=ParaView&field2=buildstarttime%2Fdate&showfilters=0&limit=100&compare2=83&value1=dbdbee7a&showfeed=0&value2=20151124T043202

https://gitlab.kitware.com/paraview/paraview/merge_requests/329#note_47210


I Suspect it is because of a VTK commit, and i will try to recreate it
locally by only updating VTK and bisecting the commits.

But if anyone has an idea about it, that would be nice.

Mathieu Westphal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20151124/bf12b664/attachment.html>


More information about the Paraview-developers mailing list