Skip to content

Commit ec6f031

Browse files
IBX-10534: Prevent early database connection initialization (#157)
* Prevent early database connection initialization * IBX-10534: Updated multi repo config --------- Co-authored-by: katarzynazawada <[email protected]>
1 parent f619922 commit ec6f031

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

features/setup/multirepository/multirepository.feature

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ Feature: Multirepository setup for testing
88
connections:
99
default:
1010
url: 'mysql://INVALID:[email protected]/INVALID'
11+
server_version: '8.0'
12+
use_savepoints: true
1113
second_connection:
1214
url: '%env(resolve:DATABASE_URL)%'
15+
use_savepoints: true
1316
"""
1417
Given I copy the configuration from "ibexa.repositories.default" to "ibexa.repositories.new_repository"
1518
And I append configuration to "ibexa.repositories.new_repository.storage"
@@ -20,6 +23,9 @@ Feature: Multirepository setup for testing
2023
"""
2124
connection: second_connection
2225
"""
26+
And I set configuration to "default" siteaccess
27+
| key | value |
28+
| repository | new_repository |
2329
And I set configuration to "admin_group" siteaccess
2430
| key | value |
2531
| repository | new_repository |

0 commit comments

Comments
 (0)