- 07 May, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
For one, it makes no sense (it won't be visible from outside the function anyway), for another, it didn't work, because it was called from different scope (inside the FailingStatsHttpd class) and mangling the name wrongly.
-
- 06 May, 2013 5 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it would only pass at the same time zone as that of the original developer.
-
JINMEI Tatuya authored
it was a leftover from an intermediate attempt; the test should pass without it.
-
- 30 Apr, 2013 16 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
see the added comments about the issue.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also prevented open sockets leaving open at the of tests (for supressing warnings)
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this case is a bit tricky. we need to fake select.select() and delegate test sub test cases (about command handling) to specific test cases; other than that the sense of the test should be preserved. for clarity the failure case was extracted into a separate test method.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
some asserts were simplified at an (I hope) acceptable level. In particular, I didn't think we need to check the response from CfgMgr: it should be more than enough if the module name is the expected one.
-
JINMEI Tatuya authored
it now doesn't depend on the clumsy thread stuff (except for http server and client).
-
JINMEI Tatuya authored
-
- 27 Apr, 2013 1 commit
-
-
JINMEI Tatuya authored
test_command_show and test_polling cases were a bit tricky. they are now separated into several independent sub tests, and in each case we use faked data that would be provided as if they came from other modules.
-
- 26 Apr, 2013 6 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
Clarify high-level design of IPC
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 25 Apr, 2013 11 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it's a leftover of an intermediate attempt of testing the case; on a closer look, testing send_command turned out to be better and sufficient.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It was mostly an example and is now merged to the base version. No longer needed.
-
JINMEI Tatuya authored
-