From 1558745e135b6c4959cec7f9f7945686ed6845e8 Mon Sep 17 00:00:00 2001 From: gvolfing Date: Fri, 22 Mar 2024 12:36:44 +0100 Subject: [PATCH] Update flag-check e2e test --- tests/e2e/configuration/default_config.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/e2e/configuration/default_config.py b/tests/e2e/configuration/default_config.py index 75c211e0f..8213e73bb 100644 --- a/tests/e2e/configuration/default_config.py +++ b/tests/e2e/configuration/default_config.py @@ -124,6 +124,16 @@ startup_config_dict = { "false", "Controls whether metadata should be collected about the resident labels and edge types.", ), + "storage_enable_automatic_label_index_creation": ( + "false", + "false", + "Controls whether label indexes on vertices should be created automatically.", + ), + "storage_enable_automatic_edge_type_index_creation": ( + "false", + "false", + "Controls whether edge-type indexes on relationships should be created automatically.", + ), "password_encryption_algorithm": ("bcrypt", "bcrypt", "The password encryption algorithm used for authentication."), "pulsar_service_url": ("", "", "Default URL used while connecting to Pulsar brokers."), "query_execution_timeout_sec": (