PHB-CS123 / graphene

CS123 Graph Database Project
Apache License 2.0
0 stars 0 forks source link

Too many files in py.test #23

Closed eugene-bulkin closed 8 years ago

eugene-bulkin commented 9 years ago

On occasion, running the tests will open too many file descriptors due to things not being properly disposed of in storage manager... Thought this was fixed with a9b8a26 but apparently it is not entirely taken care of yet.

codyhan94 commented 9 years ago

Current workaround is to increase the number of available file handles on the host OS.

eugene-bulkin commented 8 years ago

I think this is finally fixed. Major issues were as follows: