Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-576 Testsuite tasks (tracking)
  3. WFLY-578

TS: Compare sets of tests run in both versions for respective groups

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • None
    • None
    • None
    • None

    Description

      Make sure that the set of tests run by the modified testsuite is the
      same as the set of tests run by the unmodified testsuite (this is
      because the includes/excludes have been rearranged in some cases,
      especially in the integration module).

      COMB="new-DallTests-clean"
      DIR=~/work/AS7/TS-compare/$COMB
      mkdir -p $DIR/allReports
      find testsuite/ -name TEST-* > $DIR/list.txt
      for i in `find testsuite/ -name *TestCase*.txt`; do cp $i $DIR/allReports ; done
      for i in `find testsuite/ -name TEST-*`;         do cp $i $DIR/allReports ; done
      

      Attachments

        Activity

          People

            ozizka_jira Ondrej Zizka (Inactive)
            ozizka_jira Ondrej Zizka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: