1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
450 B

NAME='Sync Test'
AUTHOR='Amrita Nayal <amritan@google.com>'
TIME='SHORT'
TEST_TYPE='client'
TEST_CLASS='Kernel'
TEST_CATEGORY='Functional'
DOC='''\
Test interrupting sync system call.
Child process creates enough dirty data and issues fsync.
In the meanwhile parent process issues kill.
On success, child is killed immediately while data sync is on.
IPC occurs through semaphore and shared memory.
'''
job.run_test('synctest' ,len='100', loop='10')