surrealpatch/tests
Tobie Morgan Hitchcock bfc474e4d8
Refactor transaction, caching, and key-value store interfaces (#4257)
Co-authored-by: Gerard Guillemas Martos <gerard.guillemas@surrealdb.com>
2024-07-17 22:44:05 +00:00
..
common Port #4335 to 2.0.0-alpha (#4340) 2024-07-11 19:35:30 +00:00
data Feature: Initial Hnsw implementation (#3353) 2024-05-08 14:26:41 +00:00
sdk [CI] Add sdk build test (#4092) 2024-05-24 17:56:14 +00:00
cli_integration.rs Refactor transaction, caching, and key-value store interfaces (#4257) 2024-07-17 22:44:05 +00:00
database_upgrade.rs Make it easy to run cargo test locally (#4347) 2024-07-12 08:36:34 +00:00
http_integration.rs Fix Datastore.compute() authentication check (#4288) 2024-07-02 20:16:08 +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 Require explicit authentication level (#4089) 2024-05-27 08:15:15 +00:00
no_name.surml updating surrealml-core and adding checking for version and name (#3773) 2024-03-28 13:57:26 +00:00
no_name_or_version.surml updating surrealml-core and adding checking for version and name (#3773) 2024-03-28 13:57:26 +00:00
no_version.surml updating surrealml-core and adding checking for version and name (#3773) 2024-03-28 13:57:26 +00:00
README.md Adding auth to live queries (#2307) 2023-08-24 15:04:57 +01:00
should_crash.surml updating surrealml-core and adding checking for version and name (#3773) 2024-03-28 13:57:26 +00: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.