[
https://issues.apache.org/jira/browse/TINKERPOP3-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483331#comment-14483331
]
stephen mallette commented on TINKERPOP3-552:
---------------------------------------------
{{GraphStrategy}} was eliminated in favor of {{TraversalStrategy}} - the need
to enforce strategy passing via {{g.tx().create()}} is no longer required.
Considering other tests to implement:
1. {{g.tx().create().tx().create()}} throws {{UnsupportedOperationException}}
2. {{g.tx().create().features().graph().supportsThreadedTransactions()}} should
return false
> Add Tests for Threaded Transactions
> -----------------------------------
>
> Key: TINKERPOP3-552
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-552
> Project: TinkerPop 3
> Issue Type: Improvement
> Components: test-suite
> Reporter: Bob Briody
>
> We currently do not have any tests for threaded transactions.
> Additionally, we should ensure (via tests) that strategies are correctly
> propagated when {code}graph.tx().create(){code} is called. (This appears to
> be broken for 3.0.0M6 and Titan 0.9.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)