← Back to team overview

nunit-core team mailing list archive

Re: [Bug 993247] [NEW] Tests fail with IOException: Too many open files

 

in Linux it seems lots of files are opened/used by a process. here is a
link:

http://www.cyberciti.biz/tips/linux-procfs-file-descriptors.html

maybe finding out the number of open file descriptors and how many
irrelevant to your tests might help more. just my two pence. pls do let me
know if this suggestion is irrelevant...

regards,

jv

On Wed, May 2, 2012 at 6:32 PM, Eberhard Beilharz <993247@xxxxxxxxxxxxxxxxxx
> wrote:

> Public bug reported:
>
> When I run the unit tests of our project on Linux they fail with an
> IOException: Too many open files. The tests work fine on Windows, and
> they work if I run them fixture by fixture, or if I run them in the GUI.
>
> ** Affects: nunitv2
>     Importance: Undecided
>         Status: New
>
> --
> You received this bug notification because you are a member of NUnit
> Developers, which is subscribed to NUnit V2.
> https://bugs.launchpad.net/bugs/993247
>
> Title:
>  Tests fail with IOException: Too many open files
>
> Status in NUnit V2 Test Framework:
>  New
>
> Bug description:
>  When I run the unit tests of our project on Linux they fail with an
>  IOException: Too many open files. The tests work fine on Windows, and
>  they work if I run them fixture by fixture, or if I run them in the
>  GUI.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/nunitv2/+bug/993247/+subscriptions
>


-- 
Regards,

Ravichandran Jv
http://ravichandranjv.blogspot.com

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/993247

Title:
  Tests fail with IOException: Too many open files

Status in NUnit V2 Test Framework:
  Triaged

Bug description:
  When I run the unit tests of our project on Linux they fail with an
  IOException: Too many open files. The tests work fine on Windows, and
  they work if I run them fixture by fixture, or if I run them in the
  GUI.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/993247/+subscriptions


References