surrealpatch/tests
Gerard Guillemas Martos b7583a653a
Merge commit from fork
* fix

* move check into iam

* refactor

* fix typo

* add test

* remove is_computed

* impl validate_computed for array

* range support

* clippy

* tidy

* tidy

* add comments

---------

Co-authored-by: Raphael Darley <raphael.darley@surrealdb.com>
2024-09-10 17:19:45 +02:00
..
common add Graphql ci (#4681) 2024-09-04 12:30:15 +01:00
data Feature: Initial Hnsw implementation (#3353) 2024-05-08 14:26:41 +00:00
sdk Rename lib to sdk (#4561) 2024-08-22 10:26:03 +00:00
cli_integration.rs Add typed LET statement (#4476) 2024-08-13 20:47:17 +01:00
database_upgrade.rs Remove private feature, restore cfg/docker (#4442) 2024-07-30 17:52:03 +00:00
graphql_integration.rs improve namespace/database validation for graphql (#4718) 2024-09-09 18:59:55 +01:00
http_integration.rs Merge commit from fork 2024-09-10 17:19:45 +02:00
linear_test.surml Add support for ML model storage and execution (#3015) 2023-12-12 13:51:43 +00:00
ml_integration.rs Return an array / vector from ml functions (#4523) 2024-08-16 22:53:43 +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 Rename lib to sdk (#4561) 2024-08-22 10:26:03 +00: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 sdk/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.