View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012939ParaView(No Category)public2012-02-14 16:022012-07-18 19:05
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version3.14 
Summary0012939: Allow parallel test runs to speed up ParaView dashboards
DescriptionAllow parallel test runs to speed up ParaView dashboards.
TagsNo tags attached.
ProjectKitware
Topic Name12939_enable_parallel_testing
Typefeature
Attached Files

 Relationships

  Notes
(0028264)
Utkarsh Ayachit (administrator)
2012-02-14 16:04

ctest -j N now supported for ParaView GUI/Client server tests.
(0028265)
Utkarsh Ayachit (administrator)
2012-02-14 16:04

commit 4d2a4bb5292687a37f9778becc8789aa52ec5576
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Feb 14 11:02:11 2012 -0500

    Enable parallel tests.
    
    Removed logic that allowed code to disable running tests in parallel. Now all
    tests can run in parallel, if needed.

commit 490133ed43f0d0ef83a4ee5ecae3e30ab344ec5f
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Feb 13 23:58:11 2012 -0500

    vtkSMTestDriver supports using random ports.
    
    vtkSMTestDriver now supports using random port numbers for
    client-server tests. This can be turned off by CMake variable
    PV_TEST_USE_RANDOM_PORTS (ON by default). vtkSMTestDriver parses output
    generated by server processes to tell the client the server-url
    to connect to.
    
    This is not yet supported for reverse-connection tests.
    
    Change-Id: I67a5743fea5b267d4c3ede8ef46ba5cc86a1b296

commit 8d82fd04cb729ac52f4ac0fa5bf612b355f0b25c
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Feb 13 16:44:07 2012 -0500

    Allow port 0 to be specified for waiting processes.
    
    When port 0 is specified, the process will pick a server port and print a status
    message on the stdout indicating the chosen port number.

commit 5c71e306549ad398c14f23759eaa86cf720e7ab8
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Feb 13 16:32:39 2012 -0500

    Fixed handling of render-server URL.
    
    We had conflicting documentation!!! The doc said that the render server
    is separated by a "/" while the code looks for "//". Updating the
    regular expressions so that both cases are handled. Now
    cdsrs://miranda:11111/miranda:22221 as well as
    cdsrs://miranda:11111//miranda:22221 are valid URLs.

commit be55fef7e41694820fd39caa0a5fb60bf36b18d8
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Feb 13 15:58:10 2012 -0500

    Removed pqTestingServers.pvsc.
    
    We'll leverage the -url option for cleaner testing support rather than using a
    configured file. Also fixed ServerConnectDialog test to since testing-servers
    were removed from the list resulting in change in the "click" locations.

commit 2d5f554352e892d7499a9ba4894cbdc356de060d
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Feb 13 15:40:26 2012 -0500

    Use real hostname instead of "localhost" by default.
    
    Instead of using "localhost" as the default server/client host name, the code
    now uses hostname. Consequently, one can now simply copy the URL printed out the
    server and paste it as the -url argument to the client to connect to it (so
    long as the client can connect to the server node).
(0028288)
Utkarsh Ayachit (administrator)
2012-02-17 12:22

Merged into git-master, if applicable.
(0028801)
Alan Scott (manager)
2012-07-18 19:05

Since dashboards are working, I am marking this closed.

 Issue History
Date Modified Username Field Change
2012-02-14 16:02 Utkarsh Ayachit New Issue
2012-02-14 16:02 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2012-02-14 16:04 Utkarsh Ayachit Topic Name => 12939_enable_parallel_testing
2012-02-14 16:04 Utkarsh Ayachit Note Added: 0028264
2012-02-14 16:04 Utkarsh Ayachit Status backlog => gatekeeper review
2012-02-14 16:04 Utkarsh Ayachit Fixed in Version => git-next
2012-02-14 16:04 Utkarsh Ayachit Resolution open => fixed
2012-02-14 16:04 Utkarsh Ayachit Note Added: 0028265
2012-02-17 12:22 Utkarsh Ayachit Fixed in Version git-next => git-master
2012-02-17 12:22 Utkarsh Ayachit Status gatekeeper review => customer review
2012-02-17 12:22 Utkarsh Ayachit Note Added: 0028288
2012-02-20 10:28 Utkarsh Ayachit Fixed in Version git-master => 3.14
2012-07-18 19:05 Alan Scott Note Added: 0028801
2012-07-18 19:05 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team