Store, view, and manage the results from xfstests (https://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git/)
Go to file
Anna Schumaker 929c1dd5eb xfstestsdb: Create a custom sqlite3 Connection manager
The connection manager is used to initialize the database and has a
wrapper around the sqlite3.execute() and sqlite3.executemany() functions
for easier argument passing.

Additionally, it implements __enter__() and __exit__() functions to
manually begin a transaction to calls can use the sqlite3 "RETURNING"
clause.

Signed-off-by: Anna Schumaker <anna@nowheycreamery.com>
2023-02-15 11:52:41 -05:00
tests xfstestsdb: Create a custom sqlite3 Connection manager 2023-02-15 11:52:41 -05:00
xfstestsdb xfstestsdb: Create a custom sqlite3 Connection manager 2023-02-15 11:52:41 -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/)