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

sanity-dom test_sanity() and test_sanityn() defects

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.11.0
    • Lustre 2.11.0
    • None
    • 3
    • 9223372036854775807

    Description

      Tests test_sanity() and test_sanityn() are skipped if started not from lustre/tests directory because of incorrect check that sanity.sh exists:

      [[ -f sanity.sh ]] || { skip "sanity.sh doesn't exist"; return 0; }
      
      [[ -f sanityn.sh ]] || { skip "sanityn.sh doesn't exist"; return 0; }
      

      Attachments

        Activity

          People

            jamesanunez James Nunez (Inactive)
            egryaznova Elena Gryaznova
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: