The test code determines if the graph supports transactions and uses them if they are supported.
On Fri, Dec 29, 2017 at 10:29 PM, Andy Seaborne (JIRA) <[email protected]> wrote: > > [ https://issues.apache.org/jira/browse/JENA-1457?page= > com.atlassian.jira.plugin.system.issuetabpanels:comment- > tabpanel&focusedCommentId=16306579#comment-16306579 ] > > Andy Seaborne commented on JENA-1457: > ------------------------------------- > > "supportsTransactions" does not mean "must use transactions". > > The details depend on the implementation. > > > Graph contract tests do not properly support transactions > > --------------------------------------------------------- > > > > Key: JENA-1457 > > URL: https://issues.apache.org/jira/browse/JENA-1457 > > Project: Apache Jena > > Issue Type: Bug > > Components: Core > > Reporter: Claude Warren > > Priority: Minor > > > > The Contract test for Graphs do not properly support transactions. > Specifically, if the graph supports transactions all actions should be > enclosed within a transaction. > > The easiest test for this is to test the GraphTxnTDB implementation as > it will fail if transactions are not properly used. > > > > -- > This message was sent by Atlassian JIRA > (v6.4.14#64029) > -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
