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

Fix Resmoke selector exclude logic for nested test lists in parallel_fsm_workload_test

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Correctness
    • Fully Compatible
    • ALL
    • 2024-10-29

      buildscripts/resmoke.py run --suites=concurrency_simultaneous jstests/concurrency/fsm_workloads/index_build_abort.js fails to reject the test even though concurrency_simultaneous.yml excludes the requires_replication tag. It turns out each test in https://github.com/10gen/mongo/blob/6cf8b162a61173eb372b54213def6dd61e1fd684/buildscripts/resmokelib/suitesconfig.py#L126 is actually a list[str] because override_suite.tests is a list[list[str]], because it groups the list of tests specified on the command line into a single group to run simultaneously.

            Assignee:
            juan.gu@mongodb.com Juan Gu
            Reporter:
            wei.hu@mongodb.com Wei Hu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: