porunov opened a new pull request, #3490: URL: https://github.com/apache/tinkerpop/pull/3490
- shouldOpenAndCloseManyTransactionsSequentially: await the addV result before committing each transaction. The addV was submitted without being awaited, so the commit could race ahead of it and the vertex was occasionally lost, producing a count of 49 instead of 50. - shouldWaitForAllResultsToArrive: drop the assertion that the polling loop ran at least once. With HTTP streaming over a fast loopback all nine results can already be available on the first check, leaving the loop body unrun; the test now only asserts that all results ultimately arrive. -- 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]
