[
https://issues.apache.org/jira/browse/JENA-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17483999#comment-17483999
]
Andy Seaborne commented on JENA-2262:
-------------------------------------
A potential cause: the response streams used to contact the server aren't
always being consumed. HTTP response ought to be read to the end.
Server operations sending results inside a transaction, like using ASK as a
ping operation,are vulnerable to the transaction being kept open for some time.
PR #1180 fixes that.
> Stabilize Fuseki admin TDB Compact tests
> ----------------------------------------
>
> Key: JENA-2262
> URL: https://issues.apache.org/jira/browse/JENA-2262
> Project: Apache Jena
> Issue Type: Improvement
> Components: Fuseki
> Affects Versions: Jena 4.3.2
> Reporter: Andy Seaborne
> Assignee: Andy Seaborne
> Priority: Minor
> Fix For: Jena 4.4.0
>
>
> On certain build systems (GH actions/Linux and, less commonly, ASF Jenkins),
> the jena-fuseki-webapp Test Admin suite fails in add_delete_dataset_6 fails
> (transactions active), or compact_01 404) if the target databases is the same.
> Tracing the tests shows them overlapping.
> Use separate database areas.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)