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

sanity-dom test_sanity() and test_sanityn() defects

XMLWordPrintable

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

      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; }
      

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

              Created:
              Updated:
              Resolved: