Skip to content
Snippets Groups Projects
  1. Oct 22, 2008
    • Elena Gryaznova's avatar
      b=16551 (att 19784) · a67b6de0
      Elena Gryaznova authored
      o=Adilger
      i=grev
      skip replay/recovery tests if remote MDS/OSS with nodsh
      
      b=16551 (att 19835)
      i=Nathan
      do skip_rem[mds|ost] check only if test suit is run; fail acc-sm if
      tests suits were skipped due to nodsh
      
      b=17326
      i=Alexey.Lyashkov
      remove now-useless remount/reconfig for liblustre;
      always add accept=all fo lnet module
      a67b6de0
  2. Oct 21, 2008
    • Yury Umanets's avatar
      b=17323 · b642b468
      Yury Umanets authored
      r=adilger,johann
      
      - handle log_cancel resent correctly;
      - some cleanups in llog.
      b642b468
  3. Oct 15, 2008
    • Elena Gryaznova's avatar
      b=16932 · 32f9bb05
      Elena Gryaznova authored
      i=Johann
      skip some tests if there are several ost services on oss node
      32f9bb05
  4. Oct 10, 2008
    • Eric Mei's avatar
      branch: b1_6 · c75c5f63
      Eric Mei authored
      AT test sleep use current AT service time.
      b=16990
      o=Brian Behlendorf <behlendorf1@llnl.gov>
      r=nathan
      r=ericm
      c75c5f63
  5. Oct 06, 2008
  6. Oct 02, 2008
    • Eric Mei's avatar
      branch: b1_6 · f14f0167
      Eric Mei authored
      let AT estimation cool down before doing AT tests.
      b=16990
      r=nathan
      f14f0167
  7. Sep 25, 2008
  8. Sep 01, 2008
    • Bobi Jam's avatar
      Branch HEAD · 71346f34
      Bobi Jam authored
      b=16570
      i=h.huang, robert.read
      
      Make MDS_SETXATTR request replayable.
      71346f34
    • Bobi Jam's avatar
      Branch b1_6 · aff29f45
      Bobi Jam authored
      b=16570
      i=robert.read, h.huang
      
      Make MDS_SETXATTR request replayable.
      aff29f45
  9. Aug 29, 2008
    • Elena Gryaznova's avatar
      b=16716 · 0ed02e6b
      Elena Gryaznova authored
      i=Nathan.Rutman
      restore the original at_max on all nodes
      0ed02e6b
    • Elena Gryaznova's avatar
      b=16716 · a5955104
      Elena Gryaznova authored
      i=Nathan.Rutman
      restore the original at_max on all nodes
      a5955104
  10. Aug 26, 2008
    • Elena Gryaznova's avatar
      b=16854 · db257a5a
      Elena Gryaznova authored
      i=Tappro
      tests 20c, 32, 37 fixes: let pid to be killed
      db257a5a
    • Elena Gryaznova's avatar
      b=16854 · cd416a5e
      Elena Gryaznova authored
      tests 20c, 32, 37 fixes: let pid to be killed
      cd416a5e
  11. Aug 21, 2008
  12. Aug 12, 2008
    • Bobi Jam's avatar
      Branch HEAD · 55f06628
      Bobi Jam authored
      b=16570
      i=h.huang
      
      add a testcase on replaying setxattr op.
      55f06628
  13. Jul 31, 2008
  14. Jul 18, 2008
  15. Jul 11, 2008
    • Andreas Dilger's avatar
      Branch HEAD · 2b76a9cc
      Andreas Dilger authored
      Create subdirectory before trying to create files therein.
      b=16369
      i=johann
      2b76a9cc
  16. Jul 07, 2008
    • Eric Mei's avatar
      branch: HEAD · de3c3fdf
      Eric Mei authored
      port Adaptive Timeouts from b1_6 to HEAD.
      b=14071
      r=nathan
      r=adilger
      de3c3fdf
  17. Jun 16, 2008
    • Elena Gryaznova's avatar
      b=14384 · 34438f3d
      Elena Gryaznova authored
      i=Adilger
      remove tdir creation from run_one: the test has to create tdir by
      itself if it needs this dir
      34438f3d
    • Elena Gryaznova's avatar
      b=14384 · 82a04719
      Elena Gryaznova authored
      i=Adilger
      remove tdir creation from run_one: the test has to create tdir by
      itself if it needs this dir
      82a04719
  18. Jun 13, 2008
    • Yury Umanets's avatar
      b=15230 · ccaeafd4
      Yury Umanets authored
      r=nikita,shadow
      
      - fixed handling for OBD_FAIL_$PREF_$OPC_NET fail_ids in mdt. Former code did not
      check it correctly (due to typo with && instead of &) in mdt_req_handle() and
      they all did not work. In same time, some handlers like mdt_close() and
      mdt_enqueue() tried to check them again (result of some wrong fix) but again, did
      it not correctly. They returned 0 error without doing anything. This should
      have to emulate network failure. But as they did not allocate reply buffer and
      returned 0 error, they caused rs != NULL assert in ptlrpc. Fxing this also fixed
      replay-single.sh test_53* and replay_dual.sh test_12 and possibly others;
      
      - removed checking for NET fail_id in mdt_close() and mdt_enqueue() - sources
      of recent assert;
      
      - added sanity check in mdt_req_handle() for any other invalid situation about
      returning 0 error and not allocating reply buffers;
      
      - removed mdt_reply(), move its one line call into mdt_req_handle(). This was
      needed to simplify handling NET fail_ids in which case we should just return 0
      and make sure that no reply is sent;
      
      - comments and cleanups;
      
      - in reply-dual.sh - remove test 8 from ALWAYS_EXCEPT. It passes in HEAD.
      Originally for placed into ALWAYS_EXCEPT for old mds code and later moved to
      HEAD test scripts but as mds in HEAD is completely new this bug is making any
      sense there;
      
      - in reply-single.sh - remove tests 0b 39 56 from ALWAYS_EXCEPT. They are
      passing in HEAD. Also they are obsolete and related to closed bugs.
      ccaeafd4
  19. Jun 09, 2008
    • Robert Read's avatar
      Branch b1_6 · df8c461e
      Robert Read authored
      b=15929
      i=grev
      
      Cleanup PATH in tests so absolute paths are used, and
      each path is added at most once.
      df8c461e
    • Robert Read's avatar
      Branch HEAD · 2578f69d
      Robert Read authored
      b=15929
      i=grev
      
      Cleanup PATH in tests so absolute paths are used, and
      each path is added at most once.
      2578f69d
  20. May 28, 2008
    • Elena Gryaznova's avatar
      b=14773 · a1adf1e9
      Elena Gryaznova authored
      i=Adilger
      
      rename subtests to skipping mechanism works properly
      a1adf1e9
    • Elena Gryaznova's avatar
      b=14773 · dc1c901c
      Elena Gryaznova authored
      i=Adilger
      
      rename subtests to skipping mechanism works properly
      dc1c901c
    • Eric Mei's avatar
      branch: b1_6 · 225bdb44
      Eric Mei authored
      a better way to fix the script.
      b=13659
      225bdb44
    • Eric Mei's avatar
      branch: b1_6 · 9ccb5304
      Eric Mei authored
      fix test script: at_start return correct value.
      b=13659
      r=grev
      9ccb5304
    • komaln's avatar
      b=14471 · 0fe560ea
      komaln authored
      r=adilger
      
      to replace the sysctl lustre.* and lnet.* instances with lctl {get,set}_param
      0fe560ea
    • komaln's avatar
      b=14471 · e03c43e3
      komaln authored
      r=Andreas
       to replace the sysctl lustre.* and lnet.* instances with lctl {get,set}_param
      e03c43e3
  21. May 26, 2008
    • Eric Mei's avatar
      branch: b1_6 · 5223a84c
      Eric Mei authored
      do not drop replay according to msg flags, instead we check the
      per-export recovery request queue for duplication of transno.
      b=15756
      r=adilger
      r=rread
      5223a84c
    • Elena Gryaznova's avatar
      b=15255 · 7389031e
      Elena Gryaznova authored
      i=Adilger
      
      config for several remote clients; replay-single test_70a, test_70b
      7389031e
  22. May 22, 2008
    • Elena Gryaznova's avatar
      b=15255 · fa1d4b10
      Elena Gryaznova authored
      i=Adilger
      
      config file for several remote clients; replay-single test_70a, test_70b
      fa1d4b10
  23. May 20, 2008
    • komaln's avatar
      b=14471 · dcd9b76c
      komaln authored
      r=Andreas
      
      replace /proc/fs/lustre access with lctl set_param
      dcd9b76c
    • komaln's avatar
      b=14471 · 1ba0debc
      komaln authored
      r=Adilger
      
      Changed replay-single.sh to use 'lctl {get,set}_param'
      1ba0debc
  24. May 13, 2008
    • Elena Gryaznova's avatar
      b=15738 · 64e9b3da
      Elena Gryaznova authored
      i=Adilger
      
      replay-single test_61* fixes: set fail loc on all oss
      64e9b3da
  25. Apr 21, 2008
    • Eric Mei's avatar
      branch: b1_6 · 3435b4da
      Eric Mei authored
      change at_max according to AT status.
      b=13659
      r=nathan
      r=rread
      r=grev
      3435b4da
  26. Apr 09, 2008
Loading