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

Tests: https_unauthorized_client.dart leaves zombie processes if it timeouts. #16610

Open
ghost opened this issue Feb 6, 2014 · 4 comments
Open
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@ghost
Copy link

ghost commented Feb 6, 2014

tests/standalone/io/raw_server_socket_cancel_test.dart

@mkustermann
Copy link
Member

Since we don't have process groups in dart, test.dart cannot kill a whole process tree only the immediate test.

The responsibility is on the test authors to make sure it doesn't time out and doesn't leave files/directories/processes behind.


cc @sgjesse.
cc @skabet.
cc @ricowind.

@whesse
Copy link
Member

whesse commented Feb 7, 2014

Reassigning to dart:io, since the dart:io tests need to be changed to avoid this. Perhaps all subprocesses that are started could have an explicit timeout, so the process dies even if its parent dies without killing it.


Removed Priority-Unassigned, Area-Test labels.
Added Priority-Low, Area-IO labels.

@kevmoo
Copy link
Member

kevmoo commented May 14, 2014

Removed Area-IO label.
Added Library-IO label.

@DartBot
Copy link

DartBot commented Feb 13, 2015

This comment was originally written by @zoechi


Seems related to http://dartbug.com/3637

@ghost ghost added Type-Defect P3 A lower priority bug or feature request library-io labels Feb 13, 2015
@kevmoo kevmoo added the area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. label Jun 16, 2015
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed triaged labels Mar 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-io P3 A lower priority bug or feature request type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants