"check_not_exists" and "create_if_not_exists" feature flags are enabled by default

This commit is contained in:
Alexander Gololobov 2024-08-26 11:49:02 +02:00 committed by GitHub
parent 4be0df950e
commit 1883582eff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -81,7 +81,7 @@ def test_keeper_feature_flags(started_cluster):
assert f"{feature}\t{1 if is_enabled else 0}" in res
assert_feature_flags(
[("filtered_list", 1), ("multi_read", 1), ("check_not_exists", 0)]
[("filtered_list", 1), ("multi_read", 1), ("check_not_exists", 1), ("create_if_not_exists", 1) ]
)
feature_flags = [