test: test_periodical_metadata_flush shrink timer period, kill app
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 21 Jul 2013 23:22:06 +0000 (19:22 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 21 Jul 2013 23:24:38 +0000 (19:24 -0400)
commit3823e848ebec57854291705ddef811b6fca8279e
treed77843e5bf4b740b2360eb40f7203f310d2d51f4
parentc5c46de1550f0c000465a43bc1647e246df87f19
test: test_periodical_metadata_flush shrink timer period, kill app

Decrease the switch timer period to 100ms (instead of 1s), since we're
only getting 2s worth of app run. If the system is busy, nothing really
guarantee that the timer will indeed fire during this time-frame (so
strictly speaking, this test could still fail).

Also, kill the application before trying to read the trace: this should
ensure that the trace is not appended to concurrently with validation.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/regression/ust/periodical-metadata-flush/test_periodical_metadata_flush
This page took 0.025679 seconds and 4 git commands to generate.