Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-15887

add always_except() to test-framework

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      The way we add and remove tests from ALWAYS_EXCEPT is really senseless and encourages merge conflicts and porting mistakes. Instead of always just adding the next test to be excepted to the end of the list it would be better if we excepted groups of tests one issue per line and kept things sorted by test number.

      Using a function to manage ALWAYS_EXCEPT will also help avoid problems like LU-15876.

      So instead of a miniature IQ test like:

      -# bug number:    LU-8411 LU-9054 LU-14921  EX-4334
      -ALWAYS_EXCEPT+=" 407     312     101f 101k 428"
      +# bug number:    LU-8411 LU-9054 LU-14921  ATM-2415 EX-4334
      +ALWAYS_EXCEPT+=" 407     312     101f 101k 400a     428"
      

      We could just do:

      +always_except ATM-2415 400a
      

      Attachments

        Activity

          People

            jhammond John Hammond
            jhammond John Hammond
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: