Mukund Sivaraman
|
76e6edb548
[2850] Update Makefile.am for renamed files
|
12 years ago |
Mukund Sivaraman
|
6bff7db76b
[2850] Update ZoneTableSegment API documentation
|
12 years ago |
Mukund Sivaraman
|
5bfdcfaa4a
[2850] Add API doc comments about plans to make reset(), etc. non-virtual
|
12 years ago |
Mukund Sivaraman
|
46bf6c05bd
[2850] Add explicit include for zone_table_segment.h
|
12 years ago |
Mukund Sivaraman
|
c6cadebf7b
[2850] Add default case for switch on MemorySegmentOpenMode
|
12 years ago |
Mukund Sivaraman
|
8ba0a7bc49
[2850] Add tests to check that resetHeader() is called by ZoneWriter class
|
12 years ago |
Mukund Sivaraman
|
db8cec0cd9
[2850] Change style of code to fix buildbot failures
|
12 years ago |
Mukund Sivaraman
|
bc3d482930
[2850] Add isUsable() and getImplType() methods
|
12 years ago |
Mukund Sivaraman
|
32d750c667
[2850] Rename MemorySegmentTest to MemorySegmentMock (to not resemble a fixture)
|
12 years ago |
Mukund Sivaraman
|
7bea7dd8c1
[2850] Rename ZoneTableSegmentTest to ZoneTableSegmentMock (to not resemble a fixture)
|
12 years ago |
Mukund Sivaraman
|
4cac3ddb23
[2850] Destroy ZoneTableSegment object upon exception (see full log)
|
12 years ago |
Mukund Sivaraman
|
eda6761d26
[2850] Add CREATE over corrupted file testcase
|
12 years ago |
Mukund Sivaraman
|
8d9a833a05
[2850] Check that the old data is still available after the corruption tests
|
12 years ago |
Mukund Sivaraman
|
14a35130ea
[2850] Remove obsolete comment (isWritable() no longer throws)
|
12 years ago |
Mukund Sivaraman
|
cea0d1058d
[2850] Add a test for clear() on an uninitialized segment
|
12 years ago |
Mukund Sivaraman
|
3ebd4b039b
[2850] Add resetHeader() method
|
12 years ago |
Mukund Sivaraman
|
299f1f5ff9
[2850] Include <cerrno> for errno
|
12 years ago |
Mukund Sivaraman
|
ad0e3e2647
[2850] Simplify the corruption of checksum
|
12 years ago |
Mukund Sivaraman
|
2015f73562
[2850] Use pre-created test data so that it's not confusing to check
|
12 years ago |
Mukund Sivaraman
|
a7dac3f7ff
[2850] Remove unnecessary use of scoped_ptr
|
12 years ago |
Mukund Sivaraman
|
e6d1be1a67
[2850] Handle current_filename_ assignment causing an exception
|
12 years ago |
Mukund Sivaraman
|
148c5bbf61
[2850] Make getHeader() return the current address of header
|
12 years ago |
Mukund Sivaraman
|
4542e8960d
[2850] Remove obsolete comment
|
12 years ago |
Mukund Sivaraman
|
56d109e8a0
[2850] Fix address name generation
|
12 years ago |
JINMEI Tatuya
|
9d90db228e
[2850] style cleanups: spacing, combining short lines
|
12 years ago |
JINMEI Tatuya
|
d003ebd54c
[2850] minor style cleanups: constify and brace position
|
12 years ago |
JINMEI Tatuya
|
9b930275a2
[2850] unrelated cleanup: make some test methods non public when possible
|
12 years ago |
JINMEI Tatuya
|
f7cfb33326
[2850] style cleanup: added () for returned values
|
12 years ago |
Mukund Sivaraman
|
1fd14dfefc
[2850] Add corruption tests
|
12 years ago |
Mukund Sivaraman
|
39fba2a15c
[2850] Add a sync() method and make reset() and the destructor call it
|
12 years ago |