memgraph/tests
Aidar Samerkhanov c772cab766
ToString function now returns double values with precision 15 (#1576)
The DoubleToString function has been updated to handle higher precision doubles correctly. The unnecessary string length restriction has been removed, allowing the function to convert the full double value without prematurely truncating it. This change ensures that the string representation of doubles is more accurate, especially for very large or very small numbers. Unit tests have been added to verify the correct behavior for a range of double values.
2024-01-12 12:32:34 +04:00
..
benchmark Fix index hints (#1606) 2024-01-11 10:10:06 +01:00
concurrent Fix REPLICA timestamps (#1615) 2024-01-05 16:42:54 +00:00
drivers Fix java drivers test (#1577) 2023-12-18 11:47:24 +01:00
e2e Fix index hints (#1606) 2024-01-11 10:10:06 +01:00
gql_behave Add List Pattern Comprehension grammar. (#1588) 2024-01-11 18:20:21 +04:00
integration Fix restarts when using init-file flag (#1465) 2023-11-24 13:11:47 +01:00
jepsen Improve logging if replica cannot recover using curr WAL file (#1086) 2023-08-01 10:33:46 +02:00
macro_benchmark Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
manual Fix index hints (#1606) 2024-01-11 10:10:06 +01:00
mgbench Fix compare results in mgbench (#1319) 2023-11-07 17:04:37 +01:00
property_based Fix REPLICA timestamps (#1615) 2024-01-05 16:42:54 +00:00
public_benchmark Resolve python dependency issues (#372) 2022-04-07 17:56:18 +02:00
stress Add atomic memory block around unsafe code blocks (#1589) 2023-12-21 09:43:16 +01:00
unit ToString function now returns double values with precision 15 (#1576) 2024-01-12 12:32:34 +04:00
.clang-tidy New MGP API (#219) 2021-09-09 10:44:47 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
setup.sh Add GQL behave tests for on-disk storage (#1238) 2023-10-10 09:27:11 +03:00
util.sh Add GraphQL transpilation compatibility (#1018) 2023-07-31 14:48:12 +02:00