Skip to content

Commit 5bcb9db

Browse files
MC-38765: Ensure there are no split db specific tests
1 parent 2e60872 commit 5bcb9db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/setup-integration/etc/install-config-mysql.php.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ return [
2020
'enable-modules' => 'Magento_TestSetupModule2,Magento_TestSetupModule1,Magento_Backend',
2121
'disable-modules' => 'all'
2222
],
23-
'shard_two' => [
23+
'shard_one' => [
2424
'host' => '{{db-host}}',
2525
'username' => '{{db-user}}',
2626
'password' => '{{db-password}}',
27-
'dbname' => '{{db-shardone}}'
27+
'dbname' => '{{db-sales}}'
2828
],
29-
'shard_one' => [
29+
'shard_two' => [
3030
'host' => '{{db-host}}',
3131
'username' => '{{db-user}}',
3232
'password' => '{{db-password}}',
33-
'dbname' => '{{db-shardtwo}}'
33+
'dbname' => '{{db-checkout}}'
3434
]
3535
];

0 commit comments

Comments
 (0)