AdaHeads / call-flow-control

Call-information flow server.
Other
6 stars 8 forks source link

asterisk_ami_test randomly locks up #38

Closed ThomasLocke closed 11 years ago

ThomasLocke commented 11 years ago

src/test/asterisk_ami/asterisk_ami_test.adb

The lockup prevents other tests from completing, effectively locking up the entire test system.

For now I've commented out the offending code (which is more or less the entire test).

rostgaard commented 11 years ago

Seems to be OK now. I've run "make tests" 10 times in a row without lockups.

Reopen if it fails again.