Jeremy C. Reed
|
3f85c6420a
[master] add missing copyright and license statements
|
12 years ago |
JINMEI Tatuya
|
b6b57fb469
[2617] another editorial fix, in a comment.
|
12 years ago |
JINMEI Tatuya
|
709b6c520e
[2617] some more editorial fixes in pydoc
|
12 years ago |
JINMEI Tatuya
|
878c361337
[2617] treat ECONNRESET on recv as error unconditionally with detailed notes
|
12 years ago |
JINMEI Tatuya
|
8431fb8b25
[2617] reorder log message; some more comments and doc
|
12 years ago |
JINMEI Tatuya
|
ac23914ba6
[2617] separated real recv error and close-on-recv; treat the latter as debug.
|
12 years ago |
JINMEI Tatuya
|
2a1e4152da
[2617] make sure FD handling is performed only when it's still valid.
|
12 years ago |
JINMEI Tatuya
|
73ca6b06d1
[2617] log EPIPE at the warn level. added more detailed tests for send_data.
|
12 years ago |
Mukund Sivaraman
|
8a33bc3ac5
[2623] Fix test failures in msgq_test.py under Python 3.3
|
12 years ago |
Michal 'vorner' Vaner
|
b0a6e5fff9
[2582] Lettuce tests for msgq logging
|
12 years ago |
Michal 'vorner' Vaner
|
275a72e95d
[2582] Synchronisation when the config manager connects
|
12 years ago |
Michal 'vorner' Vaner
|
8d31e215ff
[2582] Signal connection of config manager
|
12 years ago |
Michal 'vorner' Vaner
|
84a994f8ef
[2582] Run the MSGQ poller in separate thread
|
12 years ago |
Michal 'vorner' Vaner
|
774a4996da
[1190] Make the tests work
|
12 years ago |
Michal 'vorner' Vaner
|
95483cb529
[1190] Put logging into MSGQ
|
12 years ago |
Jelte Jansen
|
3b408810eb
[master] Fix callable() check in unit test
|
12 years ago |
Jelte Jansen
|
af81d77242
[2398] Unify two sending methods a bit
|
12 years ago |
Jelte Jansen
|
8e6846495d
[2398] Add second control socket pair to test msgq
|
12 years ago |
Jelte Jansen
|
65962eeed6
[2398] update doc and comments
|
12 years ago |
Jelte Jansen
|
553dfb31fc
[2398] Test and catch more socket errors
|
12 years ago |
Jelte Jansen
|
0ce073c9aa
[2398] Introduce stop mechanism in msgqM
|
12 years ago |
Jelte Jansen
|
5378e305cb
[2398] Add test setup for sending messages in msgq
|
12 years ago |
Mukund Sivaraman
|
c4b20d7ad5
[1828] Add comments about the close() calls
|
13 years ago |
Mukund Sivaraman
|
d96e91d14a
[1828] Close MsgQ socket in except block
|
13 years ago |
Mukund Sivaraman
|
6725498ecb
[1828] Close open handles when done using them (contd.)
|
13 years ago |
Mukund Sivaraman
|
eae421b481
[1828] Close open handles when done using them (contd.)
|
13 years ago |
Jeremy C. Reed
|
fe5549bb7e
[master]Revert "[master] Show testnames when running Python unit tests"
|
13 years ago |
Mukund Sivaraman
|
6a9dbeff7d
[master] Show testnames when running Python unit tests
|
13 years ago |
Shane Kerr
|
3303478b6f
Use os._exit() when exiting from a forked() child process, not sys.exit()
|
14 years ago |
Shane Kerr
|
83717978e3
Fix for msgq tests on Python 3.2
|
14 years ago |