Joonwoo Park:
> So about this change can you suggest me any test cases?
> Until now I'm running bonnie++ and an application to test mmap functionality.

The main purpose of the tests will be
- stat(2) familly in aufs should return the same value to the one in
  ubifs.
- aufs should not create the XINO files on ubifs.

For the first case,
- create several types of files on ubifs (regular file, dir, char dev,
  block dev, fifo, symlink, socket).
- issue stat(2), fstat(2), lstat(2) to them on ubifs.
- repeat the same procedure on aufs which has ubifs as the branch, and
  of course the branch should contain these files.
- compare the results.

For the second case,
- mount aufs with ubifs as the first writable branch, without the
  explicit xino=PATH option.
- check its XINO files, its path, blocks and size, by /sys/fs/aufs/* or
  /debug/fs/aufs/*.
- repeat the same procedure, but WITH xino=PATH option. the path will be
  ubifs.
- in every case, aufs should reject creating XINO on ubifs.


J. R. Okajima

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev

Reply via email to