Skip to content

Commit d57d701

Browse files
authored
TestKit: enable home db cache feature flag (#1140)
This flag was introduced later when developing the TestKit tests for the optimistic home database cache. Tests were run manually before and passed. Of course they should also run automatically in CI now.
1 parent 982d86b commit d57d701

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testkitbackend/test_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"Optimization:ConnectionReuse": true,
7777
"Optimization:EagerTransactionBegin": true,
7878
"Optimization:ExecuteQueryPipelining": true,
79+
"Optimization:HomeDatabaseCache": true,
7980
"Optimization:HomeDbCacheBasicPrincipalIsImpersonatedUser": true,
8081
"Optimization:ImplicitDefaultArguments": true,
8182
"Optimization:MinimalBookmarksSet": true,

0 commit comments

Comments
 (0)