Sciweavers

HOTSWUP
2009
ACM

Efficient Systematic Testing for Dynamically Updatable Software

13 years 8 months ago
Efficient Systematic Testing for Dynamically Updatable Software
Recent years have seen significant advances in dynamic software updating (DSU) systems, which allow programs to be patched on the fly. However, a significant challenge remains: How can we ensure the act of applying a patch does not itself introduce errors? In this paper, we address this problem by presenting a new systematic testing methodology for updatable programs. Our idea is to transform standard system tests into update tests that execute as before, but each transformed test applies a patch at a different update point during execution. To mitigate the increase in the number of tests, we developed an algorithm for test suite minimization that finds a subset of update points that, if fully tested, yields the equivalent to full update point coverage. We implemented our approach and evaluated it on OpenSSH and vsftpd, two widely used server applications. We found that minimization is highly effective, reducing the number of update tests required for full coverage by 93%.
Christopher M. Hayden, Eric A. Hardisty, Michael W
Added 16 Aug 2010
Updated 16 Aug 2010
Type Conference
Year 2009
Where HOTSWUP
Authors Christopher M. Hayden, Eric A. Hardisty, Michael W. Hicks, Jeffrey S. Foster
Comments (0)