Skip to content

Small tool for finding Mixxx regressions on Linux, macOS and Windows by binary searching over prebuilt snapshots

License

Notifications You must be signed in to change notification settings

fwcd/mixxx-bisect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixxx Bisect

PyPI Typecheck

A small tool for finding regressions in Mixxx, inspired by mozregression. The tool binary searches over a commit range and lets the user tag automatically downloaded Mixxx snapshots with good/bad to identify the commit introducing the regression.

Note

The mixxx.org downloads server only provides binary snapshots for macOS and Windows, therefore m1xxx is the only supported snapshot repository on Linux.

Usage

To search a specific range of commits, run:

mixxx-bisect -g <good commit> -b <bad commit>

To search the entire range of available snapshots, run mixxx-bisect without arguments.

Development

To set up a development environment, create a venv with

python3 -m venv venv
. venv/bin/activate

Then, install the package along with its dependencies in editable mode:

pip3 install -e .

mixxx-bisect should now be on the PATH in the venv.

About

Small tool for finding Mixxx regressions on Linux, macOS and Windows by binary searching over prebuilt snapshots

Topics

Resources

License

Stars

Watchers

Forks

Languages