XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • HADOOP-15407
    • fs/azure
    • None

    Description

      after HADOOP-15664, sequential tests don't run unless you ask for them with the sequential tests profile, as there are now separate profiles for parallel-tests, parallel-tests-abfs and parallel-tests-wasb, so the sequential-tests profile can't just run if !parallel-tests

      Proposed: revert back to only having one parallel-tests property, but allow it to take the values "abfs" and "wasb" to explicitly enable on those suites.

      This would add the set of options

      • -Dparallel-tests : all tests in parallel (== true at runtime)
      • -Dparallel-tests=abfs abfs tests only
      • -Dparallel-tests=wasb wasb tests only
      • "" : nothing defined, sequential

      the activations of the profiles would then look at the values in their activation; sequential-tests would be triggered if it was unset.

      Attachments

        Issue Links

          Activity

            People

              DanielZhou Da Zhou
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: