You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/06/25 19:29:59 UTC

[tinkerpop] branch tp33 updated (dcf9e07 -> 1f7e0e1)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch tp33
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from dcf9e07  TINKERPOP-2236 Improve error messaging for IdManager CTR
     add c13e8fd  TINKERPOP-2238 Fixed iterator leaks for GraphMLWriter
     add 05143f4  TINKERPOP-2238 Fixed iterator leak in subgraph() step
     add 32ee56f  TINKERPOP-2238 Fixed iterator leak in SubgraphStrategy test
     add 8eb734d  TINKERPOP-2238 Fixed iterator leaks in BLVP test
     add d89bb78  TINKERPOP-2238 Fixed GraphComputerTest iterator leak
     add 5935b8f  TINKERPOP-2238 Fixed iterator leaks in  generator tests
     add ac22cf9  TINKERPOP-2238 Removed the temporary IgnoreIteratorLeak
     add cba5081  TINKERPOP-2238 Updates to dev docs around iterator leaks.
     add 1f7e0e1  Merge branch 'TINKERPOP-2238' into tp33

No new revisions were added by this update.

Summary of changes:
 .../dev/developer/development-environment.asciidoc |   1 +
 docs/src/dev/provider/index.asciidoc               |   8 +-
 .../traversal/step/sideEffect/SubgraphStep.java    |  17 ++-
 .../structure/io/graphml/GraphMLWriter.java        | 169 +++++++++++----------
 .../tinkerpop/gremlin/AbstractGremlinTest.java     |   8 +-
 .../tinkerpop/gremlin/IgnoreIteratorLeak.java      |  41 -----
 .../algorithm/generator/AbstractGeneratorTest.java |  21 ++-
 .../generator/CommunityGeneratorTest.java          |   3 -
 .../generator/DistributionGeneratorTest.java       |   5 +-
 .../process/computer/GraphComputerTest.java        |   9 +-
 .../bulkloading/BulkLoaderVertexProgramTest.java   |   9 +-
 .../traversal/TraversalInterruptionTest.java       |   2 -
 .../traversal/step/sideEffect/SubgraphTest.java    |   2 -
 .../decoration/SubgraphStrategyProcessTest.java    |   4 +-
 .../tinkerpop/gremlin/structure/io/IoTest.java     |   2 -
 .../tinkergraph/structure/TinkerGraphIterator.java |  12 +-
 16 files changed, 148 insertions(+), 165 deletions(-)
 delete mode 100644 gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/IgnoreIteratorLeak.java