summaryrefslogtreecommitdiffstats
path: root/qa/run_xfstests.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qa/run_xfstests.sh: mount ext4 with dioread_nolockIlya Dryomov2021-02-271-1/+1
| | | | | | | | | dioread_nolock was made default in kernel 5.6, changing the expected output of ext4/001: for dioread_nolock we want 001.out.nozero instead of 001.out.default. Add dioread_nolock to EXT_MOUNT_OPTIONS so that _link_out_file() selects 001.out.nozero. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* qa/run_xfstests.sh: quit building xfstests on test nodesIlya Dryomov2017-08-291-225/+39
| | | | | | | | | | | | | xfstests is a pain to build on trusty, xenial and centos7 with a single script. It is also very sensitive to dependencies, which again need to be managed on all those distros -- different sets of supported commands and switches, some versions have known bugs, etc. Download a pre-built, statically linked tarball and use it instead. The tarball was generated using xfstests-bld by Ted Ts'o, with a number of tweaks by myself (mostly concerning the build environment). Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* qa/run_xfstests.sh: drop *_MKFS_OPTIONS variablesIlya Dryomov2017-08-291-13/+3
| | | | | | | | AFAICT ./check doesn't query EXT4_MKFS_OPTIONS or BTRFS_MKFS_OPTIONS, We don't need anything special for xfs, so remove all of them to avoid confusion. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* qa/run_xfstests.sh: kill FS_TYPE variableIlya Dryomov2017-08-291-3/+3
| | | | | | ./check expects FSTYP, so use that throughout. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* scripts: fix bash path in shebangsAlan Somers2017-07-271-1/+1
| | | | | | | /bin/bash is a Linuxism. Other operating systems install bash to different paths. Use /usr/bin/env in shebangs to find bash. Signed-off-by: Alan Somers <asomers@gmail.com>
* qa: https://ceph.com/git -> https://git.ceph.comSage Weil2015-09-251-1/+1
| | | | Signed-off-by: Sage Weil <sage@redhat.com>
* RBD: build prerequisites for latest xfstests and update test configurationDouglas Fuller2015-04-081-6/+75
| | | | | | | | | | | | | | | To standardize results from xfstests, install specific versions of xfstests, xfsprogs, and xfsdump in /tmp. Move test mountpoints to /tmp/cephtest to allow access for fsgqa user expected by xfstests. XXX: xfsdump required significant hacks to build and install on Ubuntu 14.04. A developer removed the definitions of the min and max macros; this commit is reverted by this script. The installation paths are difficult to override and the installer breaks (trying to ln one of the binaries to itself) when an alternate installation location is specified. This script ignores this error (make -k install || true). Signed-off-by: Douglas Fuller <dfuller@redhat.com>
* qa: catch up with xfstests changesIlya Dryomov2014-06-021-50/+42
| | | | | | | | | Back in 2013 xfstests were rearranged, which also changed the way ./check parses test lists. Catch up with those changes. Note that tests can no longer be listed in ranges, we only accept individual tests and test groups (e.g. -g quick). Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
* qa: don't run racy xfstest 008Josh Durgin2013-11-021-1/+4
| | | | | | | This test attempts to generate a random number of holes within a particular range, but may fail because hole placement is random. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
* qa/run_xfstests.sh: use old xfstests until we adapt to new orgSage Weil2013-09-271-0/+3
| | | | | | | Tests were rearranged upstream; use an old version for the time being until we can refactor run_xfstests.sh to cope. See #6385 Signed-off-by: Sage Weil <sage@inktank.com>
* qa/run_xfstests.sh: use $TESTDIR instead of /tmp/cephtestSage Weil2013-02-231-11/+12
| | | | Signed-off-by: Sage Weil <sage@inktank.com>
* qa/run_xfstests.sh: use cloned xfstests repositoryAlex Elder2013-01-111-1/+2
| | | | | | | Use our own copy of the xfstests repository rather than hitting the upstream one repeatedly. Signed-off-by: Alex Elder <elder@inktank.com>
* dropping xfs test 186 due to bug: 3685tamil2012-12-271-1/+1
| | | | Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
* Dropping xfs tests 179 and 183 as they are causing nightly failurestamil2012-12-051-1/+1
| | | | Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
* qa/run_xfstests.sh: drop tests 174 and 181Alex Elder2012-11-201-1/+1
| | | | | | | These tests are showing intermittent failures so we'll drop them from the default list for the time being. Signed-off-by: Alex Elder <elder@inktank.com>
* run_xfstests.sh: activate more tests that now workAlex Elder2012-11-161-15/+20
| | | | | | | | | | | | | | | | | | | | I've gone through the set of xfstests that were previously found to not work. Some of those now do work, and with the addition of an option to pass to "mkfs.xfs" a large number of other tests now produce expected output as well. This patch updates the default list of tests to run to reflect the result of this exercise. The following 50 additional tests are now run by default: 029 074 078 084-087 100 105 117 121 124 126 129-134 164 165 167 174 181 184 186 187 192 214-216 227 236 237 241 243 245-249 257-259 261 277 278 280 285 286 Test 127 completed without error, but it took from 1-3 hours so I kept that out of the list. Signed-off-by: Alex Elder <elder@inktank.com>
* qa: disable xfstest 45 until mount issue is resolved on preciseSage Weil2012-11-071-1/+1
| | | | | | Meh Signed-off-by: Sage Weil <sage@inktank.com>
* run_xfstests.sh: add optional iteration countAlex Elder2012-11-011-2/+27
| | | | | | | | | | This adds a "-c <count>" option to the run_xfstests.sh script so the full set of tests can be repeated more than once without having to go through the setup process each time. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com> Reviewed-by: Dan Mick <dan.mick@inktank.com>
* "Removed 274 from xfstests"tamil2012-08-211-1/+1
| | | | Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
* qa: disable xfstest 68 for nowSage Weil2012-06-141-1/+1
| | | | | | | | | Stop the qa noise we fix #2410. Looks like a freeze/thaw thing. Maybe Jan's new freeze/thaw code will address this? That's probably wishful thinking. Signed-off-by: Sage Weil <sage@inktank.com>
* qa: disable xfstest 219 for nowSage Weil2012-06-141-1/+1
| | | | | | | | The cause of 219 failing is non-obvious. Disable it for now. :( Avoids #2522. Signed-off-by: Sage Weil <sage@inktank.com>
* run_xfstests.sh: drop #62Sage Weil2012-04-301-1/+1
| | | | | | Until #2359 is resolved. Signed-off-by: Sage Weil <sage@newdream.net>
* qa: comment out xfstest 232Alex Elder2012-04-171-2/+4
| | | | | | | | | | | | | | | | | Test 232 in the xfstests suite produces an XFS error in the log when run over an RBD device. This is most likely an XFS problem that will be tracked separately (in tracker 2302). My original plan with getting this checked in was to have it run a baseline set of the tests--all known to pass on rbd devices--with the intention of doing ongoing work to add back missing tests (at least from the "auto" group) as we understand and fix whatever makes them produce failures. So just comment out test 232 so the xfstests script is able to run to completion without error. Signed-off-by: Alex Elder <elder@dreamhost.com>
* run_xfstests.sh: ensure cleanup on errorsAlex Elder2012-04-141-2/+2
| | | | | | | | | | | | Because we exit on any error (due to 'set -e'), the cleanup call was never getting made in the event of an error. The net effect of that was that a filesystem could be left mounted, and rbd cleanup then couldn't complete because the module was in use. Fix the trap call so it calls cleanup on exit as well as error. Switch to using the capitalized signal names in the call. Signed-off-by: Alex Elder <elder@dreamhost.com>
* run_xfstests.sh: pass test result via exit statusAlex Elder2012-04-141-2/+2
| | | | | | | | | | | It turns out that xfstests *does* exit with non-zero status when a test fails. Its exit status is the number of tests that failed (which, now that we have over 255 tests could be an issue...) Save the exit status and make it be the result of the run. Signed-off-by: Alex Elder <elder@dreamhost.com
* qa: add run_xfsests.sh scriptAlex Elder2012-04-141-0/+418
Add a script that runs xfstests over a pair of devices that are specified using command line arguments. The tests are run using a specified filesystem type (xfs, ext4, or btrfs). A default set of tests is run if none is specified on the command line. Normally there's an "auto" group used for this purpose, but for now I've laid out a (large) subset of them that I know pass on rbd devices. These can be updated as we find they work reliably. Signed-off-by: Alex Elder <elder@dreamhost.com>