Skip to content

Commit

Permalink
Try to make conntests passing (again)
Browse files Browse the repository at this point in the history
This time, the 2019-related tests should be fixed.
  • Loading branch information
mederly committed Oct 31, 2022
1 parent 5d4262a commit ba2db93
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ public void test150SearchAllAccounts() throws Exception {
rememberCounter(InternalCounters.CONNECTOR_OPERATION_COUNT);
} else {
// This seems to vary quite wildly from system to system. Maybe TODO investigate the reasons later?
assertCounterIncrement(InternalCounters.CONNECTOR_OPERATION_COUNT, 9,10);
assertCounterIncrement(InternalCounters.CONNECTOR_OPERATION_COUNT, 9, 11);
}
assertCounterIncrement(InternalCounters.CONNECTOR_SIMULATED_PAGING_SEARCH_COUNT, 0);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected String getAccountJackSid() {

@Override
protected int getNumberOfAllAccounts() {
return 10;
return 11;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<icfcldap:enableExtraTests>true</icfcldap:enableExtraTests>
<icfcldap:forcePasswordChangeAtNextLogon>false</icfcldap:forcePasswordChangeAtNextLogon>
<icfcldap:useTreeDelete>always</icfcldap:useTreeDelete>
<icfcldap:baseContextToSynchronize>CN=Users,DC=ad2019,DC=lab,DC=evolveum,DC=com</icfcldap:baseContextToSynchronize>
<icfcldap:baseContextToSynchronize>DC=ad2019,DC=lab,DC=evolveum,DC=com</icfcldap:baseContextToSynchronize>
</icfc:configurationProperties>
<icfc:resultsHandlerConfiguration>
<icfc:enableNormalizingResultsHandler>false</icfc:enableNormalizingResultsHandler>
Expand Down Expand Up @@ -362,6 +362,17 @@
</q:substring>
</filter>
</protected>
<protected>
<filter>
<q:substring>
<q:path>attributes/dn</q:path>
<q:value>CN=AD03</q:value>
<q:anchorStart>true</q:anchorStart>
<!-- Explicit matching rule needs to be specified in the query. See MID-6935 -->
<q:matching>http://prism.evolveum.com/xml/ns/public/matching-rule-3#distinguishedName</q:matching>
</q:substring>
</filter>
</protected>

<activation>
<administrativeStatus>
Expand Down

0 comments on commit ba2db93

Please sign in to comment.