blob: 61017b19dbde0c8303ab1b68bf6c91b7a57979d9 [file] [log] [blame]
// Test of circular mode that fills the buffer and stops on an alert.
{
"test_name": "fill-buffer-and-alert",
"app": "fuchsia-pkg://fuchsia.com/trace_tests#meta/basic_integration_test_app.cmx",
"categories": [ "trace:test" ],
"buffer_size_in_mb": 1,
"buffering_mode": "circular",
"triggers": [
{
"alert": "alert",
"action": "stop"
}
],
"duration": 3600
}