|
From: Brian M. <btm...@gm...> - 2010-06-29 13:03:22
|
I've been looking at the tests in com.bigdata.rdf.store
recently and I was hoping someone on the list might be
able to clear up some confusion I've been having with a
couple of the tests from that suite:
TestScaleOutTripleStoreWithLocalDataServiceFederation
and
TestScaleOutTripleStoreWithEmbeddedFederation
When trying to run those tests (using either ant or eclipse),
some issues were encountered; for example,
In TestScaleOutTripleStoreWithLocalDataServiceFederation,
the directory from which data is loaded is, "../rdf-data/lehigh/U1";
which doesn't seem to exist.
If the directory is changed to "bigdata-rdf/src/resources/data/lehigh/U1",
which does exist, then the test 'test_U1' hangs (never completes, even
when run over night).
With respect to the other test
(TestScaleOutTripleStoreWithEmbeddedFederation),
unlike the first test, that test suite does use the correct/existing
directory
("bigdata-rdf/src/resources/data/lehigh/U1"). Additionally, that
suite's version of 'test_U1' actually completes and passes. But
the suites next test ('test_U10') never completes.
Finally, in com.bigdata.rdf.store.TestAll, although the two tests
above appear to have been executed at some point in the past
by TestAll, the execution of those tests are now commented out.
Can anyone shed some light on those two tests? Are they
commented out rather than removed because there's an intent
or desire to fix them and re-instate their execution in the CI?
Thanks,
BrianM
|