Stephen Atherton
|
22f8a4efa9
|
Normalized all unit test names to begin with "/" if they should be included in random unit testing.
|
2018-10-05 22:09:58 -07:00 |
Stephen Atherton
|
3ea9193fa7
|
Renamed redwood to redwood-experimental. UnitTest names can now be hidden using # as the first character so that random correctness tests will not run them. Excluded redwood tests from correctness testing. Reverted default storage engine to ssd.
|
2018-10-05 14:43:54 -07:00 |
Stephen Atherton
|
1cd36b29f0
|
Moved Redwood unit test spec file so it can be used in testharness.
|
2017-08-31 10:37:45 -07:00 |
Stephen Atherton
|
d8b82ecbe4
|
Added use of IndirectShadowPager. Moved MemoryPager code into .cpp because of type conflicts and its implementation doesn’t need to be externally visible anyway. Added start of a performance test. Renamed tests. Correctness/set now has random reopen of disk based pager before verification. Added asserts for when keys or values that are too large to fit in a single page.
|
2017-07-13 22:11:48 -07:00 |