The search functionality is under construction.

IEICE TRANSACTIONS on Information

File Systems are Hard to Test — Learning from Xfstests

Naohiro AOTA, Kenji KONO

  • Full Text Views

    0

  • Cite this

Summary :

Modern file systems, such as ext4, btrfs, and XFS, are evolving and enable the introduction of new features to meet ever-changing demands and improve reliability. File system developers are struggling to eliminate all software bugs, but the operating system community points out that file systems are a hotbed of critical software bugs. This paper analyzes the code coverage of xfstests, a widely used suite of file system tests, on three major file systems (ext4, btrfs, and XFS). The coverage is 72.34%, and the uncovered code runs into 23,232 lines of code. To understand why the code coverage is low, the uncovered code is manually examined line by line. We identified three major causes, peculiar to file systems, that hinder higher coverage. First, covering all the features is difficult because each file system provides a wide variety of file-system specific features, and some features can be tested only on special storage devices. Second, covering all the execution paths is difficult because they depend on file system configurations and internal on-disk states. Finally, the code for maintaining backward-compatibility is executed only when a file system encounters old formats. Our findings will help file system developers improve the coverage of test suites and provide insights into fostering the development of new methodologies for testing file systems.

Publication
IEICE TRANSACTIONS on Information Vol.E102-D No.2 pp.269-279
Publication Date
2019/02/01
Publicized
2018/11/07
Online ISSN
1745-1361
DOI
10.1587/transinf.2018EDP7006
Type of Manuscript
PAPER
Category
Software System

Authors

Naohiro AOTA
  Keio University
Kenji KONO
  Keio University

Keyword