3 papers
cs.SE2024
230,439 Test Failures Later: An Empirical Evaluation of Flaky Failure Classifiers
Abdulrahman Alshammari, Paul Ammann, Michael Hilton +1
Flaky tests are tests that can non-deterministically pass or fail, even in the absence of code changes.Despite being a source of false alarms, flaky tests often remain in test suit…
cs.SE2023
npm-follower: A Complete Dataset Tracking the NPM Ecosystem
Donald Pinckney, Federico Cassano, Arjun Guha +1
Software developers typically rely upon a large network of dependencies to build their applications. For instance, the NPM package repository contains over 3 million packages and s…
cs.SE2023
A Large Scale Analysis of Semantic Versioning in NPM
Donald Pinckney, Federico Cassano, Arjun Guha +1
The NPM package repository contains over two million packages and serves tens of billions of downloads per-week. Nearly every single JavaScript application uses the NPM package man…