# HG changeset patch # User Sebastien Jodogne # Date 1628771851 -7200 # Node ID 9430b5728ca07c110e41d575ac9fa259fff336cf # Parent f42c610234b03e0dd9d34f7dea8180a97426b2c7 added ODBC in GenerateConfigurationForTests.py diff -r f42c610234b0 -r 9430b5728ca0 GenerateConfigurationForTests.py --- a/GenerateConfigurationForTests.py Thu Jul 22 22:00:11 2021 +0200 +++ b/GenerateConfigurationForTests.py Thu Aug 12 14:37:31 2021 +0200 @@ -206,6 +206,15 @@ 'MaximumConnectionRetries' : 7, } +config['Odbc'] = { + 'EnableIndex' : True, + 'EnableStorage' : True, + 'IndexConnectionString' : 'DSN=test', + 'StorageConnectionString' : 'DSN=storage', + 'IndexConnectionsCount' : 1, + 'MaximumConnectionRetries' : 7, +} + # Enable case-insensitive PN (the default on versions <= 0.8.6)