Re: [lng-odp] [API-NEXT PATCHv3 8/8] validation: schedule: add chaos test

2015-11-10 Thread Bill Fischofer
Feel free to enhance it further :) On Tuesday, November 10, 2015, Ivan Khoronzhuk wrote: > nice test > it good to have same but w/o ordered queues. > It can allow to figure out issues with less step. > > On 10.11.15 06:20, Bill Fischofer wrote: > >> Add a "chaos" test variant to the scheduler CU

Re: [lng-odp] [API-NEXT PATCHv3 8/8] validation: schedule: add chaos test

2015-11-10 Thread Ivan Khoronzhuk
nice test it good to have same but w/o ordered queues. It can allow to figure out issues with less step. On 10.11.15 06:20, Bill Fischofer wrote: Add a "chaos" test variant to the scheduler CUnit tests. This test stresses the scheduler by circulating events among parallel, atomic, and ordered qu

[lng-odp] [API-NEXT PATCHv3 8/8] validation: schedule: add chaos test

2015-11-09 Thread Bill Fischofer
Add a "chaos" test variant to the scheduler CUnit tests. This test stresses the scheduler by circulating events among parallel, atomic, and ordered queues to verify that the scheduler can handle arbitrary looping paths without deadlock. Suggested-by: Carl Wallen Signed-off-by: Bill Fischofer ---