dragonfly/tests
2022-07-26 17:31:39 +03:00
..
pytest fix(pytest): Minor fixes 2022-07-26 17:31:39 +03:00
async.py fix(transaction): Fix rare deadlock case - fixes #150. (#155) 2022-06-15 16:53:27 +03:00
gen_sets.sh Add CONFIG RESETSTAT command. Start working on RPOPLPUSH 2022-04-27 23:50:03 +03:00
generate_sets.py Implement CLIENT LIST and CLIENT SETNAME. 2022-05-10 06:35:37 +03:00
README.md fix(pytest): Minor fixes 2022-07-26 17:31:39 +03:00
stress_shutdown.sh Upon full segment try unloading stash buckets back to regular ones 2022-05-12 13:43:03 +03:00

System tests

Pytest

The tests assume you have the "dragonfly" binary in <root>/build-dbg directory. You can override the location of the binary using DRAGONFLY_HOME environment var.

to run pytest, run: pytest -xv pytest