Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

help on debugging "Socket receive buffer full" #17

Merged
merged 1 commit into from
Oct 1, 2012

Conversation

paulie4
Copy link
Contributor

@paulie4 paulie4 commented May 24, 2012

added testMySQLClientManyInserts() test, see #16

@paulie4
Copy link
Contributor Author

paulie4 commented May 24, 2012

You might know how to run just this one test on Python 2.6, but I had to look around for it, since I didn't find the documentation for unittest clear enough. Here's what I used to run it:

import tests, unittest
suite = unittest.TestSuite()
suite.addTest(tests.TestMySQL("testMySQLClientManyInserts"))
unittest.TextTestRunner().run(suite)

If I had Python 2.7, I think I could have just used this command line invocation:

python -m unittest tests.TestMySQL.testMySQLClientManyInserts

jskorpan pushed a commit that referenced this pull request Oct 1, 2012
help on debugging "Socket receive buffer full"
@jskorpan jskorpan merged commit 43f7e15 into esnme:master Oct 1, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants