[
https://issues.apache.org/jira/browse/TINKERPOP-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17579864#comment-17579864
]
ASF GitHub Bot commented on TINKERPOP-2779:
-------------------------------------------
codecov-commenter commented on PR #1782:
URL: https://github.com/apache/tinkerpop/pull/1782#issuecomment-1215612285
#
[Codecov](https://codecov.io/gh/apache/tinkerpop/pull/1782?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
Report
> Merging
[#1782](https://codecov.io/gh/apache/tinkerpop/pull/1782?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
(63d7bd1) into
[3.5-dev](https://codecov.io/gh/apache/tinkerpop/commit/5ca0447eab86658882f4805210c746a702838bc6?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
(5ca0447) will **not change** coverage.
> The diff coverage is `n/a`.
```diff
@@ Coverage Diff @@
## 3.5-dev #1782 +/- ##
========================================
Coverage 63.58% 63.58%
========================================
Files 23 23
Lines 3636 3636
========================================
Hits 2312 2312
Misses 1145 1145
Partials 179 179
```
:mega: We’re building smart automated test selection to slash your CI/CD
build times. [Learn
more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
> Floating ConnectedComponent Feature Failures for GitHub Actions on windows
> --------------------------------------------------------------------------
>
> Key: TINKERPOP-2779
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2779
> Project: TinkerPop
> Issue Type: Improvement
> Components: javascript
> Environment: GitHub Actions - Windows
> Reporter: Rithin Kumar R S
> Priority: Minor
>
> The GitHub Actions workflow for Gremlin Javascript produces Floating Cucumber
> JS Timeout Failures. The probability of occurrence is ~2%.
> This error happens when a Scenario has a step that takes longer than 5s to
> resolve. This slowdown occurs in the Gremlin Server that is spun up to run
> integration tests. For the Failing cases, the server does process the
> request, but since it took longer than 5s to process, it ends up not having
> anywhere to return the results to as Cucumber severs the connection to the
> server after 5s.
> A few tests are impacted by this problem mostly related to
> `ConnectedComponent.feature`. This issue has been observed in the Dotnet
> Driver as well so it seems to not be a client issue.
>
> The failing Scenario times out at the `iterated to list` step with a message:
> ```
> Error: function timed out, ensure the promise resolves within 5000
> milliseconds
> ```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)