Monday, April 26, 2010

Database Engine Code Coverage

Currently we have about 70% code coverage and we have set a goal of 80% code coverage for 1.1 release.
We run each regression test case 3 times:
  •  With an In-Memory database
  •  With a Persistent database to test regular recovery
  •  With a Persistent database to test transaction log based recovery.
Below figure shows latest code coverage figures,

No comments:

Post a Comment