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

Sanity test_1b doesn't check rmdir result

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • Lustre 2.5.0
    • None
    • 3
    • Test Infrastructure
    • 7519

      test_1b() {
      rmdir $DIR/d1/d2
      rmdir $DIR/d1
      $CHECKSTAT -a $DIR/d1 || error
      }

      Test falsely pass if started separately - no there is dirs to remove but test doesn't check rmdir result. Need to create directory before removing or (preferable) unite this test with 1a.

            keith Keith Mannthey (Inactive)
            vsaveliev Vladimir Saveliev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: