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

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

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: