Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-1254

up the memory for junit to run tests

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • None
    • None
    • build
    • None

    Description

      Currently junit is configured to run only with 256M of memory. This is too low considering the fact that most tests create MiniCluster, run Hadoop local job runner, run tests etc. all within same jvm. This results in transient failures, longer time for tests to complete etc. This should be upped atleast to 512M.

      build.xml:

          <junit showoutput="${test.output}" printsummary="yes" haltonfailure="no" fork="yes" maxmemory="256m" dir="${basedir}" timeout="${test.timeout}" errorProperty="tests.failed" failureProperty="tests.failed">
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            ashutoshc Ashutosh Chauhan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: