[jira] [Commented] (HBASE-8009) Fix and reenable the hbase-example unit tests.

2017-07-26 Thread Sean Busbey (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-8009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101911#comment-16101911
 ] 

Sean Busbey commented on HBASE-8009:


I think they failed to even compile during the HBASE-15638 migration, which is 
why they got killed instead of ignored. I'd agree that we need to figure out a 
way to have an equivalent to the coverage they provided.

> Fix and reenable the hbase-example unit tests.
> --
>
> Key: HBASE-8009
> URL: https://issues.apache.org/jira/browse/HBASE-8009
> Project: HBase
>  Issue Type: Task
>  Components: test
>Reporter: stack
>Priority: Critical
>
> The unit tests pass locally for me repeatedly but fail from time to time up 
> on jenkins.  HBASE-7994 disabled them.  This issue is about spending the time 
> to make sure they pass up on jenkins again.  They have been disabled because 
> unit tests have been failing way more often than they have been passing over 
> the last few months and we want to establish passing tests as the precedent 
> again.  Once that is in place, we can work on bringing back examples.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-8009) Fix and reenable the hbase-example unit tests.

2017-07-26 Thread Mike Drob (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-8009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101689#comment-16101689
 ] 

Mike Drob commented on HBASE-8009:
--

Looks like these tests were killed in HBASE-15638 so there's nothing to 
unignore. Should they have been migrated at that time to somewhere else instead 
of being deleted?

> Fix and reenable the hbase-example unit tests.
> --
>
> Key: HBASE-8009
> URL: https://issues.apache.org/jira/browse/HBASE-8009
> Project: HBase
>  Issue Type: Task
>  Components: test
>Reporter: stack
>Priority: Critical
>
> The unit tests pass locally for me repeatedly but fail from time to time up 
> on jenkins.  HBASE-7994 disabled them.  This issue is about spending the time 
> to make sure they pass up on jenkins again.  They have been disabled because 
> unit tests have been failing way more often than they have been passing over 
> the last few months and we want to establish passing tests as the precedent 
> again.  Once that is in place, we can work on bringing back examples.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-8009) Fix and reenable the hbase-example unit tests.

2013-03-05 Thread Anoop Sam John (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-8009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594310#comment-13594310
 ] 

Anoop Sam John commented on HBASE-8009:
---

[~stack] Most of the failed cases I can see a failure with 
TestBulkDeleteProtocol#testBulkDeleteColumn(). Here in the test I am deleting 
100 rows and asserting that against what the HTable#coprocessorExec() returned 
me. This in the failed case coming as 120 instead of 100.  In test I have total 
5 regions in table with 20 rows each. So one region entry coming as duplicate 
in the Map (return value from HTable#coprocessorExec () )!!! Some retry 
issue!!!( ? )
I started digging in the coprocessorExec() code more.. Seems there are some 
bugs in that area. Let me explore.  BTW will it be good that I add some logs in 
the test case about the returned Map from coprocessorExec() and give a patch. 
Can we commit so that the next failed time we can get more clear picture about 
our doubt?

 Fix and reenable the hbase-example unit tests.
 --

 Key: HBASE-8009
 URL: https://issues.apache.org/jira/browse/HBASE-8009
 Project: HBase
  Issue Type: Task
  Components: test
Reporter: stack
Priority: Critical

 The unit tests pass locally for me repeatedly but fail from time to time up 
 on jenkins.  HBASE-7994 disabled them.  This issue is about spending the time 
 to make sure they pass up on jenkins again.  They have been disabled because 
 unit tests have been failing way more often than they have been passing over 
 the last few months and we want to establish passing tests as the precedent 
 again.  Once that is in place, we can work on bringing back examples.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HBASE-8009) Fix and reenable the hbase-example unit tests.

2013-03-05 Thread ramkrishna.s.vasudevan (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-8009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13594318#comment-13594318
 ] 

ramkrishna.s.vasudevan commented on HBASE-8009:
---

Yes Anoop, we can commit patches with logging to debug further.  Recently for 
some of the testcases it has been done.

 Fix and reenable the hbase-example unit tests.
 --

 Key: HBASE-8009
 URL: https://issues.apache.org/jira/browse/HBASE-8009
 Project: HBase
  Issue Type: Task
  Components: test
Reporter: stack
Priority: Critical

 The unit tests pass locally for me repeatedly but fail from time to time up 
 on jenkins.  HBASE-7994 disabled them.  This issue is about spending the time 
 to make sure they pass up on jenkins again.  They have been disabled because 
 unit tests have been failing way more often than they have been passing over 
 the last few months and we want to establish passing tests as the precedent 
 again.  Once that is in place, we can work on bringing back examples.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira