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

Drop "Segmentation fault and Bus error messages" in the calling shell for racer tests

Details

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

    Description

      As per Andreas proposal:

      > it would be possible to filter out only the Segmentation fault and Bus error messages in the calling shell:

      while /bin/true ; do
      file=$((RANDOM % MAX))
      cp $PROG $DIR/$file > /dev/null 2>&1
      $DIR/$file 0.$((RANDOM % 5 + 1)) 2> /dev/null
      sleep $((RANDOM % 3))
      done 2>&1 | egrep -v "Segmentation fault|Bus error"

      > though it may also be necessary to "export LANG=C" so that the messages are in English instead of the local language. Easier to just drop all error messages, like the other scripts do.

      Attachments

        Issue Links

          Activity

            [LU-8903] Drop "Segmentation fault and Bus error messages" in the calling shell for racer tests
            pjones Peter Jones added a comment -

            Landed for 2.10

            pjones Peter Jones added a comment - Landed for 2.10

            Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/24139/
            Subject: LU-8903 tests: racer test_1 to drop all error messages
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: 1125aff15ba2ae0dd8be179c642d3215d934b7fd

            gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/24139/ Subject: LU-8903 tests: racer test_1 to drop all error messages Project: fs/lustre-release Branch: master Current Patch Set: Commit: 1125aff15ba2ae0dd8be179c642d3215d934b7fd

            Chennaiah Palla (chennaiah.palla@seagate.com) uploaded a new patch: https://review.whamcloud.com/24139
            Subject: LU-8903 tests: racer test_1 to drop all error messages
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: f8cbd48aa0c48dd57351464b2e61b139a8855d98

            gerrit Gerrit Updater added a comment - Chennaiah Palla (chennaiah.palla@seagate.com) uploaded a new patch: https://review.whamcloud.com/24139 Subject: LU-8903 tests: racer test_1 to drop all error messages Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: f8cbd48aa0c48dd57351464b2e61b139a8855d98

            People

              wc-triage WC Triage
              parinay parinay v kondekar (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: