Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rdf4j-dev] Tests for RepositoryFederatedService

Hi,

while doing some validation / experiments on federation setups, I may have stumbled into a bug in the RepositoryFederatedService.

My plan would be to write a good set of unit tests to provide a better understanding first for myself, and then as a basis for discussion.

The question I have to you: what would be the best project / module to write the tests? I am asking because I would require quite a few dependencies (even at compile time):

- SailRepository
- MemoryStore
- Sparql module for Federation
- Utility and base modules (RIO, Model, ...)

I though about using "rdf4j-repository-compliance", but here I am lacking SailRepository and MemoryStore dependencies (at least on compile level). Also it is not very easy to execute the tests ad-hoc.

Any proposals where to best place the tests? Do you see problems when we add additional compile dependencies to "rdf4j-repository-compliance"?

Any hints highly appreciated.

Best,
 Andreas

Back to the top