JINMEI Tatuya
|
427bc05eee
[2836] style fixes: constify, folded a long line.
|
12 years ago |
JINMEI Tatuya
|
4f5e822104
[2836] style fixes: add () for return
|
12 years ago |
JINMEI Tatuya
|
a6949cd643
[2836] editorial cleanup: removed an unnecessary semicolon.
|
12 years ago |
Michal 'vorner' Vaner
|
42a5a79525
[2836] Retry addition on segment grow
|
12 years ago |
Michal 'vorner' Vaner
|
bc8cc9cf60
[2836] Don't store the zone_data pointer in tests
|
12 years ago |
Michal 'vorner' Vaner
|
69abb65722
[2836] Make zone_data_ a pointer
|
12 years ago |
Michal 'vorner' Vaner
|
a752e1aeac
[2836] Test growth of the mapped segment
|
12 years ago |
Michal 'vorner' Vaner
|
d42136528e
[2836] Use other segments in the tests as well
|
12 years ago |
Michal 'vorner' Vaner
|
1024b43c68
[2836] Make the updater tests parametrized
|
12 years ago |
Michal 'vorner' Vaner
|
31df868ff4
[2836] Move the actual addition to separate method
|
12 years ago |
Michal 'vorner' Vaner
|
51c2df1a29
[2836] Cleanup: use references
|
12 years ago |
Michal 'vorner' Vaner
|
1d139b0a31
[2836] Minor docs fixes
|
12 years ago |
JINMEI Tatuya
|
a2fcb467b9
[2831] added a test (compile time in fact) for def of INITIAL_SIZE.
|
12 years ago |
JINMEI Tatuya
|
d70fad8d81
[2831] make sure resetting a segment before opening one
|
12 years ago |
JINMEI Tatuya
|
329d5b2238
[2831] more doc about reader-writer conflicts
|
12 years ago |
JINMEI Tatuya
|
0f6cfdfd2a
[2831] use boost file lock to detect any violation of read-write conflicts
|
12 years ago |
JINMEI Tatuya
|
3877992c69
[2831] clarified the check after repeated shrinkToFit.
|
12 years ago |
JINMEI Tatuya
|
059b6a3e1f
[2831] corrected assert condition for overflow check
|
12 years ago |
JINMEI Tatuya
|
510d6d2e9f
[2831] corrected a typo
|
12 years ago |
JINMEI Tatuya
|
e41c43c1cc
[2831] more clarified when mapped setNamedAddress returns true.
|
12 years ago |
JINMEI Tatuya
|
e3b63fb33c
[2831] in multiProcess test make sure two processes open segments in parallel.
|
12 years ago |
JINMEI Tatuya
|
8297b3a742
[2831] reverted the change for deleting checkNamedData().
|
12 years ago |
JINMEI Tatuya
|
6eae3579a0
[2831] removed test for segment size after shrink.
|
12 years ago |
Mukund Sivaraman
|
d43543b1fe
[2831] Also clear the named address before shrinkToFit()
|
12 years ago |
Mukund Sivaraman
|
2a70916c9d
[2831] Write the status to the waiting parent anyway
|
12 years ago |
Mukund Sivaraman
|
3469f1a875
[2831] Reset the parent's segment before forking
|
12 years ago |
Mukund Sivaraman
|
408b43df79
[2831] Fix the segment that is used from the child
|
12 years ago |
Mukund Sivaraman
|
52c3dae27c
[2831] Close remaining pipe fd after using it
|
12 years ago |
Mukund Sivaraman
|
c936d8ec97
[2831] Use ASSERT_NE with pointer value
|
12 years ago |
Mukund Sivaraman
|
c1465e69b3
[2831] Check that the segment actually shrunk
|
12 years ago |