English

Production-Driven Patch Generation

Software Engineering 2018-12-12 v1

Abstract

We present an original concept for patch generation: we propose to do it directly in production. Our idea is to generate patches on-the-fly based on automated analysis of the failure context. By doing this in production, the repair process has complete access to the system state at the point of failure. We propose to perform live regression testing of the generated patches directly on the production traffic, by feeding a sandboxed version of the application with a copy of the production traffic, the 'shadow traffic'. Our concept widens the applicability of program repair, because it removes the requirements of having a failing test case.

Cite

@article{arxiv.1812.04475,
  title  = {Production-Driven Patch Generation},
  author = {Thomas Durieux and Youssef Hamadi and Martin Monperrus},
  journal= {arXiv preprint arXiv:1812.04475},
  year   = {2018}
}

Comments

arXiv admin note: substantial text overlap with arXiv:1609.06848