Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-1841

Grouping test in falcon for running nightly regression

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • trunk
    • 0.10
    • regression
    • None

    Description

      pisaychuk murali.msse
      Currently we consider embedded tests runnable in distributed setup also (while distributed runnable only in distributed setup). It becomes tricky for to run the regression nightly as a group since we dont want to run specific embedded test cases. Therefore I wanted to explicitly set the test with distributed group as well. That way a test can belong to both embedded and distributed mode, it will also help us running the regression smoothly. Adding 'distributed" and "sanity" group as part of this change.

      Tests can be run via :
      For distributed mode :

      export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=1024m" &&  mvn test -Dtestng.groups=distributed -Phadoop-2 -DredirectConsoleOutput=false -DfailIfNoTests=false -DskipCheck=true
      

      For sanity test cases (covering basic test cases) :

      export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=1024m" &&  mvn test -Dtestng.groups=sanity -Phadoop-2 -DredirectConsoleOutput=false -DfailIfNoTests=false -DskipCheck=true
      
      

      Attachments

        Activity

          People

            pragya.mittal Pragya Mittal
            pragya.mittal Pragya Mittal
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: