Skip to content

Commit f70a49a

Browse files
qz0610darko-marinov
authored andcommitted
five fixes accepted
1 parent 31e7d25 commit f70a49a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pr-data.csv

+5-5
Original file line numberDiff line numberDiff line change
@@ -3514,10 +3514,10 @@ https://github.com/apache/tika,589d02a9632787235c521d75ff1ede7886b80280,tika-ser
35143514
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.language.grammar.TraversalStrategyVisitorTest.""shouldParseTraversalStrategy[new ReservedKeysVerificationStrategy(keys: ['a','b'])]""",ID,,,
35153515
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.language.grammar.TraversalStrategyVisitorTest.""shouldParseTraversalStrategy[new ReservedKeysVerificationStrategy(logWarning: true, throwException: false)]""",ID,,,
35163516
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.language.grammar.TraversalStrategyVisitorTest.""shouldParseTraversalStrategy[new ReservedKeysVerificationStrategy(logWarning: true, throwException: true)]""",ID,,,
3517-
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategyTest.""doTest[[SelectStep(first,[a, b],[value(name), value(age)])]]""",ID,Opened,https://github.com/apache/tinkerpop/pull/2943,
3518-
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategyTest.""doTest[[SelectStep(last,[a, b, c],[value(name), [VertexStep(OUT,edge), CountGlobalStep]])]]""",ID,Opened,https://github.com/apache/tinkerpop/pull/2943,
3519-
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategyTest.""doTest[[SelectStep(last,[a, b],[identity, value(age)])]]""",ID,Opened,https://github.com/apache/tinkerpop/pull/2943,
3520-
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategyTest.""doTest[[SelectStep(last,[a, b],[value(name), value(age)])]]""",ID,Opened,https://github.com/apache/tinkerpop/pull/2943,
3517+
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategyTest.""doTest[[SelectStep(first,[a, b],[value(name), value(age)])]]""",ID,Accepted,https://github.com/apache/tinkerpop/pull/2943,
3518+
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategyTest.""doTest[[SelectStep(last,[a, b, c],[value(name), [VertexStep(OUT,edge), CountGlobalStep]])]]""",ID,Accepted,https://github.com/apache/tinkerpop/pull/2943,
3519+
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategyTest.""doTest[[SelectStep(last,[a, b],[identity, value(age)])]]""",ID,Accepted,https://github.com/apache/tinkerpop/pull/2943,
3520+
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathProcessorStrategyTest.""doTest[[SelectStep(last,[a, b],[value(name), value(age)])]]""",ID,Accepted,https://github.com/apache/tinkerpop/pull/2943,
35213521
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathRetractionStrategyTest.""doTest[[GraphStep(vertex,[]), MatchStep(null,AND,[[MatchStartStep(a), VertexStep(OUT,vertex), MatchEndStep(b)]]), DedupGlobalStep(null,null)]]""",ID,,,
35223522
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathRetractionStrategyTest.""doTest[[GraphStep(vertex,[]), MatchStep(null,AND,[[MatchStartStep(a), VertexStep(OUT,vertex), MatchEndStep(b)]]), IdentityStep, DedupGlobalStep([a],null), IdentityStep]]""",ID,,,
35233523
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,"org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.PathRetractionStrategyTest.""doTest[[GraphStep(vertex,[]), MatchStep(null,AND,[[MatchStartStep(a), VertexStep(OUT,vertex), MatchEndStep(b)]]), IdentityStep, DedupGlobalStep(null,null), IdentityStep]]""",ID,,,
@@ -3549,7 +3549,7 @@ https://github.com/apache/tinkerpop,7bdfccd2832615c75ad4152d4ddb8a8430805f26,gre
35493549
https://github.com/apache/tinkerpop,7bdfccd2832615c75ad4152d4ddb8a8430805f26,gremlin-driver,org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV3d0Test.shouldSerializeToTreeJson,ID,Opened,https://github.com/apache/tinkerpop/pull/1658,
35503550
https://github.com/apache/tinkerpop,8bfdf50778e29d98c6554a01688fc5cc34524522,gremlin-core,org.apache.tinkerpop.gremlin.language.grammar.TraversalStrategyVisitorTest.shouldParseTraversalStrategy[new ReservedKeysVerificationStrategy()],ID,,,
35513551
https://github.com/apache/tinkerpop,cb366cd86fa036122cc48af76866a0c2a413a83e,gremlin-core,org.apache.tinkerpop.gremlin.language.grammar.TraversalStrategyVisitorTest.testTraversalStrategy,ID,Accepted,https://github.com/apache/tinkerpop/pull/2887,
3552-
https://github.com/apache/tinkerpop,d484001b44f9f8feb0eed2e058f4a5cb9528d766,gremlin-core,org.apache.tinkerpop.gremlin.process.traversal.step.map.ConjoinStepTest.testReturnTypes,ID,Opened,https://github.com/apache/tinkerpop/pull/2943,
3552+
https://github.com/apache/tinkerpop,d484001b44f9f8feb0eed2e058f4a5cb9528d766,gremlin-core,org.apache.tinkerpop.gremlin.process.traversal.step.map.ConjoinStepTest.testReturnTypes,ID,Accepted,https://github.com/apache/tinkerpop/pull/2943,
35533553
https://github.com/apache/tinkerpop,d484001b44f9f8feb0eed2e058f4a5cb9528d766,gremlin-core,org.apache.tinkerpop.gremlin.process.traversal.step.util.ParametersTest.shouldAllowNullValues,ID,Accepted,https://github.com/apache/tinkerpop/pull/2820,
35543554
https://github.com/apache/tinkerpop,d484001b44f9f8feb0eed2e058f4a5cb9528d766,gremlin-core,org.apache.tinkerpop.gremlin.process.traversal.step.util.ParametersTest.shouldGetKeyValues,ID,Accepted,https://github.com/apache/tinkerpop/pull/2820,
35553555
https://github.com/apache/tinkerpop,d484001b44f9f8feb0eed2e058f4a5cb9528d766,gremlin-core,org.apache.tinkerpop.gremlin.process.traversal.step.util.ParametersTest.shouldGetKeyValuesIgnoringSomeKeys,ID,Accepted,https://github.com/apache/tinkerpop/pull/2820,

0 commit comments

Comments
 (0)