• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1NAME='Sync Test'
2AUTHOR='Amrita Nayal <amritan@google.com>'
3TIME='SHORT'
4TEST_TYPE='client'
5TEST_CLASS='Kernel'
6TEST_CATEGORY='Functional'
7DOC='''\
8Test interrupting sync system call.
9Child process creates enough dirty data and issues fsync.
10In the meanwhile parent process issues kill.
11On success, child is killed immediately while data sync is on.
12IPC occurs through semaphore and shared memory.
13
14'''
15job.run_test('synctest' ,len='100', loop='10')
16