|
|
-
Re: hbase 0.94.0 failed to individually run test case with org.apache.hadoop.hbase.TestZookeeper
Ted Yu 2012-10-30, 03:37
Can you try with 0.94.2 or tip of 0.94 ? 0.94.0 is quite old.
On Mon, Oct 29, 2012 at 8:31 PM, Liping Zhang <[EMAIL PROTECTED]> wrote:
> Hi hbase deve, QA, Shixing, > > I'll highly appreciate you if you can answer the questions. > > > Hi Shixing, > > I found in HBASE-6269, you did a full unit tests, but did you try it > successfully with individually running "mvn -Dtest=*TestHRegion *test"? > Thanks for your info. > > > > ---------- Forwarded message ---------- > From: Liping Zhang <[EMAIL PROTECTED]> > Date: Tue, Oct 30, 2012 at 11:18 AM > Subject: hbase 0.94.0 failed to individually run test case with > org.apache.hadoop.hbase.TestZookeeper > To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] > > > > Hi Ted Yu, Stack and Andrew, > > How are thing going? I met some issues when I individually run HBase > 0.94.0 unit tests, can you help me out? > > ------------------------- > *question #1:* > > I downloaded with Hbase 0.94.0 and run it with unit tests, found that it > was failed to *individually *run org.apache.hadoop.hbase.TestZookeeper > and org.apache.hadoop.hbase.regionserver.TestHRegion when I individually > ran it with "mvn -Dtest=TestZookeeper test" and "mvn -Dtest=TestHRegion > test". It seems there was no unit testThe result showed as following: > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > > Results : > > *Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 > > > -------------------------- > question #2:* > > How to skip to some test cases when I run full Hbase unit tests? Is there > any command? > > > ---------------------------- > *question #3:* > I tried individual tests, and found that it didn't run any test case with > "mvn -Dtest=*TestHRegion *test", but it can run test cases with "mvn > -Dtest=*TestKeyValue,TestHRegion* test", do you know why it happens?* > * > Thanks very much for your answering! > > -- > Thanks! > > Best Regards, > Liping Zhang > > > > > -- > Thanks! > > Best Regards, > Liping Zhang(张 莉苹) > >
+
Ted Yu 2012-10-30, 03:37
-
Re: hbase 0.94.0 failed to individually run test case with org.apache.hadoop.hbase.TestZookeeper
Liping Zhang 2012-10-30, 03:58
Thanks for your quick reply, Ted Yu!:)
Do not have chance to try with 0.94.2, will try it later.
However, what we are using is 0.94.0, did you ever met these issues before with 0.94.0 release QA? Ted Yu 11:37 AM (13 minutes ago)
to me, dev, user, issues, paradisehit, stack, apurtell Can you try with 0.94.2 or tip of 0.94 ? 0.94.0 is quite old.
On Tue, Oct 30, 2012 at 11:37 AM, Ted Yu <[EMAIL PROTECTED]> wrote:
> Can you try with 0.94.2 or tip of 0.94 ? > 0.94.0 is quite old. > > > On Mon, Oct 29, 2012 at 8:31 PM, Liping Zhang <[EMAIL PROTECTED]> wrote: > >> Hi hbase deve, QA, Shixing, >> >> I'll highly appreciate you if you can answer the questions. >> >> >> Hi Shixing, >> >> I found in HBASE-6269, you did a full unit tests, but did you try it >> successfully with individually running "mvn -Dtest=*TestHRegion *test"? >> Thanks for your info. >> >> >> >> ---------- Forwarded message ---------- >> From: Liping Zhang <[EMAIL PROTECTED]> >> Date: Tue, Oct 30, 2012 at 11:18 AM >> Subject: hbase 0.94.0 failed to individually run test case with >> org.apache.hadoop.hbase.TestZookeeper >> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] >> >> >> >> Hi Ted Yu, Stack and Andrew, >> >> How are thing going? I met some issues when I individually run HBase >> 0.94.0 unit tests, can you help me out? >> >> ------------------------- >> *question #1:* >> >> I downloaded with Hbase 0.94.0 and run it with unit tests, found that it >> was failed to *individually *run org.apache.hadoop.hbase.TestZookeeper >> and org.apache.hadoop.hbase.regionserver.TestHRegion when I individually >> ran it with "mvn -Dtest=TestZookeeper test" and "mvn -Dtest=TestHRegion >> test". It seems there was no unit testThe result showed as following: >> >> ------------------------------------------------------- >> T E S T S >> ------------------------------------------------------- >> >> Results : >> >> *Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 >> >> >> -------------------------- >> question #2:* >> >> How to skip to some test cases when I run full Hbase unit tests? Is there >> any command? >> >> >> ---------------------------- >> *question #3:* >> I tried individual tests, and found that it didn't run any test case with >> "mvn -Dtest=*TestHRegion *test", but it can run test cases with "mvn >> -Dtest=*TestKeyValue,TestHRegion* test", do you know why it happens?* >> * >> Thanks very much for your answering! >> >> -- >> Thanks! >> >> Best Regards, >> Liping Zhang >> >> >> >> >> -- >> Thanks! >> >> Best Regards, >> Liping Zhang(张 莉苹) >> >> > -- Thanks!
Best Regards, Liping Zhang(张 莉苹)
+
Liping Zhang 2012-10-30, 03:58
-
Re: hbase 0.94.0 failed to individually run test case with org.apache.hadoop.hbase.TestZookeeper
Ted Yu 2012-10-30, 03:43
To answer your first question, you need to specify the following: mvn test -PlocalTests -Dtest On Mon, Oct 29, 2012 at 8:37 PM, Ted Yu <[EMAIL PROTECTED]> wrote:
> Can you try with 0.94.2 or tip of 0.94 ? > 0.94.0 is quite old. > > > On Mon, Oct 29, 2012 at 8:31 PM, Liping Zhang <[EMAIL PROTECTED]> wrote: > >> Hi hbase deve, QA, Shixing, >> >> I'll highly appreciate you if you can answer the questions. >> >> >> Hi Shixing, >> >> I found in HBASE-6269, you did a full unit tests, but did you try it >> successfully with individually running "mvn -Dtest=*TestHRegion *test"? >> Thanks for your info. >> >> >> >> ---------- Forwarded message ---------- >> From: Liping Zhang <[EMAIL PROTECTED]> >> Date: Tue, Oct 30, 2012 at 11:18 AM >> Subject: hbase 0.94.0 failed to individually run test case with >> org.apache.hadoop.hbase.TestZookeeper >> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] >> >> >> >> Hi Ted Yu, Stack and Andrew, >> >> How are thing going? I met some issues when I individually run HBase >> 0.94.0 unit tests, can you help me out? >> >> ------------------------- >> *question #1:* >> >> I downloaded with Hbase 0.94.0 and run it with unit tests, found that it >> was failed to *individually *run org.apache.hadoop.hbase.TestZookeeper >> and org.apache.hadoop.hbase.regionserver.TestHRegion when I individually >> ran it with "mvn -Dtest=TestZookeeper test" and "mvn -Dtest=TestHRegion >> test". It seems there was no unit testThe result showed as following: >> >> ------------------------------------------------------- >> T E S T S >> ------------------------------------------------------- >> >> Results : >> >> *Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 >> >> >> -------------------------- >> question #2:* >> >> How to skip to some test cases when I run full Hbase unit tests? Is there >> any command? >> >> >> ---------------------------- >> *question #3:* >> I tried individual tests, and found that it didn't run any test case with >> "mvn -Dtest=*TestHRegion *test", but it can run test cases with "mvn >> -Dtest=*TestKeyValue,TestHRegion* test", do you know why it happens?* >> * >> Thanks very much for your answering! >> >> -- >> Thanks! >> >> Best Regards, >> Liping Zhang >> >> >> >> >> -- >> Thanks! >> >> Best Regards, >> Liping Zhang(张 莉苹) >> >> >
+
Ted Yu 2012-10-30, 03:43
-
Re: hbase 0.94.0 failed to individually run test case with org.apache.hadoop.hbase.TestZookeeper
Ted Yu 2012-10-30, 04:50
The following command didn't run any test: mvn -PlocalTests -Dtest=*TestZookeeper *test
N: Do you know why ?
On Mon, Oct 29, 2012 at 8:43 PM, Ted Yu <[EMAIL PROTECTED]> wrote:
> To answer your first question, you need to specify the following: > mvn test -PlocalTests -Dtest> > > On Mon, Oct 29, 2012 at 8:37 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > >> Can you try with 0.94.2 or tip of 0.94 ? >> 0.94.0 is quite old. >> >> >> On Mon, Oct 29, 2012 at 8:31 PM, Liping Zhang <[EMAIL PROTECTED]> wrote: >> >>> Hi hbase deve, QA, Shixing, >>> >>> I'll highly appreciate you if you can answer the questions. >>> >>> >>> Hi Shixing, >>> >>> I found in HBASE-6269, you did a full unit tests, but did you try it >>> successfully with individually running "mvn -Dtest=*TestHRegion *test"? >>> Thanks for your info. >>> >>> >>> >>> ---------- Forwarded message ---------- >>> From: Liping Zhang <[EMAIL PROTECTED]> >>> Date: Tue, Oct 30, 2012 at 11:18 AM >>> Subject: hbase 0.94.0 failed to individually run test case with >>> org.apache.hadoop.hbase.TestZookeeper >>> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] >>> >>> >>> >>> Hi Ted Yu, Stack and Andrew, >>> >>> How are thing going? I met some issues when I individually run HBase >>> 0.94.0 unit tests, can you help me out? >>> >>> ------------------------- >>> *question #1:* >>> >>> I downloaded with Hbase 0.94.0 and run it with unit tests, found that it >>> was failed to *individually *run org.apache.hadoop.hbase.TestZookeeper >>> and org.apache.hadoop.hbase.regionserver.TestHRegion when I individually >>> ran it with "mvn -Dtest=TestZookeeper test" and "mvn -Dtest=TestHRegion >>> test". It seems there was no unit testThe result showed as following: >>> >>> ------------------------------------------------------- >>> T E S T S >>> ------------------------------------------------------- >>> >>> Results : >>> >>> *Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 >>> >>> >>> -------------------------- >>> question #2:* >>> >>> How to skip to some test cases when I run full Hbase unit tests? Is >>> there any command? >>> >>> >>> ---------------------------- >>> *question #3:* >>> I tried individual tests, and found that it didn't run any test case >>> with "mvn -Dtest=*TestHRegion *test", but it can run test cases with >>> "mvn -Dtest=*TestKeyValue,TestHRegion* test", do you know why it >>> happens?* >>> * >>> Thanks very much for your answering! >>> >>> -- >>> Thanks! >>> >>> Best Regards, >>> Liping Zhang >>> >>> >>> >>> >>> -- >>> Thanks! >>> >>> Best Regards, >>> Liping Zhang(张 莉苹) >>> >>> >> >
+
Ted Yu 2012-10-30, 04:50
-
Re: hbase 0.94.0 failed to individually run test case with org.apache.hadoop.hbase.TestZookeeper
Nicolas Liochon 2012-10-30, 09:27
Hi,
It's ok with a capital 'K'
mvn -PlocalTests -Dtest=TestZoo*K*eeper test Running org.apache.hadoop.hbase.TestZooKeeper Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 198.84 sec
;-)
Nicolas
On Tue, Oct 30, 2012 at 5:50 AM, Ted Yu <[EMAIL PROTECTED]> wrote:
> The following command didn't run any test: > *mvn -PlocalTests -Dtest=TestZookeeper test* > > N: > Do you know why ? > > On Mon, Oct 29, 2012 at 8:43 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > >> To answer your first question, you need to specify the following: >> mvn test -PlocalTests -Dtest>> >> >> On Mon, Oct 29, 2012 at 8:37 PM, Ted Yu <[EMAIL PROTECTED]> wrote: >> >>> Can you try with 0.94.2 or tip of 0.94 ? >>> 0.94.0 is quite old. >>> >>> >>> On Mon, Oct 29, 2012 at 8:31 PM, Liping Zhang <[EMAIL PROTECTED]>wrote: >>> >>>> Hi hbase deve, QA, Shixing, >>>> >>>> I'll highly appreciate you if you can answer the questions. >>>> >>>> >>>> Hi Shixing, >>>> >>>> I found in HBASE-6269, you did a full unit tests, but did you try it >>>> successfully with individually running "mvn -Dtest=*TestHRegion *test"? >>>> Thanks for your info. >>>> >>>> >>>> >>>> ---------- Forwarded message ---------- >>>> From: Liping Zhang <[EMAIL PROTECTED]> >>>> Date: Tue, Oct 30, 2012 at 11:18 AM >>>> Subject: hbase 0.94.0 failed to individually run test case with >>>> org.apache.hadoop.hbase.TestZookeeper >>>> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] >>>> >>>> >>>> >>>> Hi Ted Yu, Stack and Andrew, >>>> >>>> How are thing going? I met some issues when I individually run HBase >>>> 0.94.0 unit tests, can you help me out? >>>> >>>> ------------------------- >>>> *question #1:* >>>> >>>> I downloaded with Hbase 0.94.0 and run it with unit tests, found that >>>> it was failed to *individually *run >>>> org.apache.hadoop.hbase.TestZookeeper and >>>> org.apache.hadoop.hbase.regionserver.TestHRegion when I individually ran it >>>> with "mvn -Dtest=TestZookeeper test" and "mvn -Dtest=TestHRegion test". It >>>> seems there was no unit testThe result showed as following: >>>> >>>> >>>> ------------------------------------------------------- >>>> T E S T S >>>> ------------------------------------------------------- >>>> >>>> Results : >>>> >>>> *Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 >>>> >>>> >>>> -------------------------- >>>> question #2:* >>>> >>>> How to skip to some test cases when I run full Hbase unit tests? Is >>>> there any command? >>>> >>>> >>>> ---------------------------- >>>> *question #3:* >>>> I tried individual tests, and found that it didn't run any test case >>>> with "mvn -Dtest=*TestHRegion *test", but it can run test cases with >>>> "mvn -Dtest=*TestKeyValue,TestHRegion* test", do you know why it >>>> happens? >>>> * >>>> * >>>> Thanks very much for your answering! >>>> >>>> -- >>>> Thanks! >>>> >>>> Best Regards, >>>> Liping Zhang >>>> >>>> >>>> >>>> >>>> -- >>>> Thanks! >>>> >>>> Best Regards, >>>> Liping Zhang(张 莉苹) >>>> >>>> >>> >> >
+
Nicolas Liochon 2012-10-30, 09:27
-
Re: hbase 0.94.0 failed to individually run test case with org.apache.hadoop.hbase.TestZookeeper
Liping Zhang 2012-11-01, 16:43
Hello Nicolas,
Oh, it is a typo. :) Thanks very much! By the way, can you also help to answer following question?
HBase unit tests (command `mvn test`) are *seperated into two parts* in*HBase 0.94.0, * do you know how to let it only run the first part, but not run the second part with `mvn test`? How to skip some specific test cases when I run full Hbase unit tests with 'mvn test' command? Is there any command or can I set it in some configuration files?
Highly appreciate and have a good day!
On Tue, Oct 30, 2012 at 5:27 PM, Nicolas Liochon <[EMAIL PROTECTED]> wrote:
> Hi, > > It's ok with a capital 'K' > > mvn -PlocalTests -Dtest=TestZoo*K*eeper test > Running org.apache.hadoop.hbase.TestZooKeeper > Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 198.84 sec > > ;-) > > Nicolas > > > On Tue, Oct 30, 2012 at 5:50 AM, Ted Yu <[EMAIL PROTECTED]> wrote: > >> The following command didn't run any test: >> *mvn -PlocalTests -Dtest=TestZookeeper test* >> >> N: >> Do you know why ? >> >> On Mon, Oct 29, 2012 at 8:43 PM, Ted Yu <[EMAIL PROTECTED]> wrote: >> >>> To answer your first question, you need to specify the following: >>> mvn test -PlocalTests -Dtest>>> >>> >>> On Mon, Oct 29, 2012 at 8:37 PM, Ted Yu <[EMAIL PROTECTED]> wrote: >>> >>>> Can you try with 0.94.2 or tip of 0.94 ? >>>> 0.94.0 is quite old. >>>> >>>> >>>> On Mon, Oct 29, 2012 at 8:31 PM, Liping Zhang <[EMAIL PROTECTED]>wrote: >>>> >>>>> Hi hbase deve, QA, Shixing, >>>>> >>>>> I'll highly appreciate you if you can answer the questions. >>>>> >>>>> >>>>> Hi Shixing, >>>>> >>>>> I found in HBASE-6269, you did a full unit tests, but did you try it >>>>> successfully with individually running "mvn -Dtest=*TestHRegion *test"? >>>>> Thanks for your info. >>>>> >>>>> >>>>> >>>>> ---------- Forwarded message ---------- >>>>> From: Liping Zhang <[EMAIL PROTECTED]> >>>>> Date: Tue, Oct 30, 2012 at 11:18 AM >>>>> Subject: hbase 0.94.0 failed to individually run test case with >>>>> org.apache.hadoop.hbase.TestZookeeper >>>>> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] >>>>> >>>>> >>>>> >>>>> Hi Ted Yu, Stack and Andrew, >>>>> >>>>> How are thing going? I met some issues when I individually run HBase >>>>> 0.94.0 unit tests, can you help me out? >>>>> >>>>> ------------------------- >>>>> *question #1:* >>>>> >>>>> I downloaded with Hbase 0.94.0 and run it with unit tests, found that >>>>> it was failed to *individually *run >>>>> org.apache.hadoop.hbase.TestZookeeper and >>>>> org.apache.hadoop.hbase.regionserver.TestHRegion when I individually ran it >>>>> with "mvn -Dtest=TestZookeeper test" and "mvn -Dtest=TestHRegion test". It >>>>> seems there was no unit testThe result showed as following: >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> T E S T S >>>>> ------------------------------------------------------- >>>>> >>>>> Results : >>>>> >>>>> *Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 >>>>> >>>>> >>>>> -------------------------- >>>>> question #2:* >>>>> >>>>> How to skip to some test cases when I run full Hbase unit tests? Is >>>>> there any command? >>>>> >>>>> >>>>> ---------------------------- >>>>> *question #3:* >>>>> I tried individual tests, and found that it didn't run any test case >>>>> with "mvn -Dtest=*TestHRegion *test", but it can run test cases with >>>>> "mvn -Dtest=*TestKeyValue,TestHRegion* test", do you know why it >>>>> happens? >>>>> * >>>>> * >>>>> Thanks very much for your answering! >>>>> >>>>> -- >>>>> Thanks! >>>>> >>>>> Best Regards, >>>>> Liping Zhang >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Thanks! >>>>> >>>>> Best Regards, >>>>> Liping Zhang(张 莉苹) >>>>> >>>>> >>>> >>> >> > -- Thanks!
Best Regards, Liping Zhang(张 莉苹)
+
Liping Zhang 2012-11-01, 16:43
-
Re: hbase 0.94.0 failed to individually run test case with org.apache.hadoop.hbase.TestZookeeper
Liping Zhang 2012-10-30, 04:07
Hi Ted Yu,
Just tried it and update you, it seems "mvn test -PlocalTests -Dtest=" works for "mvn -PlocalTests -Dtest=*TestHRegion *test", but still not work for "mvn -PlocalTests -Dtest=*TestZookeeper *test". On Tue, Oct 30, 2012 at 11:43 AM, Ted Yu <[EMAIL PROTECTED]> wrote:
> To answer your first question, you need to specify the following: > mvn test -PlocalTests -Dtest> > > On Mon, Oct 29, 2012 at 8:37 PM, Ted Yu <[EMAIL PROTECTED]> wrote: > >> Can you try with 0.94.2 or tip of 0.94 ? >> 0.94.0 is quite old. >> >> >> On Mon, Oct 29, 2012 at 8:31 PM, Liping Zhang <[EMAIL PROTECTED]> wrote: >> >>> Hi hbase deve, QA, Shixing, >>> >>> I'll highly appreciate you if you can answer the questions. >>> >>> >>> Hi Shixing, >>> >>> I found in HBASE-6269, you did a full unit tests, but did you try it >>> successfully with individually running "mvn -Dtest=*TestHRegion *test"? >>> Thanks for your info. >>> >>> >>> >>> ---------- Forwarded message ---------- >>> From: Liping Zhang <[EMAIL PROTECTED]> >>> Date: Tue, Oct 30, 2012 at 11:18 AM >>> Subject: hbase 0.94.0 failed to individually run test case with >>> org.apache.hadoop.hbase.TestZookeeper >>> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] >>> >>> >>> >>> Hi Ted Yu, Stack and Andrew, >>> >>> How are thing going? I met some issues when I individually run HBase >>> 0.94.0 unit tests, can you help me out? >>> >>> ------------------------- >>> *question #1:* >>> >>> I downloaded with Hbase 0.94.0 and run it with unit tests, found that it >>> was failed to *individually *run org.apache.hadoop.hbase.TestZookeeper >>> and org.apache.hadoop.hbase.regionserver.TestHRegion when I individually >>> ran it with "mvn -Dtest=TestZookeeper test" and "mvn -Dtest=TestHRegion >>> test". It seems there was no unit testThe result showed as following: >>> >>> ------------------------------------------------------- >>> T E S T S >>> ------------------------------------------------------- >>> >>> Results : >>> >>> *Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 >>> >>> >>> -------------------------- >>> question #2:* >>> >>> How to skip to some test cases when I run full Hbase unit tests? Is >>> there any command? >>> >>> >>> ---------------------------- >>> *question #3:* >>> I tried individual tests, and found that it didn't run any test case >>> with "mvn -Dtest=*TestHRegion *test", but it can run test cases with >>> "mvn -Dtest=*TestKeyValue,TestHRegion* test", do you know why it >>> happens?* >>> * >>> Thanks very much for your answering! >>> >>> -- >>> Thanks! >>> >>> Best Regards, >>> Liping Zhang >>> >>> >>> >>> >>> -- >>> Thanks! >>> >>> Best Regards, >>> Liping Zhang(张 莉苹) >>> >>> >> > -- Thanks!
Best Regards, Liping Zhang(张 莉苹)
+
Liping Zhang 2012-10-30, 04:07
|
|