-
Notifications
You must be signed in to change notification settings - Fork 21
Connection is closed after long step (~200s) #92
Comments
Hello @sriv , |
I can reproduce this. Thanks for the steps @ludekcakl . I was under the assumption that @hakito's commit would address this, but for some reason it doesn't. Need to investigate this further. @Buthrakaur - this isn't the runner timing out, but it is the runner's sandbox timing out :(, which is internal to Gauge-CSharp and should not have to be visible to the user. Apologies if I misdirected you on your earlier comment. |
Tested with time wait in concepts and getting the error below. Concept
Spec
|
Hi @sriv , how is it going with this issue? I don't understand the QA "roundtrip" and it also looks like the 0.9.2 version containing your fix for this issue is broken with some errors from travis and appveyor builds... |
Hi @Buthrakaur - the QA roundtrip is just for us in the team to track issues - @sguptatw was looking at various use cases to see if this issue is unresolved in any scenario. Her case is that when using concepts with table driven execution, the issue is persistent. I am unable to replicate it, hence the back and forth. @sguptatw: I tried this project, output is in the gist. Could you please share a project that I can replicate the issue on? Note that the whole run took about 1hr20mins, and the execution passed without failure. @Buthrakaur: on your point about failed appveyor and travis builds, I believe those are failures independant of this fix. The two tests that are failing are features that are yet to be implemented in gauge core. I need to fix the tagging of tests<->app to have appropriate version of tests running against the app. |
Hi @sriv @sguptatw , any progress? We're blocked by this issue at the moment :( |
@Buthrakaur , @ludekcakl - the fix is available in the latest nightly version of gauge-csharp. Could you please try this out and see if it fixes your cases? |
I just tried it on the original timeout test provided by @ludekcakl and it looks ok:
I'll try it on our real tests too and report back. |
I just tried it on our real test suite which suffered by the timeout issue before and it seems to work just fine with the 0.9.2 nightly build. So could you release 0.9.2 as a regular version? I'll use |
@Buthrakaur - neat! I will work on releasing 0.9.2, but it requires some cleanup in our build scripts and tests. Am working on that at the moment. |
Gauge-C# 0.9.2 is now released and should have this fix. Am closing this issue, please report back if the issue persists. |
Steps to reproduce
Gauge version
The text was updated successfully, but these errors were encountered: