GithubHelp home page GithubHelp logo

zfsonlinux / fstest Goto Github PK

View Code? Open in Web Editor NEW
60.0 15.0 22.0 194 KB

POSIX Filesystem Test Suite

Home Page: http://www.tuxera.com/community/posix-test-suite/

License: Other

C 9.63% Shell 90.37%

fstest's Introduction

$FreeBSD: src/tools/regression/fstest/README,v 1.1 2007/01/28 00:10:28 pjd Exp $

Few notes on how to use fstest in short steps:

	# cd fstest
	# vi tests/conf
	Change 'fs' to file system type you want to test. These can be:
	UFS, ZFS, ext3, ntfs-3g and xfs.
	# vi Makefile
	You may need to manually tweak few things by editing CFLAGS lines
	at the top of the file.
	# make
	It will compile fstest utility which is used by regression tests.
	# cd /path/to/file/system/you/want/to/test/
	The test must be run as root user.
	# prove -r /path/to/fstest/

That's all. Enjoy.

Currently supported operating systems: FreeBSD, Solaris, Linux.
Currently supported file system types: UFS, ZFS, ext3, ntfs-3g, xfs.

Author: 
Pawel Jakub Dawidek <[email protected]>

Linux port:
Jean-Pierre Andre <[email protected]>
Szabolcs Szakacsits <[email protected]>

fstest's People

Contributors

behlendorf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fstest's Issues

mkdir/00.t mkfifo/00.t open/00.t wrong expect values?

Hi Brian,

i checked these tests and see some errors here, which are maybe just typos :

mkdir/00.t tests 9,12,15
expect dir,0100 lstat ... should be expect dir, 0151
expect dir,0305 lstat ... should be expect dir, 0345
expect dir,0244 lstat ... should be expect dir, 0345

mkfifo/00.t tests 9,12,15
expect fifo,0100 lstat ... should be expect fifo, 0151
expect fifo,0305 lstat ... should be expect fifo, 0345
expect fifo,0244 lstat ... should be expect fifo, 0345

open/00.t test 9,12,15
expect regular,0100 lstat ... should be expect regular, 0151
expect regular,0305 lstat ... should be expect regular, 0345
expect regular,0244 lstat ... should be expect regular, 0345

Im not really sure about ist, but with this changes all tests running fine.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.