Skip to content

Commit d09591a

Browse files
committed
working on new ID based join iterator
1 parent b23fc6f commit d09591a

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

core/sail/lmdb/src/test/java/org/eclipse/rdf4j/sail/lmdb/QueryBenchmarkTest.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -233,20 +233,6 @@ public void long_chain() {
233233
}
234234
}
235235

236-
@Test
237-
@Timeout(30)
238-
public void long_chain_debugPreview() {
239-
try (SailRepositoryConnection connection = repository.getConnection()) {
240-
TupleQuery tupleQuery = connection.prepareTupleQuery(long_chain);
241-
try (TupleQueryResult result = tupleQuery.evaluate()) {
242-
for (int i = 0; result.hasNext() && i < 5; i++) {
243-
BindingSet bs = result.next();
244-
System.out.println("DEBUG long_chain #" + i + ": " + bs);
245-
}
246-
}
247-
}
248-
}
249-
250236
@Test
251237
@Timeout(30)
252238
public void subSelectQueryProducesExpectedCount() {

0 commit comments

Comments
 (0)