This is an automated email from the ASF dual-hosted git repository. Cole-Greer pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 49fde5484f8abea1dd6c821256e62c3f5a4cc51b Merge: 51cefd8c28 956dad1096 Author: Cole Greer <[email protected]> AuthorDate: Mon Jul 27 12:54:59 2026 -0700 Merge branch '3.8-dev' .../test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs | 3 +-- .../test/Gremlin.Net.IntegrationTest/Gherkin/IgnoreException.cs | 7 +------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --cc gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs index 2b9d79f095,9a90a57f85..6c724fc4d1 --- a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs +++ b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs @@@ -47,10 -48,11 +47,9 @@@ namespace Gremlin.Net.IntegrationTest.G new Dictionary<string, IgnoreReason> { // Add here the name of scenarios to ignore and the reason, e.g.: - {"g_VX1X_outEXknowsX_subgraphXsgX_name_capXsgX", IgnoreReason.SubgraphStepNotSupported}, - {"g_V_repeatXbothEXcreatedX_subgraphXsgX_outVX_timesX5X_name_dedup_capXsgX", IgnoreReason.SubgraphStepNotSupported}, {"g_withStrategiesXProductiveByStrategyX_V_group_byXageX", IgnoreReason.NullKeysInMapNotSupported}, {"g_withStrategiesXProductiveByStrategyX_V_groupCount_byXageX", IgnoreReason.NullKeysInMapNotSupported}, - {"g_withStrategiesXProductiveByStrategyX_V_group_byXageX_byXnameX", IgnoreReason.NullKeysInMapNotSupported}, - {"g_injectXpoint5fX", IgnoreReason.FloatLiteralTypeNotPreserved} + {"g_withStrategiesXProductiveByStrategyX_V_group_byXageX_byXnameX", IgnoreReason.NullKeysInMapNotSupported} }; private static class Keywords diff --cc gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/IgnoreException.cs index 770aa6df8f,3a86d82017..2321fae604 --- a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/IgnoreException.cs +++ b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/IgnoreException.cs @@@ -63,18 -63,13 +63,13 @@@ namespace Gremlin.Net.IntegrationTest.G NullPropertyValuesNotSupportedOnTestGraph, /// <summary> - /// subgraph() is not supported yet + /// write() is not supported yet for testing /// </summary> - SubgraphStepNotSupported, + WriteStepTestingNotSupported, /// <summary> - /// tree() is not supported yet + /// The GLV suite does not test against a graph that defaults to multi-label output. /// </summary> - MultiLabelDefaultNotSupportedOnTestGraph, - - /// The translator does not preserve the numeric type of a float literal, so a value such as - /// <c>.5f</c> is emitted as a bare <c>0.5</c> and read back as a <c>double</c> rather than a <c>float</c>. - /// </summary> - FloatLiteralTypeNotPreserved, - TreeStepNotSupported ++ MultiLabelDefaultNotSupportedOnTestGraph } }
