You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Qiang Tian <ti...@gmail.com> on 2014/10/15 05:06:47 UTC

"mvn test -P runLargeTests" failed without any error

hi guys,
Do you know what is wrong? below is output:
do not see error under surefire-reports dir either.

thanks!

--------------
....   //ignored testcases
Running org.apache.hadoop.hbase.TestZooKeeper
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 87.321 sec

Results :

Tests run: 730, Failures: 0, Errors: 0, Skipped: 16

[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] HBase ............................................. SUCCESS [  3.570
s]
[INFO] HBase - Common .................................... SUCCESS [01:07
min]
[INFO] HBase - Protocol .................................. SUCCESS [  0.173
s]
[INFO] HBase - Client .................................... SUCCESS [ 55.577
s]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [  8.646
s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [ 10.480
s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [ 16.431
s]
[INFO] HBase - Server .................................... FAILURE [  02:57
h]
[INFO] HBase - Testing Util .............................. SKIPPED
[INFO] HBase - Thrift .................................... SKIPPED

Re: "mvn test -P runLargeTests" failed without any error

Posted by Ted Yu <yu...@gmail.com>.
You can only resume from the beginning of a module.
e.g.
mvn test -rf :hbase-server

Cheers

On Tue, Oct 14, 2014 at 8:37 PM, Qiang Tian <ti...@gmail.com> wrote:

> ok. could I 'continue' the tests starting from the testcase next to
> TestZooKeeper ?
>
>
> On Wed, Oct 15, 2014 at 11:34 AM, Ted Yu <yu...@gmail.com> wrote:
>
> > Jenkins build uses the following:
> >
> > ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l`
> >
> > TestZooKeeper passed on your VM.
> >
> > Cheers
> >
> > On Tue, Oct 14, 2014 at 8:30 PM, Qiang Tian <ti...@gmail.com> wrote:
> >
> > > Thanks for quick response, Ted
> > > I ran 0.98.5 on VM.  how to find hanging test?
> > > TestZooKeeper is the last one before it report FAILURE . there is no
> > > failure in TEST-org.apache.hadoop.hbase.TestZooKeeper.xml, should I
> rerun
> > > it?
> > >
> > >
> > >
> > > On Wed, Oct 15, 2014 at 11:15 AM, Ted Yu <yu...@gmail.com> wrote:
> > >
> > > > Were you running master branch tests ?
> > > >
> > > > Can you look for hanging test(s) ?
> > > >
> > > > Cheers
> > > >
> > > > On Tue, Oct 14, 2014 at 8:06 PM, Qiang Tian <ti...@gmail.com>
> wrote:
> > > >
> > > > > hi guys,
> > > > > Do you know what is wrong? below is output:
> > > > > do not see error under surefire-reports dir either.
> > > > >
> > > > > thanks!
> > > > >
> > > > > --------------
> > > > > ....   //ignored testcases
> > > > > Running org.apache.hadoop.hbase.TestZooKeeper
> > > > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> > 87.321
> > > > sec
> > > > >
> > > > > Results :
> > > > >
> > > > > Tests run: 730, Failures: 0, Errors: 0, Skipped: 16
> > > > >
> > > > > [INFO]
> > > > >
> > >
> ------------------------------------------------------------------------
> > > > > [INFO] Reactor Summary:
> > > > > [INFO]
> > > > > [INFO] HBase ............................................. SUCCESS
> [
> > > > 3.570
> > > > > s]
> > > > > [INFO] HBase - Common .................................... SUCCESS
> > > [01:07
> > > > > min]
> > > > > [INFO] HBase - Protocol .................................. SUCCESS
> [
> > > > 0.173
> > > > > s]
> > > > > [INFO] HBase - Client .................................... SUCCESS
> [
> > > > 55.577
> > > > > s]
> > > > > [INFO] HBase - Hadoop Compatibility ...................... SUCCESS
> [
> > > > 8.646
> > > > > s]
> > > > > [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS
> [
> > > > 10.480
> > > > > s]
> > > > > [INFO] HBase - Prefix Tree ............................... SUCCESS
> [
> > > > 16.431
> > > > > s]
> > > > > [INFO] HBase - Server .................................... FAILURE
> [
> > > > 02:57
> > > > > h]
> > > > > [INFO] HBase - Testing Util .............................. SKIPPED
> > > > > [INFO] HBase - Thrift .................................... SKIPPED
> > > > >
> > > >
> > >
> >
>

Re: "mvn test -P runLargeTests" failed without any error

Posted by Qiang Tian <ti...@gmail.com>.
ok. could I 'continue' the tests starting from the testcase next to
TestZooKeeper ?


On Wed, Oct 15, 2014 at 11:34 AM, Ted Yu <yu...@gmail.com> wrote:

> Jenkins build uses the following:
>
> ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l`
>
> TestZooKeeper passed on your VM.
>
> Cheers
>
> On Tue, Oct 14, 2014 at 8:30 PM, Qiang Tian <ti...@gmail.com> wrote:
>
> > Thanks for quick response, Ted
> > I ran 0.98.5 on VM.  how to find hanging test?
> > TestZooKeeper is the last one before it report FAILURE . there is no
> > failure in TEST-org.apache.hadoop.hbase.TestZooKeeper.xml, should I rerun
> > it?
> >
> >
> >
> > On Wed, Oct 15, 2014 at 11:15 AM, Ted Yu <yu...@gmail.com> wrote:
> >
> > > Were you running master branch tests ?
> > >
> > > Can you look for hanging test(s) ?
> > >
> > > Cheers
> > >
> > > On Tue, Oct 14, 2014 at 8:06 PM, Qiang Tian <ti...@gmail.com> wrote:
> > >
> > > > hi guys,
> > > > Do you know what is wrong? below is output:
> > > > do not see error under surefire-reports dir either.
> > > >
> > > > thanks!
> > > >
> > > > --------------
> > > > ....   //ignored testcases
> > > > Running org.apache.hadoop.hbase.TestZooKeeper
> > > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
> 87.321
> > > sec
> > > >
> > > > Results :
> > > >
> > > > Tests run: 730, Failures: 0, Errors: 0, Skipped: 16
> > > >
> > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > [INFO] Reactor Summary:
> > > > [INFO]
> > > > [INFO] HBase ............................................. SUCCESS [
> > > 3.570
> > > > s]
> > > > [INFO] HBase - Common .................................... SUCCESS
> > [01:07
> > > > min]
> > > > [INFO] HBase - Protocol .................................. SUCCESS [
> > > 0.173
> > > > s]
> > > > [INFO] HBase - Client .................................... SUCCESS [
> > > 55.577
> > > > s]
> > > > [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [
> > > 8.646
> > > > s]
> > > > [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [
> > > 10.480
> > > > s]
> > > > [INFO] HBase - Prefix Tree ............................... SUCCESS [
> > > 16.431
> > > > s]
> > > > [INFO] HBase - Server .................................... FAILURE [
> > > 02:57
> > > > h]
> > > > [INFO] HBase - Testing Util .............................. SKIPPED
> > > > [INFO] HBase - Thrift .................................... SKIPPED
> > > >
> > >
> >
>

Re: "mvn test -P runLargeTests" failed without any error

Posted by Ted Yu <yu...@gmail.com>.
Jenkins build uses the following:

ZOMBIE_TESTS_COUNT=`jps | grep surefirebooter | wc -l`

TestZooKeeper passed on your VM.

Cheers

On Tue, Oct 14, 2014 at 8:30 PM, Qiang Tian <ti...@gmail.com> wrote:

> Thanks for quick response, Ted
> I ran 0.98.5 on VM.  how to find hanging test?
> TestZooKeeper is the last one before it report FAILURE . there is no
> failure in TEST-org.apache.hadoop.hbase.TestZooKeeper.xml, should I rerun
> it?
>
>
>
> On Wed, Oct 15, 2014 at 11:15 AM, Ted Yu <yu...@gmail.com> wrote:
>
> > Were you running master branch tests ?
> >
> > Can you look for hanging test(s) ?
> >
> > Cheers
> >
> > On Tue, Oct 14, 2014 at 8:06 PM, Qiang Tian <ti...@gmail.com> wrote:
> >
> > > hi guys,
> > > Do you know what is wrong? below is output:
> > > do not see error under surefire-reports dir either.
> > >
> > > thanks!
> > >
> > > --------------
> > > ....   //ignored testcases
> > > Running org.apache.hadoop.hbase.TestZooKeeper
> > > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 87.321
> > sec
> > >
> > > Results :
> > >
> > > Tests run: 730, Failures: 0, Errors: 0, Skipped: 16
> > >
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Reactor Summary:
> > > [INFO]
> > > [INFO] HBase ............................................. SUCCESS [
> > 3.570
> > > s]
> > > [INFO] HBase - Common .................................... SUCCESS
> [01:07
> > > min]
> > > [INFO] HBase - Protocol .................................. SUCCESS [
> > 0.173
> > > s]
> > > [INFO] HBase - Client .................................... SUCCESS [
> > 55.577
> > > s]
> > > [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [
> > 8.646
> > > s]
> > > [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [
> > 10.480
> > > s]
> > > [INFO] HBase - Prefix Tree ............................... SUCCESS [
> > 16.431
> > > s]
> > > [INFO] HBase - Server .................................... FAILURE [
> > 02:57
> > > h]
> > > [INFO] HBase - Testing Util .............................. SKIPPED
> > > [INFO] HBase - Thrift .................................... SKIPPED
> > >
> >
>

Re: "mvn test -P runLargeTests" failed without any error

Posted by Qiang Tian <ti...@gmail.com>.
Thanks for quick response, Ted
I ran 0.98.5 on VM.  how to find hanging test?
TestZooKeeper is the last one before it report FAILURE . there is no
failure in TEST-org.apache.hadoop.hbase.TestZooKeeper.xml, should I rerun
it?



On Wed, Oct 15, 2014 at 11:15 AM, Ted Yu <yu...@gmail.com> wrote:

> Were you running master branch tests ?
>
> Can you look for hanging test(s) ?
>
> Cheers
>
> On Tue, Oct 14, 2014 at 8:06 PM, Qiang Tian <ti...@gmail.com> wrote:
>
> > hi guys,
> > Do you know what is wrong? below is output:
> > do not see error under surefire-reports dir either.
> >
> > thanks!
> >
> > --------------
> > ....   //ignored testcases
> > Running org.apache.hadoop.hbase.TestZooKeeper
> > Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 87.321
> sec
> >
> > Results :
> >
> > Tests run: 730, Failures: 0, Errors: 0, Skipped: 16
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] HBase ............................................. SUCCESS [
> 3.570
> > s]
> > [INFO] HBase - Common .................................... SUCCESS [01:07
> > min]
> > [INFO] HBase - Protocol .................................. SUCCESS [
> 0.173
> > s]
> > [INFO] HBase - Client .................................... SUCCESS [
> 55.577
> > s]
> > [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [
> 8.646
> > s]
> > [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [
> 10.480
> > s]
> > [INFO] HBase - Prefix Tree ............................... SUCCESS [
> 16.431
> > s]
> > [INFO] HBase - Server .................................... FAILURE [
> 02:57
> > h]
> > [INFO] HBase - Testing Util .............................. SKIPPED
> > [INFO] HBase - Thrift .................................... SKIPPED
> >
>

Re: "mvn test -P runLargeTests" failed without any error

Posted by Ted Yu <yu...@gmail.com>.
Were you running master branch tests ?

Can you look for hanging test(s) ?

Cheers

On Tue, Oct 14, 2014 at 8:06 PM, Qiang Tian <ti...@gmail.com> wrote:

> hi guys,
> Do you know what is wrong? below is output:
> do not see error under surefire-reports dir either.
>
> thanks!
>
> --------------
> ....   //ignored testcases
> Running org.apache.hadoop.hbase.TestZooKeeper
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 87.321 sec
>
> Results :
>
> Tests run: 730, Failures: 0, Errors: 0, Skipped: 16
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] HBase ............................................. SUCCESS [  3.570
> s]
> [INFO] HBase - Common .................................... SUCCESS [01:07
> min]
> [INFO] HBase - Protocol .................................. SUCCESS [  0.173
> s]
> [INFO] HBase - Client .................................... SUCCESS [ 55.577
> s]
> [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [  8.646
> s]
> [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [ 10.480
> s]
> [INFO] HBase - Prefix Tree ............................... SUCCESS [ 16.431
> s]
> [INFO] HBase - Server .................................... FAILURE [  02:57
> h]
> [INFO] HBase - Testing Util .............................. SKIPPED
> [INFO] HBase - Thrift .................................... SKIPPED
>