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

Enable parallel TestPlan creation in qmake module

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes