Whamcloud - gitweb
* add keepopen.py, which holds a file open until it recieves a
authorrread <rread>
Fri, 8 Aug 2003 10:04:38 +0000 (10:04 +0000)
committerrread <rread>
Fri, 8 Aug 2003 10:04:38 +0000 (10:04 +0000)
commitd60402542c7f20567a36b35040b1705906fabe20
treeb328c0ba567d5b8408d86d4b183f04503f8de8ae
parent2c67aa322f1dbf79134d49848ec6f9a99c90c3c7
* add keepopen.py, which holds a file open until it recieves a
  SIGUSR1, then it reads the file and closes it, returning an error
  if anything fails.

* replay_single.sh/test_8 uses keepopen to test close replay after
  unlink. So far, the test actually passes, but from reading the log I
  can see the MDS_CLOSE is not replayed, because it doesn't get a
  transno. Not sure how to actually test for this.
lustre/tests/keepopen.py [new file with mode: 0755]
lustre/tests/replay-dual.sh
lustre/tests/replay-single.sh