Samba4/Tests: Difference between revisions

From SambaWiki
No edit summary
No edit summary
Line 7: Line 7:


* Use selftest.pl
* 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
* call lcov after each test so we can record which test covers which lines
* move 'known failures' list to selftest.pl


Areas which need improvements wrt tests:
Areas which need improvements wrt tests:
Line 30: Line 28:
* web_server/
* web_server/
* winbind
* winbind

I'd also like to parse what tests have failed and what have succeeded in the build farm, so we can show a summary of what tests fail on the main build farm page.

Revision as of 15:29, 1 February 2007

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

Some of the things I'm working on improving:

  • Use selftest.pl
  • call lcov after each test so we can record which test covers which lines

Areas which need improvements wrt tests:

  • registry
  • wins
  • tls
  • samba3
  • upgrade
  • dsdb
  • client
  • ctdb
  • lib/compression
  • libcli/dgram
  • nbt_server/dgram
  • rpc_server/drsuapi
  • rpc_server/epmapper
  • rpc_server/remote
  • rpc_server/wkssvc
  • web_server/
  • winbind

I'd also like to parse what tests have failed and what have succeeded in the build farm, so we can show a summary of what tests fail on the main build farm page.