Unix domain services hang for clean up in the tearDown on Mac OS X
Bug #1009408 reported by
Manuel de la Peña
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
ubuntuone-dev-tools | Status tracked in Trunk | |||||
Stable-4-0 |
Fix Released
|
Undecided
|
Manuel de la Peña | |||
Trunk |
Fix Released
|
Medium
|
Manuel de la Peña |
Bug Description
In Mac OS X the domain socket tests hang during the clean up and therefore tests are blocked.
Related branches
lp://staging/~mandel/ubuntuone-dev-tools/darwin-cleanup
- Alejandro J. Cura (community): Approve
- dobey (community): Approve
-
Diff: 144 lines (+42/-17)4 files modifiedbin/u1lint (+2/-2)
ubuntuone/devtools/testcases/__init__.py (+1/-1)
ubuntuone/devtools/testcases/tests/test_txsocketserver.py (+1/-1)
ubuntuone/devtools/testcases/txsocketserver.py (+38/-13)
Changed in ubuntuone-dev-tools: | |
status: | In Progress → Invalid |
Changed in ubuntuone-dev-tools: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
I set back this bug to valid because I found out that there is not guarantee that the server will be called with a buildProtocol (in case of the client transport quickly closing the connection).