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

Sulley refactor #99

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

Sulley refactor #99

wants to merge 23 commits into from

Conversation

AsmaeBni
Copy link

an out of memory issue pop up when sulley reach more than 20 000 test cases, this was fixed by using this line of code in sessions.py line 356 :

++ fh.write(zlib.compress(cPickle.dumps(data, protocol=cPickle.HIGHEST_PROTOCOL)))
-- fh.write(zlib.compress(cPickle.dumps(data, protocol=2)))

works like a charm!

Fitblip and others added 23 commits June 12, 2014 02:09
Add helpers, with a single helper for now that gets the max UDP packet
size in a platform-agnostic way.
So much pep8!
Another night, another massive refactor :-P
Squelching warnings, takin names
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.

3 participants