surrealpatch/tests
2024-05-24 17:56:14 +00:00
..
common [Feat] Add TEMPFILES clause to the SELECT statement (#4084) 2024-05-23 13:04:20 +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 Gh 3906 reduce polling rate (#3999) 2024-05-09 13:03:33 +00:00
database_upgrade.rs Index & vectors minor fixes (#4009) 2024-05-10 07:12:07 +00:00
http_integration.rs Consolidate authentication methods (#3988) 2024-05-22 13:57:25 +00:00
linear_test.surml
ml_integration.rs Cleanup a few things in the code (#3793) 2024-04-03 09:54:12 +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
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.