English

Improving Test Distance for Failure Clustering with Hypergraph Modelling

Software Engineering 2021-04-22 v1

Abstract

Automated debugging techniques, such as Fault Localisation (FL) or Automated Program Repair (APR), are typically designed under the Single Fault Assumption (SFA). However, in practice, an unknown number of faults can independently cause multiple test case failures, making it difficult to allocate resources for debugging and to use automated debugging techniques. Clustering algorithms have been applied to group the test failures according to their root causes, but their accuracy can often be lacking due to the inherent limits in the distance metrics for test cases. We introduce a new test distance metric based on hypergraphs and evaluate their accuracy using multi-fault benchmarks that we have built on top of Defects4J and SIR. Results show that our technique, Hybiscus, can automatically achieve perfect clustering (i.e., the same number of clusters as the ground truth number of root causes, with all failing tests with the same root cause grouped together) for 418 out of 605 test runs with multiple test failures. Better failure clustering also allows us to separate different root causes and apply FL techniques under SFA, resulting in saving up to 82% of the total wasted effort when compared to the state-of-the-art technique for multiple fault localisation.

Keywords

Cite

@article{arxiv.2104.10360,
  title  = {Improving Test Distance for Failure Clustering with Hypergraph Modelling},
  author = {Gabin An and Juyeon Yoon and Joyce Jiyoung Whang and Shin Yoo},
  journal= {arXiv preprint arXiv:2104.10360},
  year   = {2021}
}

Comments

23 pages, 5 tables, 9 figures

R2 v1 2026-06-24T01:23:27.000Z