Failures and Errors are both bad. Look at the error logs (found in build/test/logs) to see why the tests are breaking.
-Dmitriy 2011/7/28 lulynn_2008 <[email protected]> > Hello, > I run pig test case with cmd: ant test. I am wondering which part is the > failure ones? test with Failures or with Errors? > And please help to check why these tests result with Failures or Errors. > Here is the ones with Failures and Errors: > [junit] Running org.apache.pig.test.TestDataModel > [junit] Tests run: 22, Failures: 1, Errors: 0, Time elapsed: 0.382 sec > > [junit] Running org.apache.pig.test.TestLogToPhyCompiler > [junit] Tests run: 23, Failures: 1, Errors: 0, Time elapsed: 1.16 sec > > [junit] Running org.apache.pig.test.TestMRCompiler > [junit] Tests run: 25, Failures: 1, Errors: 0, Time elapsed: 0.729 sec > > [junit] Running org.apache.pig.test.TestMergeJoinOuter > [junit] Tests run: 5, Failures: 1, Errors: 0, Time elapsed: 132.66 sec > > [junit] Running > org.apache.pig.test.TestNewPlanLogToPhyTranslationVisitor > [junit] Tests run: 25, Failures: 3, Errors: 0, Time elapsed: 1.081 sec > > [junit] Running org.apache.pig.test.TestPruneColumn > [junit] Tests run: 67, Failures: 4, Errors: 0, Time elapsed: 528.047 sec > > [junit] Running org.apache.pig.test.TestUnionOnSchema > [junit] Tests run: 21, Failures: 1, Errors: 0, Time elapsed: 196.841 sec > > [junit] Running org.apache.pig.test.TestJobSubmission > [junit] Tests run: 6, Failures: 0, Errors: 6, Time elapsed: 0.311 sec > > [junit] Running org.apache.pig.test.TestPigContext > [junit] Tests run: 5, Failures: 0, Errors: 4, Time elapsed: 21.401 sec > > [junit] Running org.apache.pig.test.TestPushDownForeachFlatten > [junit] Tests run: 37, Failures: 0, Errors: 8, Time elapsed: 1.455 sec > > [junit] Running org.apache.pig.test.TestTypeCheckingValidator > [junit] Tests run: 120, Failures: 0, Errors: 1, Time elapsed: 15.047 sec > >
