|
13 | 13 | import com.marklogic.appdeployer.command.tasks.DeployScheduledTasksCommand; |
14 | 14 | import com.marklogic.appdeployer.command.temporal.DeployTemporalAxesCommand; |
15 | 15 | import com.marklogic.appdeployer.command.temporal.DeployTemporalCollectionsCommand; |
| 16 | +import com.marklogic.appdeployer.command.temporal.DeployTemporalCollectionsLSQTCommand; |
16 | 17 | import com.marklogic.appdeployer.command.triggers.DeployTriggersCommand; |
17 | 18 | import com.marklogic.client.ext.SecurityContextType; |
18 | 19 | import com.marklogic.hub.DatabaseKind; |
@@ -182,14 +183,15 @@ public void buildCommandList() { |
182 | 183 | assertTrue(commands.get(index++) instanceof LoadUserArtifactsCommand); |
183 | 184 | assertTrue(commands.get(index++) instanceof DeployTemporalAxesCommand); |
184 | 185 | assertTrue(commands.get(index++) instanceof DeployTemporalCollectionsCommand); |
| 186 | + assertTrue(commands.get(index++) instanceof DeployTemporalCollectionsLSQTCommand); |
185 | 187 | assertTrue(commands.get(index++) instanceof DeployScheduledTasksCommand); |
186 | 188 | assertTrue(commands.get(index++) instanceof DeployAlertConfigsCommand); |
187 | 189 | assertTrue(commands.get(index++) instanceof DeployAlertActionsCommand); |
188 | 190 | assertTrue(commands.get(index++) instanceof DeployAlertRulesCommand); |
189 | 191 | assertTrue(commands.get(index++) instanceof GenerateFunctionMetadataCommand); |
190 | 192 | assertTrue(commands.get(index++) instanceof DeployProtectedPathsCommand); |
191 | 193 |
|
192 | | - assertEquals(14, commands.size(), |
| 194 | + assertEquals(15, commands.size(), |
193 | 195 | "As of ML 10.0-3, the granular privilege for indexes doesn't seem to work with XML payloads. " + |
194 | 196 | "Bug https://bugtrack.marklogic.com/54231 has been created to track that. Thus, " + |
195 | 197 | "DeployDatabaseFieldCommand cannot be included and ml-config/database-fields/final-database.xml " + |
|
0 commit comments