|
|
-
testRegionShouldNotBeDeployed failing
Jean-Marc Spaggiari 2013-01-16, 19:18
I can see that testRegionShouldNotBeDeployed is failing on the last builds, and I'm facing the same locally.
Should a JIRA be opened for that?
JM
-
Re: testRegionShouldNotBeDeployed failing
Jimmy Xiang 2013-01-16, 19:29
I should have just fixed it with HBASE-7575. Let me take a look.
Thanks, Jimmy
On Wed, Jan 16, 2013 at 11:18 AM, Jean-Marc Spaggiari < [EMAIL PROTECTED]> wrote:
> I can see that testRegionShouldNotBeDeployed is failing on the last > builds, and I'm facing the same locally. > > Should a JIRA be opened for that? > > JM >
-
Re: testRegionShouldNotBeDeployed failing
Jimmy Xiang 2013-01-16, 19:46
The test works for me locally with the latest code.
Can you give it a try with the latest code?
If it still fails for you, sure, please file a jira.
Thanks a lot, Jimmy
On Wed, Jan 16, 2013 at 11:29 AM, Jimmy Xiang <[EMAIL PROTECTED]> wrote:
> I should have just fixed it with HBASE-7575. Let me take a look. > > Thanks, > Jimmy > > > On Wed, Jan 16, 2013 at 11:18 AM, Jean-Marc Spaggiari < > [EMAIL PROTECTED]> wrote: > >> I can see that testRegionShouldNotBeDeployed is failing on the last >> builds, and I'm facing the same locally. >> >> Should a JIRA be opened for that? >> >> JM >> > >
-
Re: testRegionShouldNotBeDeployed failing
Jean-Marc Spaggiari 2013-01-16, 19:49
Hi Jimmy,
I have just done an update and restarted the tests. I wlil keep you posted of the results.
Thanks,
JM
2013/1/16, Jimmy Xiang <[EMAIL PROTECTED]>: > The test works for me locally with the latest code. > > Can you give it a try with the latest code? > > If it still fails for you, sure, please file a jira. > > Thanks a lot, > Jimmy > > On Wed, Jan 16, 2013 at 11:29 AM, Jimmy Xiang <[EMAIL PROTECTED]> wrote: > >> I should have just fixed it with HBASE-7575. Let me take a look. >> >> Thanks, >> Jimmy >> >> >> On Wed, Jan 16, 2013 at 11:18 AM, Jean-Marc Spaggiari < >> [EMAIL PROTECTED]> wrote: >> >>> I can see that testRegionShouldNotBeDeployed is failing on the last >>> builds, and I'm facing the same locally. >>> >>> Should a JIRA be opened for that? >>> >>> JM >>> >> >> >
-
Re: testRegionShouldNotBeDeployed failing
Jean-Marc Spaggiari 2013-01-16, 21:44
Hi Jimmy,
The test is failling again, but it's of OOM... I will see if I can increase the memory with mvn parameters. I have 32GBs in this computer, so it's not because of a physical limitation...
JM
2013/1/16, Jean-Marc Spaggiari <[EMAIL PROTECTED]>: > Hi Jimmy, > > I have just done an update and restarted the tests. I wlil keep you > posted of the results. > > Thanks, > > JM > > 2013/1/16, Jimmy Xiang <[EMAIL PROTECTED]>: >> The test works for me locally with the latest code. >> >> Can you give it a try with the latest code? >> >> If it still fails for you, sure, please file a jira. >> >> Thanks a lot, >> Jimmy >> >> On Wed, Jan 16, 2013 at 11:29 AM, Jimmy Xiang <[EMAIL PROTECTED]> >> wrote: >> >>> I should have just fixed it with HBASE-7575. Let me take a look. >>> >>> Thanks, >>> Jimmy >>> >>> >>> On Wed, Jan 16, 2013 at 11:18 AM, Jean-Marc Spaggiari < >>> [EMAIL PROTECTED]> wrote: >>> >>>> I can see that testRegionShouldNotBeDeployed is failing on the last >>>> builds, and I'm facing the same locally. >>>> >>>> Should a JIRA be opened for that? >>>> >>>> JM >>>> >>> >>> >> >
-
Re: testRegionShouldNotBeDeployed failing
Jean-Marc Spaggiari 2013-01-16, 22:47
So. I fixed the memory issue. But test is still failing (So are others also).
I ran this command: mvn clean test -PrunAllTests -Dsurefire.secondPartThreadCount=12 -Dtest.build.data.basedirectory=/tmp
And got those tests failed:
Failed tests: testDeleteExpiredStoreFiles(org.apache.hadoop.hbase.regionserver.TestStore): expected:<2> but was:<4> testAcquireTaskAtStartup(org.apache.hadoop.hbase.regionserver.TestSplitLogWorker): Waiting timed out after [1 000] msec testRegionShouldNotBeDeployed(org.apache.hadoop.hbase.util.TestHBaseFsck): expected:<[SHOULD_NOT_BE_DEPLOYED]> but was:<[]> testPermissionsWatcher(org.apache.hadoop.hbase.security.access.TestZKPermissionsWatcher)
Tests in error: testRegionServerSessionExpired(org.apache.hadoop.hbase.TestZooKeeper): Reset scanner testMasterZKSessionRecoveryFailure(org.apache.hadoop.hbase.TestZooKeeper): test timed out after 20000 milliseconds testMinorCompaction(org.apache.hadoop.hbase.regionserver.TestCompactionState): test timed out after 60000 milliseconds testMinorCompactionOnFamily(org.apache.hadoop.hbase.regionserver.TestCompactionState): test timed out after 60000 milliseconds
I will continue to run the tests again and again to make sure it's always failing the same way, and re-open the defect if required.
JM
-
Re: testRegionShouldNotBeDeployed failing
Jimmy Xiang 2013-01-16, 22:53
This is a different issue. Please file a jira for this issue. I saw this before too. I think it is flaky.
Thanks, Jimmy
On Wed, Jan 16, 2013 at 2:47 PM, Jean-Marc Spaggiari < [EMAIL PROTECTED]> wrote:
> testRegionShouldNotBeDeployed(org.apache.hadoop.hbase.util.TestHBaseFsck): > expected:<[SHOULD_NOT_BE_DEPLOYED]> but was:<[]> >
-
Re: testRegionShouldNotBeDeployed failing
Jean-Marc Spaggiari 2013-01-17, 00:22
Hi Jimmy,
I have created HBASE-7597 for that. I will try to run the tests with -Dsurefire.secondPartThreadCount=1 to see if it's making a difference.
Thanks,
JM
2013/1/16, Jimmy Xiang <[EMAIL PROTECTED]>: > This is a different issue. Please file a jira for this issue. I saw this > before too. I think it is flaky. > > Thanks, > Jimmy > > On Wed, Jan 16, 2013 at 2:47 PM, Jean-Marc Spaggiari < > [EMAIL PROTECTED]> wrote: > >> testRegionShouldNotBeDeployed(org.apache.hadoop.hbase.util.TestHBaseFsck): >> expected:<[SHOULD_NOT_BE_DEPLOYED]> but was:<[]> >> >
-
Re: testRegionShouldNotBeDeployed failing
Jimmy Xiang 2013-01-17, 00:26
Cool, thanks!
Jimmy
On Wed, Jan 16, 2013 at 4:22 PM, Jean-Marc Spaggiari < [EMAIL PROTECTED]> wrote:
> Hi Jimmy, > > I have created HBASE-7597 for that. I will try to run the tests with > -Dsurefire.secondPartThreadCount=1 to see if it's making a difference. > > Thanks, > > JM > > 2013/1/16, Jimmy Xiang <[EMAIL PROTECTED]>: > > This is a different issue. Please file a jira for this issue. I saw > this > > before too. I think it is flaky. > > > > Thanks, > > Jimmy > > > > On Wed, Jan 16, 2013 at 2:47 PM, Jean-Marc Spaggiari < > > [EMAIL PROTECTED]> wrote: > > > >> > testRegionShouldNotBeDeployed(org.apache.hadoop.hbase.util.TestHBaseFsck): > >> expected:<[SHOULD_NOT_BE_DEPLOYED]> but was:<[]> > >> > > >
|
|