KangweiZhu commented on PR #3237: URL: https://github.com/apache/tinkerpop/pull/3237#issuecomment-3439758996
We made another change that deflakes serveral tests in GraphSONUntypedCompatibilityTest. In addition, we found the scope of this fix is broader than we initially thought, so we updated the title of this PR and modified the commit message. This pr actually also fixed all flaky tests in GraphSONUntypedCompatibilityTest and GraphBinaryCompatibilityTest, and could be verified by: ``` mvn clean -pl gremlin-util edu.illinois:nondex-maven-plugin:2.2.1:nondex -Dtest="org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONUntypedCompatibilityTest" -Drat.skip=true ``` ``` mvn clean -pl gremlin-util edu.illinois:nondex-maven-plugin:2.2.1:nondex -Dtest="org.apache.tinkerpop.gremlin.structure.io.graphbinary.GraphBinaryCompatibilityTest" -Drat.skip=true ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
