Skip to content

Commit 4b4a6d1

Browse files
ssambasuMarkLogic Builder
authored andcommitted
Turning off CMA in the other getDataHubAdminConfig() method
1 parent 7b46510 commit 4b4a6d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

marklogic-data-hub/src/test/java/com/marklogic/hub/HubTestBase.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,13 @@ protected HubConfigImpl getDataHubAdminConfig() {
422422
}
423423
adminHubConfig.setMlUsername(user);
424424
adminHubConfig.setMlPassword(password);
425+
426+
// Turning off CMA for resources that have bugs in ML 9.0-7/8
427+
adminHubConfig.getAppConfig().getCmaConfig().setCombineRequests(false);
428+
adminHubConfig.getAppConfig().getCmaConfig().setDeployDatabases(false);
429+
adminHubConfig.getAppConfig().getCmaConfig().setDeployRoles(false);
430+
adminHubConfig.getAppConfig().getCmaConfig().setDeployUsers(false);
431+
425432
wireClients();
426433
return adminHubConfig;
427434
}

0 commit comments

Comments
 (0)