Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(server): remove socket reconnect support #3653

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

johnjbarton
Copy link
Contributor

This feature has been trouble and there are cases it cannot work.
Any socket disconnect during a test can lose data. The server will disconnect
if the client does not reply. Combined it makes any long running or large
test error prone. Better to bail and restart the test.
Fixes #3652

@karmarunnerbot
Copy link
Member

Build karma 531 completed (commit 801e167977 by @johnjbarton)

@karmarunnerbot
Copy link
Member

Build karma 530 completed (commit 801e167977 by @johnjbarton)

@AppVeyorBot
Copy link

Build karma 2928 completed (commit 801e167977 by @johnjbarton)

@AppVeyorBot
Copy link

Build karma 2979 completed (commit 3139506d62 by @johnjbarton)

@karmarunnerbot
Copy link
Member

Build karma 582 completed (commit 3139506d62 by @johnjbarton)

@karmarunnerbot
Copy link
Member

Build karma 581 completed (commit 3139506d62 by @johnjbarton)

This feature has been trouble and there are cases it cannot work.
Any socket disconnect during a test can lose data. The server will disconnect
if the client does not reply. Combined it makes any long running or large
test error prone.  Better to bail and restart the test.
Fixes karma-runner#3652
@AppVeyorBot
Copy link

Build karma 2980 completed (commit e9b1057bed by @johnjbarton)

@karmarunnerbot
Copy link
Member

Build karma 583 completed (commit e9b1057bed by @johnjbarton)

@karmarunnerbot
Copy link
Member

Build karma 582 completed (commit e9b1057bed by @johnjbarton)

@jginsburgn jginsburgn force-pushed the master branch 13 times, most recently from b9831cc to e9e795c Compare October 20, 2021 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

socket reconnect from ping timeout does not work correctly
4 participants