Uploaded image for project: 'Coin'
  1. Coin
  2. COIN-202

Enable parallel TestPlan creation in qmake module

    XMLWordPrintable

Details

    • Task
    • Resolution: Won't Do
    • P2: Important
    • None
    • master
    • Other
    • None

    Description

      The testplan is created in qmake module (in modules.py) with option -j1 to avoid multiple processes corrupting the file. This should be relatively easy to fix by:

      1. Write testplan to multiple files (TestPlan/1, TestPlan/2...) instead of single file (one can use test file name to create the target file)
      2. Concatenate the multiple files into single file (TestPlan)

      This would potentially save up to minutes of time for every build time.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              mapaaso Matti Paaso
              aakeskimo Aapo Keskimölö
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes