Samba4/Tests: Difference between revisions

From SambaWiki
No edit summary
 
mNo edit summary
Line 1: Line 1:
Test coverage information (regularly updated) can be found here:
Since Samba4 is a test-driven development process, the roadmap here follows that model. A list of tests used in Samba4 development follows below. You can get an idea of where Samba4 development currently stands, as well as an idea of how much work has been done, by the Pass/Fail marks alongside each test.

* http://samba.org/~jelmer/samba_coverage/
* http://samba.org/~jelmer/pidl_coverage/

Some of the things I'm working on improving:

* Use selftest.pl
* Get smbtorture to output subunit data and use that for more granular test failure results
* call lcov after each test so we can record which test covers which lines
* move 'known failures' list to selftest.pl

Revision as of 18:47, 22 January 2007

Test coverage information (regularly updated) can be found here:

* http://samba.org/~jelmer/samba_coverage/
* http://samba.org/~jelmer/pidl_coverage/

Some of the things I'm working on improving:

* Use selftest.pl
* Get smbtorture to output subunit data and use that for more granular test failure results
* call lcov after each test so we can record which test covers which lines
* move 'known failures' list to selftest.pl