@gron

Bita: Coverage-guided, automatic testing of actor programs

, , , and . 2013 28th IEEE/ACM International Conference on Automated Software Engineering, page 114-124. (November 2013)
DOI: 10.1109/ASE.2013.6693072

Abstract

Actor programs are concurrent programs where concurrent entities communicate asynchronously by exchanging messages. Testing actor programs is challenging because the order of message receives depends on the non-deterministic scheduler and because exploring all schedules does not scale to large programs. This paper presents Bita, a scalable, automatic approach for testing non-deterministic behavior of actor programs. The key idea is to generate and explore schedules that are likely to reveal concurrency bugs because these schedules increase the schedule coverage. We present three schedule coverage criteria for actor programs, an algorithm to generate feasible schedules that increase coverage, and a technique to force a program to comply with a schedule. Applying Bita to real-world actor programs implemented in Scala reveals eight previously unknown concurrency bugs, of which six have already been fixed by the developers. Furthermore, we show our approach to find bugs 122× faster than random scheduling, on average.

Links and resources

Tags

community

  • @gron
  • @dblp
@gron's tags highlighted