mte/unikernel/duniverse/ocaml-caqti/testsuite
2025-11-11 02:07:51 +01:00
..
deps_of_uris.ml 2025-11-11 02:07:51 +01:00
dune 2025-11-11 02:07:51 +01:00
main_async.ml 2025-11-11 02:07:51 +01:00
main_blocking.ml 2025-11-11 02:07:51 +01:00
main_eio_unix.ml 2025-11-11 02:07:51 +01:00
main_lwt_unix.ml 2025-11-11 02:07:51 +01:00
main_miou_unix.ml 2025-11-11 02:07:51 +01:00
README.md 2025-11-11 02:07:51 +01:00
test_connect.ml 2025-11-11 02:07:51 +01:00
test_error_cause.ml 2025-11-11 02:07:51 +01:00
test_failure.ml 2025-11-11 02:07:51 +01:00
test_parallel.ml 2025-11-11 02:07:51 +01:00
test_param.ml 2025-11-11 02:07:51 +01:00
test_sql.ml 2025-11-11 02:07:51 +01:00

Main Testsuite

This directory contains tests to be run across different concurrency engines and across different database drivers. Additional tests can be found in the test subdirectories of some per-package subdirectories.

By default the tests are only run against sqlite3. To run it against other database systems, create a file uris.conf in the current directory containing a list of database URLs, one per line. This will cause each test executable to run a duplicate of the testsuite for each URL.