Store, view, and manage the results from xfstests (https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/)
Go to file
Anna Schumaker 6987a13f54 xfstestsdb: Create the xfstestsdb delete command
This command deletes a row from the xfstests_runs table and prints
either a success or failure message depending on if the row exists.

I use an sqlite trigger to automatically remove tags for the matching run.

Implements: #2 (`xfstestsdb delete`)
Signed-off-by: Anna Schumaker <anna@nowheycreamery.com>
2023-02-15 15:57:18 -05:00
tests xfstestsdb: Create the xfstestsdb delete command 2023-02-15 15:57:18 -05:00
xfstestsdb xfstestsdb: Create the xfstestsdb delete command 2023-02-15 15:57:18 -05:00
.gitignore xfstestsdb: Create the root xfstestsdb Command 2023-02-13 12:01:46 -05:00
LICENSE Initial commit 2023-01-30 10:15:47 -05:00
Makefile xfstestsdb: Create the root xfstestsdb Command 2023-02-13 12:01:46 -05:00
pytest.ini xfstestsdb: Create the root xfstestsdb Command 2023-02-13 12:01:46 -05:00
README.md Initial commit 2023-01-30 10:15:47 -05:00
xfstestsdb.py xfstestsdb: Create the root xfstestsdb Command 2023-02-13 12:01:46 -05:00

xfstestsdb

Store, view, and manage the results from xfstests (https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/)