Summary of the DC/CUD meeting from this morning.

. TI interfaces for DC. It seems fine to provide
  two TI interfaces for DC - one to mount the ramdisk
  image and another one to unmount it.

  While these interfaces are being provided for DC's
  use, they should be made as generic as possible.

. Unit testing - what should and shouldn't be tested
  by the unit tests. The concern is that unit tests
  should not take a long time to run.

  Offline discussion with Keith indicate that the tests
  should not take a long time to run. Long execution
  times make automation of running unit tests after every
  push to slim_source hard.

  So, the goal with the unit tests should be to run
  in a reasonable amount of time but at the same time
  test meaningful functionality. For example: if a unit
  test ends up running a 'lofiadm' command that takes a
  long time to run, an effort should be made to run
  'lofiadm' on a smaller set such that:
  a) it executes quickly
  b) still exercises calling the 'lofiadm' CLI and catching
     any possible breakages as soon as they happen

Alok
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to