RETRACTED: RETRACTED ARTICLE: The smell of fear: on the relation between test smells and flaky tests (Retracted Article)

被引:18
|
作者
Palomba, Fabio [1 ]
Zaidman, Andy [2 ]
机构
[1] Univ Zurich, Zurich, Switzerland
[2] Delft Univ Technol, Delft, Netherlands
基金
欧盟地平线“2020”;
关键词
Test smells; Flaky tests; Refactoring; CODE SMELLS; REFACTORING OPPORTUNITIES; IDENTIFICATION; IMPACT; BAD;
D O I
10.1007/s10664-019-09683-z
中图分类号
TP31 [计算机软件];
学科分类号
081202 ; 0835 ;
摘要
Regression testing is the activity performed by developers to check whether new modifications have not introduced bugs. A crucial requirement to make regression testing effective is that test cases are deterministic. Unfortunately, this is not always the case as some tests might suffer from so-called flakiness, i.e., tests that exhibit both a passing and a failing outcome with the same code. Flaky tests are widely recognized as a serious issue, since they hide real bugs and increase software inspection costs. While previous research has focused on understanding the root causes of test flakiness and devising techniques that automatically fix them, in this paper we explore an orthogonal perspective: the relation between flaky tests and test smells, i.e., suboptimal development choices applied when developing tests. Relying on (1) an analysis of the state-of-the-art and (2) interviews with industrial developers, we first identify five flakiness-inducing test smell types, namely Resource Optimism, Indirect Testing, Test Run War, Fire and Forget, and Conditional Test Logic, and automate their detection. Then, we perform a large-scale empirical study on 19,532 JUnit test methods of 18 software systems, discovering that the five considered test smells causally co-occur with flaky tests in 75% of the cases. Furthermore, we evaluate the effect of refactoring, showing that it is not only able to remove design flaws, but also fixes all 75% flaky tests causally co-occurring with test smells.
引用
收藏
页码:2907 / 2946
页数:40
相关论文
共 50 条