Mukund Sivaraman
|
3e8b461db0
[1704] Use 'logger' as the task name for all interprocess sync objects inside log/
|
13 years ago |
Mukund Sivaraman
|
949d3d2f07
[1704] Check that logger acquires and releases locks correctly when logging messages
|
13 years ago |
Mukund Sivaraman
|
e04531f570
[1704] Add note about exception thrown
|
13 years ago |
Mukund Sivaraman
|
30987308b9
[1704] Set B10_LOCKFILE_DIR_FROM_BUILD for various tests
|
13 years ago |
Mukund Sivaraman
|
6b3132f71b
[1704] Use a null InterprocessSync object for some tests
|
13 years ago |
Mukund Sivaraman
|
865669e984
[1704] Update documentation
|
13 years ago |
Mukund Sivaraman
|
58c0a8ef01
[1704] Set and use B10_LOCKFILE_DIR_FROM_BUILD in tests
|
13 years ago |
Mukund Sivaraman
|
8c38fe1045
[1704] Remove log_test_messages.{cc,h} from the tree
|
13 years ago |
Mukund Sivaraman
|
e007ac3e1f
[1704] Add targets to create log_test_messages.{h,cc} from .mes
|
13 years ago |
Mukund Sivaraman
|
fcb63453e3
[1704] Throw if NULL is passed to logger.setInterprocessSync()
|
13 years ago |
Mukund Sivaraman
|
cd37331591
[1704] Use @abs_top_builddir@ directly in the .py.in file instead of using an env variable
|
13 years ago |
Mukund Sivaraman
|
277be10c90
[1704] Assert that the lockfiles exist
|
13 years ago |
Mukund Sivaraman
|
8eb4eb3e63
[1704] Assert that the lockfile_test directory exists, and is removed
|
13 years ago |
Mukund Sivaraman
|
e72bc121a7
[1704] Move test directory creation to setUp() / tearDown()
|
13 years ago |
JINMEI Tatuya
|
075eef9a1f
[1704] style matters: don't omit {}, func name convention, typo.
|
13 years ago |
Mukund Sivaraman
|
2e95197a4b
[1704] Test remove_lock_files()
|
13 years ago |
Mukund Sivaraman
|
7c1277b0a6
[1704] Use B10_FROM_BUILD instead of B10_FROM_SOURCE (contd.)
|
13 years ago |
Mukund Sivaraman
|
994827bfe0
[1704] Use B10_FROM_BUILD instead of B10_FROM_SOURCE
|
13 years ago |
Mukund Sivaraman
|
39ebe9d1fd
[1704] Don't set B10_FROM_SOURCE for logger unittest
|
13 years ago |
Mukund Sivaraman
|
9227b2de28
[1704] Add documentation for InterprocessSync and InterprocessSyncFile
|
13 years ago |
Mukund Sivaraman
|
1d5bd47c50
[1704] Add documentation for setInterprocessSync()
|
13 years ago |
Mukund Sivaraman
|
328f8781d9
[1704] In case NULL is passed as the sync object, do nothing and return
|
13 years ago |
Mukund Sivaraman
|
16fc37014c
[1704] Move code to different places (no functional changes)
|
13 years ago |
Mukund Sivaraman
|
d575fbaa40
[1704] Add a comment about use of select() in the test
|
13 years ago |
Mukund Sivaraman
|
bd5494fa3a
[1704] Initialize sync_ in the initialization list
|
13 years ago |
Mukund Sivaraman
|
8b555fcb29
[1704] Update comment about using locking in the logger
|
13 years ago |
Mukund Sivaraman
|
93fb5cab3e
[1704] Remove obsolete include
|
13 years ago |
Mukund Sivaraman
|
caa5bb9a9b
[1704] Make InterprocessSyncFile's destructor virtual
|
13 years ago |
JINMEI Tatuya
|
227d01775b
[1704] style matters: long line, () for return, const, { position.
|
13 years ago |
Mukund Sivaraman
|
30198a34b9
[1704] Use top_builddir during tests as top_srcdir may not be writable
|
13 years ago |