surrealpatch/tests
Raphael Darley e93649503c
run rpc method (#3766)
Co-authored-by: Micha de Vries <mt.dev@hotmail.com>
2024-03-26 15:27:08 +00:00
..
common run rpc method (#3766) 2024-03-26 15:27:08 +00:00
cli_integration.rs Fixup tests for LQ to prevent >60s tests (#3768) 2024-03-26 13:23:46 +00:00
database_upgrade.rs search::highlight option to highlight only the searched characters (edgengram, ngram) (#3719) 2024-03-19 17:47:50 +00:00
http_integration.rs Introduce new experimental parser (#2885) 2024-01-10 16:43:56 +00:00
linear_test.surml Add support for ML model storage and execution (#3015) 2023-12-12 13:51:43 +00:00
ml_integration.rs Update dependencies and add ml2 feature (#3385) 2024-02-09 19:31:16 +00:00
README.md Adding auth to live queries (#2307) 2023-08-24 15:04:57 +01:00
ws_integration.rs Introduce new experimental parser (#2885) 2024-01-10 16:43:56 +00:00

This folder contains integration tests for the surreal CLI binary.

See lib/tests for surrealdb library integration tests.

To read server log output from these tests, you need to find the file containing the output. You can find this file by setting RUST_LOG=debug.