On 2014-01-23 17:58, Julian Reschke wrote:
OK,
with this commit the TCK tests can now run against the Relation DB (RDB)
Document Store. Right now the only DB tested is H2.
To enable this, pass the JDBC URL of the DB into "rdb.jdbc-url", for
instance
mvn test -Drdb.jdbc-url=jdbc:h2:mem:oaknodes
Right now I'm getting one test failure in the query tests which I
haven't looked at yet in detail.
...
And that test is QueryResultTest#testGetSize, which assumes that the
predefined timeout (100 ms I think) is sufficiently long to count a
result set of 55 nodes, which currently fails for my backend (causing
getSize() to return -1).
Do we want to:
a) tune the test,
b) tune the timeout,
c) mark the test is failing for now due to slow backend?
Best regards, Julian