[
https://issues.apache.org/jira/browse/GORA-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13899419#comment-13899419
]
Lewis John McGibbney commented on GORA-55:
------------------------------------------
I don't think so [~hsaputra]. We still have some skipped tests in HBase e.g.
{code:title=TestHBaseStore.java|borderStyle=solid}
@Ignore("We need to skip this test since gora considers endRow inclusive,
while its exclusive for HBase.")
@Override
public void testQueryEndKey() throws IOException {
//TODO: We should raise an issue for HBase to allow us to specify if the
endRow will be inclussive or exclusive.
}
@Ignore("We need to skip this test since gora considers endRow inclusive,
while its exclusive for HBase.")
@Override
public void testQueryKeyRange() throws IOException {
//TODO: We should raise an issue for HBase to allow us to specify if the
endRow will be inclussive or exclusive.
}
@Ignore("We need to skip this test since gora considers endRow inclusive,
while its exclusive for HBase.")
@Override
public void testDeleteByQuery() throws IOException {
//TODO: We should raise an issue for HBase to allow us to specify if the
endRow will be inclussive or exclusive.
}
{code}
> Fix TestHBaseStore
> ------------------
>
> Key: GORA-55
> URL: https://issues.apache.org/jira/browse/GORA-55
> Project: Apache Gora
> Issue Type: Sub-task
> Components: gora-hbase
> Affects Versions: 0.2
> Reporter: Lewis John McGibbney
> Fix For: 0.4
>
> Attachments: GORA-55.patch
>
>
> TestHBaseStore
> Hanging indefinately with some interesting output below
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server Responder: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server listener on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 0 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 2 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 3 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 1 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 4 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 5 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 6 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 7 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 8 on 57907: starting
> 11/10/22 21:34:19 INFO ipc.Server: IPC Server handler 9 on 57907: starting
> 11/10/22 21:34:19 INFO zookeeper.ClientCnxn: Opening socket connection to
> server localhost/127.0.0.1:21818
> 11/10/22 21:34:19 WARN zookeeper.ClientCnxn: Session 0x1332d8e13be0000 for
> server null, unexpected error, closing socket connection and attempting
> reconnect
> java.net.ConnectException: Connection refused
> at sun.nio.ch.Net.connect(Native Method)
> at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:507)
> at
> org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:1050)
> at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1077)
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)