View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014768ParaView(No Category)public2014-06-02 12:102014-08-29 11:00
ReporterScott Wittenburg 
Assigned ToScott Wittenburg 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target Version4.2Fixed in Version4.2 
Summary0014768: Defer paravieweb testing dependency checks until runtime
DescriptionCurrently the configure process is checking for the presence of python modules, as well as checking for selenium webdrivers to be installed before scheduling tests. In the case of Firefox, this has resulted in having to actually pop up a browser window (several times) during the configure process, which has been frustrating and slowed down the process.

This change takes advantage of a recent change in VTK Web where all testing dependency checks can now be done at runtime. Currently, tests that don't meet dependency requirements are simply allowed to pass. However, as soon as ParaView depends on CMake 3.0, we can start taking advantage of a new CMake feature ("SKIP_RETURN_CODE"), which will allows tests to return a special value that will indicate to CTest that the test was not run because dependencies were not met.
TagsNo tags attached.
ProjectTBD
Topic Namepvweb-test-defer-dependency-check
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0032741)
Utkarsh Ayachit (administrator)
2014-06-04 08:43

SUMMARY
---------------------------------------------
Topics merged into master:
        14759_Catalyst_MPI_Comm2
        developer-setup
        documentation_improvements
        fix_icet_no_present_issue
        pvweb-add-autoupdate-docs
        pvweb-fix-check-python-version
(VTK) pvweb-test-defer-dependency-check
        support_view_frame_titles
(0032841)
Alan Scott (manager)
2014-06-10 22:01

Developer tag in git. Closing.

 Issue History
Date Modified Username Field Change
2014-06-02 12:10 Scott Wittenburg New Issue
2014-06-02 12:10 Scott Wittenburg Assigned To => Scott Wittenburg
2014-06-02 13:20 Scott Wittenburg Topic Name => pvweb-test-defer-dependency-check
2014-06-02 13:20 Scott Wittenburg Status backlog => gatekeeper review
2014-06-02 13:20 Scott Wittenburg Resolution open => fixed
2014-06-04 08:43 Utkarsh Ayachit Fixed in Version => git-master
2014-06-04 08:43 Utkarsh Ayachit Status gatekeeper review => customer review
2014-06-04 08:43 Utkarsh Ayachit Note Added: 0032741
2014-06-10 22:01 Alan Scott Note Added: 0032841
2014-06-10 22:01 Alan Scott Status customer review => closed
2014-06-17 09:21 Utkarsh Ayachit Target Version => 4.2
2014-08-29 11:00 Utkarsh Ayachit Fixed in Version git-master => 4.2


Copyright © 2000 - 2018 MantisBT Team