2022/02/11 by Geunsik Lim, Lim, Geunsik, Yonghwi Kwon +5
Computer Science · #Distributed #FOS: Computer and information sciences #Networking and Internet Architecture (cs.NI) #Parallel #Service-Oriented Architecture and Web Services #Software Engineering (cs.SE) #Software Engineering Research #Software System Performance and Reliability #and Cluster Computing (cs.DC)
paper · pdf · doi:10.48550/arxiv.2202.05609
openalex publication_date 2022/02/11 · openalex created_date 2022/04/03 · openalex updated_date 2026/07/28
The two most significant bottlenecks in code merging are the build process and the unit tests. However, as the number of items to be checked in a code review increases, that code review becomes a bottleneck for code merging as well. Because of the dependency structure between code review services, an error in one service affects the entire service. As a result, whenever a service error occurs, it is crucial to have methods for determining which code review service has ultimately caused the error. With the goal of achieving a non-stop & non-breakable code review service, this paper describes an early error detection method along with a case study of the service.