Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-34593

resmoke.py should be able to run multiple instances of a single test in parallel

    • Fully Compatible
    • TIG 2018-09-10
    • 3

      If you try to run a single Javascript test with resmoke.py using a combination of the --repeat=N flag and the -j=M flag, it will still run the test sequentially. e.g.

      python buildscripts/resmoke.py --repeat=100 -j10 sometest.js
      

      Ideally it could parallelize repeated execution of a single test. For example, if --repeat=100 and -j=10, it would run 10 instances of the test in parallel, that would each execute 10 times.

      This could be very helpful for quickly trying to reproduce a particular test failure locally.

            Assignee:
            yves.duhem Yves Duhem
            Reporter:
            william.schultz@mongodb.com William Schultz (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: