Author: gates
Date: Fri Jan 18 09:45:40 2008
New Revision: 613215

URL: http://svn.apache.org/viewvc?rev=613215&view=rev
Log:
Moved order by tests to nightly tests, because they were taking too long (20+
minutes) for a unit test.  Removed pi test from unit tests because it didn't
test anything that other tests didn't cover, and it took too long (10+
minutes).


Modified:
    incubator/pig/trunk/build.xml

Modified: incubator/pig/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/pig/trunk/build.xml?rev=613215&r1=613214&r2=613215&view=diff
==============================================================================
--- incubator/pig/trunk/build.xml (original)
+++ incubator/pig/trunk/build.xml Fri Jan 18 09:45:40 2008
@@ -126,6 +126,8 @@
                                <fileset dir="test">
                                        <include name="**/*Test*.java" />
                                        <exclude name="**/TestLargeFile.java" />
+                                       <exclude name="**/TestOrderBy.java" />
+                                       <exclude name="**/TestPi.java" />
                                        <exclude name="**/nightly/**" />
                                </fileset>
                        </batchtest>


Reply via email to